mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gnome3.dconf: cleanup
This commit is contained in:
parent
e14e705d82
commit
de0cede481
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, vala_0_32, libxslt, pkgconfig, glib, dbus_glib, gnome3
|
{ stdenv, fetchurl, vala, libxslt, pkgconfig, glib, dbus_glib, gnome3
|
||||||
, libxml2, intltool, docbook_xsl_ns, docbook_xsl, makeWrapper }:
|
, libxml2, intltool, docbook_xsl_ns, docbook_xsl, makeWrapper }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -15,9 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "lib" "dev" ];
|
outputs = [ "out" "lib" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ vala pkgconfig intltool libxslt libxml2 docbook_xsl docbook_xsl_ns makeWrapper ];
|
||||||
buildInputs = [ vala_0_32 libxslt glib dbus_glib gnome3.gtk libxml2
|
buildInputs = [ glib dbus_glib ];
|
||||||
intltool docbook_xsl docbook_xsl_ns makeWrapper ];
|
|
||||||
|
|
||||||
postConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
|
postConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
substituteInPlace client/Makefile \
|
substituteInPlace client/Makefile \
|
||||||
|
Loading…
Reference in New Issue
Block a user