we also require patchelf (this is sooooo ugly)

svn path=/nixpkgs/branches/nixos-pkgs/; revision=1829
This commit is contained in:
Armijn Hemel 2004-12-01 16:10:18 +00:00
parent 63b86ec696
commit ff61b869e4

View File

@ -11,7 +11,7 @@ rec {
args = [ ./scripts/curl-unpack ];
};
download = {url, pkgname, postprocess ? null, extra ? null, extra2 ? null, extra3 ? null}: derivation {
download = {url, pkgname, postprocess ? null, extra ? null, extra2 ? null, extra3 ? null, patchelf ? null}: derivation {
name = pkgname;
builder = ./bash-static/bash;
tar = ./gnutar-static/bin/tar;