summary refs log tree commit diff
path: root/pkgs/tools/filesystems/glusterfs
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-30 23:54:42 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-30 23:54:42 -0700
commitddf15bc78a869ec61487aa20edd4e8d9ba044519 (patch)
treec2369fe1e0f6cf50f2cd266d48161b0504b08d24 /pkgs/tools/filesystems/glusterfs
parent013f88ac7e4c679868bfac5c6d9b896c9b13fd99 (diff)
downloadnixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar.gz
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar.bz2
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar.lz
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar.xz
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.tar.zst
nixpkgs-ddf15bc78a869ec61487aa20edd4e8d9ba044519.zip
glusterfs: Propagate acl due to header references
Diffstat (limited to 'pkgs/tools/filesystems/glusterfs')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix6
1 files changed, 5 insertions, 1 deletions
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