mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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
@ -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 New Issue
Block a user