* Glib 2.28.2.
svn path=/nixpkgs/branches/x-updates/; revision=26299
This commit is contained in:
parent
37a95e0084
commit
fd2f86820c
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gettext, perl, libiconv, zlib }:
|
{ stdenv, fetchurl, pkgconfig, gettext, perl, libiconv, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "glib-2.28.1";
|
name = "glib-2.28.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/glib/2.28/${name}.tar.bz2";
|
url = "mirror://gnome/sources/glib/2.28/${name}.tar.bz2";
|
||||||
sha256 = "1b85b998909202c07c2def66613ae6736aac48d7a0a7c98f98967b936fe9de22";
|
sha256 = "3ff18fe83bfac835b183d98edc2f35fcb4880d0f2b9889d57f21acd574c52762";
|
||||||
};
|
};
|
||||||
|
|
||||||
# configure script looks for d-bus but it is only needed for tests
|
# configure script looks for d-bus but it is only needed for tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user