xtreemfs: unbreak by pinning boost
This commit is contained in:
parent
e462a75ad4
commit
4f675b5144
@ -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…
x
Reference in New Issue
Block a user