From 0e6b2045ea44541859ae2e67eadcc67349669586 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 14 Jan 2005 11:45:16 +0000 Subject: [PATCH] we actually *do* have patchelf available and we want to use it to patch our freshly built glibc, otherwise we get weird blah errors svn path=/nixpkgs/branches/nixos-pkgs/; revision=2021 --- pkgs/stdenv/nix-linux-static/prehook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/stdenv/nix-linux-static/prehook.sh b/pkgs/stdenv/nix-linux-static/prehook.sh index 08bb6c0332c..7f7b9e53623 100644 --- a/pkgs/stdenv/nix-linux-static/prehook.sh +++ b/pkgs/stdenv/nix-linux-static/prehook.sh @@ -1 +1,2 @@ export NIX_ENFORCE_PURITY=1 +havePatchELF=1