diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix index 57b36875a51..bfb739fa84a 100644 --- a/pkgs/tools/filesystems/glusterfs/default.nix +++ b/pkgs/tools/filesystems/glusterfs/default.nix @@ -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