dconf: fix build with Meson 0.52

This commit is contained in:
Jan Tojnar 2019-12-01 03:06:57 +01:00
parent 75c88b57f9
commit 9ee20bf138
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
};
patches = [
# Fix build with Meson 0.52
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/dconf/commit/cc32667c5d7d9ff95e65cc21f59905d8f9218394.patch";
sha256 = "02gfadn34bg818a7vb3crhsiahskiflcvx9l6iqwf1v269q93mr8";
})
];
postPatch = ''