hurdPartedCross: Use `.override' instead of reimporting.
svn path=/nixpkgs/trunk/; revision=33592
This commit is contained in:
parent
3226d8b91d
commit
36200a3ef3
@ -1164,7 +1164,7 @@ let
|
|||||||
|
|
||||||
hurdPartedCross =
|
hurdPartedCross =
|
||||||
if crossSystem != null && crossSystem.config == "i586-pc-gnu"
|
if crossSystem != null && crossSystem.config == "i586-pc-gnu"
|
||||||
then (callPackage ../tools/misc/parted {
|
then (parted.override {
|
||||||
# Needs the Hurd's libstore.
|
# Needs the Hurd's libstore.
|
||||||
hurd = gnu.hurdCrossIntermediate;
|
hurd = gnu.hurdCrossIntermediate;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user