gnome3.gnome-terminal: 3.34.0 → 3.34.1

- fixes gio-unix include
This commit is contained in:
Tor Hedin Brønner 2019-10-08 02:39:41 +00:00
parent c039946622
commit c909680e6c

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-terminal"; pname = "gnome-terminal";
version = "3.34.0"; version = "3.34.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-terminal/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/gnome-terminal/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0wcavripfsr691qkcjb71vccffz0wx2q5qh4clwnk1hi8j1hz9l5"; sha256 = "06fqgyfzjqj5k3cr9ig6xa85ml7ifgwfj4gi9z5f0pyc62lwvzlg";
}; };
buildInputs = [ buildInputs = [
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
hicolor-icon-theme # for setup-hook hicolor-icon-theme # for setup-hook
]; ];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
# Silly ./configure, it looks for dbus file from gnome-shell in the # Silly ./configure, it looks for dbus file from gnome-shell in the
# installation tree of the package it is configuring. # installation tree of the package it is configuring.
postPatch = '' postPatch = ''