From a30b6755adcd8de02b8bd86c8ae6d82a91201434 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 9 Nov 2004 13:39:04 +0000 Subject: [PATCH] inherit the extra2 parameter svn path=/nixpkgs/branches/nixos-pkgs/; revision=1731 --- pkgs/stdenv/nix-linux-static/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/nix-linux-static/default.nix b/pkgs/stdenv/nix-linux-static/default.nix index 1b9408333f03..6e7a4612b108 100644 --- a/pkgs/stdenv/nix-linux-static/default.nix +++ b/pkgs/stdenv/nix-linux-static/default.nix @@ -20,7 +20,7 @@ rec { cp = ./tools/cp; system = "i686-linux"; args = [ ./scripts/download-script ]; - inherit postprocess extra; + inherit postprocess extra extra2; }; /*