glusterfs: Propagate acl due to header references

This commit is contained in:
William A. Kennington III 2015-06-30 23:54:42 -07:00
parent 013f88ac7e
commit ddf15bc78a

View file

@ -17,11 +17,15 @@ let
autoconf automake libtool pkgconfig zlib libaio libxml2
acl sqlite liburcu attr
];
# Some of the headers reference acl
propagatedBuildInputs = [
acl
];
in
stdenv.mkDerivation
rec {
inherit (s) name version;
inherit buildInputs;
inherit buildInputs propagatedBuildInputs;
preConfigure = ''
./autogen.sh