* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "pygtk-2.6.1";
|
||||
# builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.6/pygtk-2.6.1.tar.bz2;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/pygtk-2.6.1.tar.bz2;
|
||||
md5 = "b4610829e4f57b5538dfa3b8f1fbe026";
|
||||
};
|
||||
buildInputs = [python pkgconfig glib gtk];
|
||||
|
||||
Reference in New Issue
Block a user