* 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
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "getopt-1.1.3";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user