GNU: Use overrides' instead of
__overrides' for the argument itself.
svn path=/nixpkgs/trunk/; revision=33585
This commit is contained in:
parent
e0ca8e74ff
commit
1663ca3344
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ args@{ fetchgit, stdenv, autoconf, automake, automake111x, libtool
|
|||
, texinfo, glibcCross, hurdPartedCross, libuuid, samba_light
|
||||
, gccCrossStageStatic, gccCrossStageFinal
|
||||
, forceBuildDrv, forceSystem, callPackage, platform, config, crossSystem
|
||||
, __overrides ? {} }:
|
||||
, overrides ? {} }:
|
||||
|
||||
with args;
|
||||
|
||||
rec {
|
||||
# Allow callers to override elements of this attribute set.
|
||||
inherit __overrides;
|
||||
__overrides = overrides;
|
||||
|
||||
hurdCross = forceBuildDrv(import ./hurd {
|
||||
inherit fetchgit stdenv autoconf libtool texinfo machHeaders
|
||||
|
|
Loading…
Reference in a new issue