From 771534ece77618ac6e6744f3b3e047f3eb5663ff Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 1 Dec 2004 18:56:46 +0000 Subject: [PATCH] svn path=/nixpkgs/branches/nixos-pkgs/; revision=1831 --- 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 1e273f876eda..e7be68efb6e0 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 extra2 extra3; + inherit postprocess extra extra2 extra3 patchelf; }; /*