Adding a mirror for the pyqt version we use; the usual upstream channel does not

have the file anymore.


svn path=/nixpkgs/trunk/; revision=33917
This commit is contained in:
Lluís Batlle i Rossell 2012-04-25 13:56:08 +00:00
parent b222e1b61f
commit 32d84a2338

View File

@ -4,7 +4,10 @@ stdenv.mkDerivation rec {
name = "PyQt-x11-gpl-4.8.5";
src = fetchurl {
url = "http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/${name}.tar.gz";
urls = [
"http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/${name}.tar.gz"
"http://pkgs.fedoraproject.org/lookaside/pkgs/PyQt4/PyQt-x11-gpl-4.8.5.tar.gz/0e4264bb912edfbda319bb236ac84407/PyQt-x11-gpl-4.8.5.tar.gz"
];
sha256 = "0838nfis6xj92n4gccih7j14yigfm3x7p59yr7qa5jy75wxdzqn9";
};