forked from mirrors/nixpkgs
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 =
|
||||
if crossSystem != null && crossSystem.config == "i586-pc-gnu"
|
||||
then (callPackage ../tools/misc/parted {
|
||||
then (parted.override {
|
||||
# Needs the Hurd's libstore.
|
||||
hurd = gnu.hurdCrossIntermediate;
|
||||
|
||||
|
|
Loading…
Reference in a new issue