3
0
Fork 0
forked from mirrors/nixpkgs

gnome3: get rid of extraneous NIX_CFLAGS_COMPILE

This commit is contained in:
Jan Tojnar 2017-11-07 04:20:52 +01:00
parent c78f67da17
commit 5a4320ab59
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
4 changed files with 0 additions and 8 deletions

View file

@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Cheese;
description = "Take photos and videos with your webcam, with fun graphical effects";

View file

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly
gst_all_1.gst-libav json_glib ];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
enableParallelBuilding = true;
postPatch = ''

View file

@ -6,8 +6,6 @@
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0";
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool libxslt docbook_xsl

View file

@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
sha256 = "0vw6m0azycqabbz8f0fd8xsh5kf6j3ig4wpqlhw6sklvf44ii5b8";
};
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
configureScript = "./autogen.sh";
configureFlags = [ "--with-session-bus-services-dir=$(out)/share/dbus-1/services" ];