Author: ludo
Date: Wed Apr 4 21:09:04 2012
New Revision: 33592
URL: https://nixos.org/websvn/nix/?rev=33592&sc=1
Log:
hurdPartedCross: Use `.override' instead of reimporting.
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Wed Apr 4 21:05:29
2012 (r33591)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Wed Apr 4 21:09:04
2012 (r33592)
@@ -1164,7 +1164,7 @@
hurdPartedCross =
if crossSystem != null && crossSystem.config == "i586-pc-gnu"
- then (callPackage ../tools/misc/parted {
+ then (parted.override {
# Needs the Hurd's libstore.
hurd = gnu.hurdCrossIntermediate;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits