gnome3.gpaste: fix build for 3.32 mutter

This commit is contained in:
Tor Hedin Brønner 2019-03-05 16:25:27 +01:00 committed by Jan Tojnar
parent 144526f6fe
commit 34d172ec1a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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