From 5d433e35d57347332613c9d492bc0c401b10dfab Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 10 Aug 2016 18:18:22 +0000 Subject: [PATCH] xfsprogs: propagate libuuid Before, this would fail because libuuid needed to be available. > echo '#include ' | cc -E - --- pkgs/tools/filesystems/xfsprogs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/xfsprogs/default.nix b/pkgs/tools/filesystems/xfsprogs/default.nix index 1ac11c9e5412..96e7931f14c8 100644 --- a/pkgs/tools/filesystems/xfsprogs/default.nix +++ b/pkgs/tools/filesystems/xfsprogs/default.nix @@ -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