mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
xtreemfs: unbreak by pinning boost (#403995)
This commit is contained in:
commit
1b1395e07b
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
stripJavaArchivesHook,
|
stripJavaArchivesHook,
|
||||||
ant,
|
ant,
|
||||||
attr,
|
attr,
|
||||||
boost,
|
boost186,
|
||||||
cmake,
|
cmake,
|
||||||
file,
|
file,
|
||||||
fuse,
|
fuse,
|
||||||
|
@ -18,6 +18,10 @@
|
||||||
which,
|
which,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
boost = boost186;
|
||||||
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "XtreemFS";
|
pname = "XtreemFS";
|
||||||
# using unstable release because stable (v1.5.1) has broken repl java plugin
|
# using unstable release because stable (v1.5.1) has broken repl java plugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue