Author: raskin
Date: Fri Mar 30 10:18:25 2012
New Revision: 33489
URL: https://nixos.org/websvn/nix/?rev=33489&sc=1
Log:
Fixing how bzip2 is passed to nixCustom
Modified:
nixpkgs/branches/glib-2.30-take2/pkgs/tools/package-management/nix/custom.nix
Modified:
nixpkgs/branches/glib-2.30-take2/pkgs/tools/package-management/nix/custom.nix
==============================================================================
---
nixpkgs/branches/glib-2.30-take2/pkgs/tools/package-management/nix/custom.nix
Fri Mar 30 09:03:35 2012 (r33488)
+++
nixpkgs/branches/glib-2.30-take2/pkgs/tools/package-management/nix/custom.nix
Fri Mar 30 10:18:25 2012 (r33489)
@@ -24,7 +24,7 @@
inherit src;
- buildInputs = [perl curl openssl]
+ buildInputs = [perl curl openssl bzip2 ]
++ (if automake != null then [automake] else [])
++ (if autoconf != null then [autoconf] else [])
++ (if libtool != null then [libtool] else [])
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits