3
0
Fork 0
forked from mirrors/nixpkgs

hurdPartedCross: Use `.override' instead of reimporting.

svn path=/nixpkgs/trunk/; revision=33592
This commit is contained in:
Ludovic Courtès 2012-04-04 21:09:04 +00:00
parent 3226d8b91d
commit 36200a3ef3

View file

@ -1164,7 +1164,7 @@ let
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;