mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
dbus-glib: propagating glib
svn path=/nixpkgs/branches/stdenv-updates/; revision=10465
This commit is contained in:
parent
ab9a4ef695
commit
1a12f687e2
|
@ -6,9 +6,10 @@ stdenv.mkDerivation rec {
|
||||||
url = "${meta.homepage}/releases/dbus-glib/${name}.tar.gz";
|
url = "${meta.homepage}/releases/dbus-glib/${name}.tar.gz";
|
||||||
sha256 = "1qmbnd9xgg7vahlfywd8sfd9yqhx8jdyczz3cshfsd4qc76xhw78";
|
sha256 = "1qmbnd9xgg7vahlfywd8sfd9yqhx8jdyczz3cshfsd4qc76xhw78";
|
||||||
};
|
};
|
||||||
inherit dbus glib;
|
buildInputs = [pkgconfig expat gettext];
|
||||||
buildInputs = [pkgconfig gettext glib expat];
|
propagatedBuildInputs = [dbus.libs glib];
|
||||||
propagatedBuildInputs = [dbus.libs];
|
configureFlags = "--enable-shared --disable-static";
|
||||||
|
passthru = { inherit dbus glib; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://dbus.freedesktop.org;
|
homepage = http://dbus.freedesktop.org;
|
||||||
|
|
Loading…
Reference in a new issue