gnome.gnome-settings-daemon338: fix build with new meson

Our default gnome-settings-daemon release already contains this.
This commit is contained in:
Vladimír Čunát 2022-01-22 08:06:05 +01:00
parent bc45bc6d10
commit 14dfd74d8e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -68,6 +68,12 @@ stdenv.mkDerivation rec {
url = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/82d88014dfca2df7e081712870e1fb017c16b808.patch";
sha256 = "H5k/v+M2bRaswt5nrDJFNn4gS4BdB0UfzdjUCT4yLKg=";
})
# Fix build with new meson
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/28e28e9e598342c897ae5ca350d0da6f4aea057b.diff";
sha256 = "U+suR7wYjLWPqmkJpHm6pPOWL7sjL6GhIFX8MHrBRAY=";
})
];
nativeBuildInputs = [