Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now
svn path=/nixpkgs/trunk/; revision=9952
This commit is contained in:
@@ -5,7 +5,10 @@ assert gettext != null;
|
||||
stdenv.mkDerivation {
|
||||
name = "popt-1.7";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/popt-1.7.tar.gz;
|
||||
urls = [
|
||||
ftp://distro.ibiblio.org/pub/linux/distributions/pdaxrom/src/popt-1.7.tar.gz
|
||||
http://nix.cs.uu.nl/dist/tarballs/popt-1.7.tar.gz
|
||||
];
|
||||
md5 = "5988e7aeb0ae4dac8d83561265984cc9";
|
||||
};
|
||||
buildInputs = [gettext];
|
||||
|
||||
Reference in New Issue
Block a user