Merge pull request #17900 from rushmorem/fix-lizardfs

lizardfs: fix build
This commit is contained in:
Rushmore Mushambi 2016-08-21 20:29:52 +02:00 committed by GitHub
commit efa4aa7d14

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 ];