mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
xfsprogs: propagate libuuid
Before, this would fail because libuuid needed to be available. > echo '#include <xfs/xfs.h>' | cc -E -
This commit is contained in:
parent
ce823a8dbc
commit
5d433e35d5
@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
||||
./4.3.0-sharedlibs.patch
|
||||
];
|
||||
|
||||
buildInputs = [ gettext libuuid readline ];
|
||||
propagatedBuildInputs = [ libuuid ];
|
||||
buildInputs = [ gettext readline ];
|
||||
|
||||
outputs = [ "dev" "out" "bin" ]; # TODO: review xfs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user