mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
GConf-2.32.4
svn path=/nixpkgs/branches/glib-2.30/; revision=31418
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{ stdenv, fetchurl, pkgconfig, dbus_glib, glib, ORBit2, libxml2
|
||||
, polkit, intltool, dbus_libs }:
|
||||
, polkit, intltool, dbus_libs, xz }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "GConf-2.28.1";
|
||||
name = "GConf-2.32.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/GConf/2.28/GConf-2.28.1.tar.bz2;
|
||||
sha256 = "001h9gngz31gnvs6mjyazdibhdqmw1wwk88n934b0mv013wpgi2k";
|
||||
url = mirror://gnome/sources/GConf/2.32/GConf-2.32.4.tar.xz;
|
||||
sha256 = "09ch709cb9fniwc4221xgkq0jf0x0lxs814sqig8p2dcll0llvzk";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ORBit2 dbus_libs dbus_glib libxml2 polkit intltool ];
|
||||
buildNativeInputs = [ pkgconfig xz ];
|
||||
buildInputs = [ ORBit2 dbus_libs dbus_glib libxml2 polkit intltool ];
|
||||
propagatedBuildInputs = [ glib ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user