lizardfs: fix build

This commit is contained in:
rushmorem 2016-08-21 20:04:15 +02:00
parent 159412db2e
commit 940dc9b23a

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "18p2pj9crjqgxxxzdfcs3j3fqhinmwi7qxcf71jsw17syqwyygh8";
};
buildInputs = [ cmake fuse asciidoc libxml2 libxslt zlib boost pkgconfig judy pam makeWrapper ];
buildInputs = [ cmake fuse asciidoc libxml2.bin libxslt.bin zlib boost pkgconfig judy pam makeWrapper ];
patches = [ ./412.patch ];