mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
add static version for initial stdenv...and maybe NixOS...
svn path=/nixpkgs/trunk/; revision=4443
This commit is contained in:
parent
6aa7ab644a
commit
cecd284522
10
pkgs/tools/text/gnupatch-diet/default.nix
Normal file
10
pkgs/tools/text/gnupatch-diet/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl, dietgcc}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnupatch-2.5.4";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/patch-2.5.4.tar.gz;
|
||||
md5 = "ee5ae84d115f051d87fcaaef3b4ae782";
|
||||
};
|
||||
NIX_GCC=dietgcc;
|
||||
}
|
Loading…
Reference in New Issue
Block a user