* Get rid of references to losser.st-lab.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=13707
This commit is contained in:
Eelco Dolstra
2009-01-05 14:01:42 +00:00
parent 7e9eb1bf70
commit d15a5e9625
10 changed files with 32 additions and 51 deletions

View File

@@ -1,13 +0,0 @@
{stdenv, fetchurl, gettext, libtool, autoconf, automake}:
assert gettext != null;
stdenv.mkDerivation {
builder = ./builder-1.10.6.sh;
name = "popt-1.10.6";
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~armijn/.nix/popt-1.10.6.tar.gz;
md5 = "130ee632bd4c677d898b0ef5efa67666";
};
buildInputs = [gettext libtool automake autoconf];
}