mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
add new version of getopt, but don't make it the default (that would cause sdf
to rebuild, and stratego, and ...) svn path=/nixpkgs/trunk/; revision=5619
This commit is contained in:
parent
f0aa3a56ae
commit
976b5ad98e
10
pkgs/tools/misc/getopt/getopt-1.1.4.nix
Normal file
10
pkgs/tools/misc/getopt/getopt-1.1.4.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "getopt-1.1.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz;
|
||||
md5 = "02188ca68da27c4175d6e9f3da732101";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user