gnome3.gpaste: fix build for 3.32 mutter

This commit is contained in:
Tor Hedin Brønner
2019-04-05 11:40:32 +02:00
committed by Jan Tojnar
parent 144526f6fe
commit 34d172ec1a
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, vala, glib, gjs, mutter
{ stdenv, fetchurl, autoreconfHook, pkgconfig, vala, glib, gjs, mutter, fetchpatch
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, systemd, gobject-introspection }:
stdenv.mkDerivation rec {
@@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
patches = [
./fix-paths.patch
(fetchpatch {
url = https://github.com/Keruspe/GPaste/commit/eacd9ecbcf6db260a2bdc22275c7a855cad66424.patch;
sha256 = "1668xcmx90gpjlgv2iyp6yqbxq3r5sw5cxds0dmzlyvbqdmc3py2";
})
];
# TODO: switch to substituteAll with placeholder