fix sources stuff
svn path=/nixpkgs/trunk/; revision=6278
This commit is contained in:
parent
ce1f654219
commit
ac298dd698
|
@ -1,12 +1,13 @@
|
||||||
{stdenv, fetchurl, gettext}:
|
{stdenv, fetchurl, gettext, libtool, autoconf, automake}:
|
||||||
|
|
||||||
assert gettext != null;
|
assert gettext != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
builder = ./builder-1.10.6.sh;
|
||||||
name = "popt-1.10.6";
|
name = "popt-1.10.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://losser.st-lab.cs.uu.nl/~armijn/.nix/popt-1.10.6.tar.gz;
|
url = http://losser.st-lab.cs.uu.nl/~armijn/.nix/popt-1.10.6.tar.gz;
|
||||||
md5 = "76b4bbcda13eb7fa86b9af893c648202";
|
md5 = "130ee632bd4c677d898b0ef5efa67666";
|
||||||
};
|
};
|
||||||
buildInputs = [gettext];
|
buildInputs = [gettext libtool automake autoconf];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue