glusterfs: Propagate acl due to header references
This commit is contained in:
parent
013f88ac7e
commit
ddf15bc78a
@ -17,11 +17,15 @@ let
|
|||||||
autoconf automake libtool pkgconfig zlib libaio libxml2
|
autoconf automake libtool pkgconfig zlib libaio libxml2
|
||||||
acl sqlite liburcu attr
|
acl sqlite liburcu attr
|
||||||
];
|
];
|
||||||
|
# Some of the headers reference acl
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
acl
|
||||||
|
];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation
|
stdenv.mkDerivation
|
||||||
rec {
|
rec {
|
||||||
inherit (s) name version;
|
inherit (s) name version;
|
||||||
inherit buildInputs;
|
inherit buildInputs propagatedBuildInputs;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user