From 1663ca33447165932b3305c1e9a3ab0f8c353c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Wed, 4 Apr 2012 20:05:48 +0000
Subject: [PATCH] GNU: Use `overrides' instead of `__overrides' for the
 argument itself.

svn path=/nixpkgs/trunk/; revision=33585
---
 pkgs/os-specific/gnu/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/os-specific/gnu/default.nix b/pkgs/os-specific/gnu/default.nix
index 515218747f3..d46038c8ea5 100644
--- a/pkgs/os-specific/gnu/default.nix
+++ b/pkgs/os-specific/gnu/default.nix
@@ -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