mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Fix URL.
svn path=/nixpkgs/trunk/; revision=6207
This commit is contained in:
parent
bb53e3df6d
commit
3f8f7abe5e
|
@ -5,7 +5,7 @@ assert pkgconfig != null && gettext != null && perl != null;
|
|||
stdenv.mkDerivation {
|
||||
name = "glib-2.10.3";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.10/glib-2.10.3.tar.bz2;
|
||||
url = ftp://ftp.gtk.org/pub/glib/2.10/glib-2.10.3.tar.bz2;
|
||||
md5 = "87206e721c12d185d17dd9ecd7e30369";
|
||||
};
|
||||
buildInputs = [pkgconfig perl];
|
||||
|
|
Loading…
Reference in a new issue