Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/tools/misc/getopt/default.nix

11 lines
223 B
Nix
Raw Normal View History

* Don't use gettext. Also use an internal (GNU) version of getopt. This allows it to build on non-glibc platforms (e.g., Mac OS X). svn path=/nixpkgs/trunk/; revision=970
2004-04-23 16:29:53 +00:00
{stdenv, fetchurl}:
stdenv.mkDerivation {
* Remove a bunch of unused Nix expressions. svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
name = "getopt-1.1.4";
* Added getopt (because sdf2table needs it). svn path=/nixpkgs/trunk/; revision=568
2003-12-02 12:54:21 +00:00
builder = ./builder.sh;
src = fetchurl {
* Get rid of all references to nix.cs.uu.nl. svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
url = http://nixos.org/tarballs/getopt-1.1.4.tar.gz;
* Remove a bunch of unused Nix expressions. svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
md5 = "02188ca68da27c4175d6e9f3da732101";
* Added getopt (because sdf2table needs it). svn path=/nixpkgs/trunk/; revision=568
2003-12-02 12:54:21 +00:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 208ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API