mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
we also require patchelf (this is sooooo ugly)
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1829
This commit is contained in:
parent
63b86ec696
commit
ff61b869e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user