* Fix some packages that broke because libuuid can be null on Darwin.

buildDefs doesn't like buildInputs containing nulls.
* In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to
  match the upstream name.

svn path=/nixpkgs/trunk/; revision=17726
This commit is contained in:
Eelco Dolstra
2009-10-08 13:07:56 +00:00
parent 0f20924465
commit 55ad6675dc
6 changed files with 46 additions and 47 deletions
+3
View File
@@ -39,6 +39,9 @@ args : with args;
") ["minInit" "doUnpack" "addInputs"];
};
in with localDefs;
assert args.libuuid != null;
stdenv.mkDerivation rec {
name = "relfs-"+version;
builder = writeScript (name + "-builder")