umockdev: Fix build with Vala 0.52
This commit is contained in:
parent
64d5bb723f
commit
2b9c8ba171
@ -1,6 +1,7 @@
|
||||
{ lib, stdenv
|
||||
, docbook_xsl
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, glib
|
||||
, gobject-introspection
|
||||
, gtk-doc
|
||||
@ -26,6 +27,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "09k8jwvsphd97hcagf0zaf0hwzlzq2r8jfgbmvj55k7ylrg8hjxg";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build with Vala 0.52
|
||||
(fetchpatch {
|
||||
url = "https://github.com/martinpitt/umockdev/commit/a236f0b55fbb6ff50a6429da9d404703d6637d94.patch";
|
||||
sha256 = "sZs9Ove1r7te/a9vmWUmFetLVhyzhHmx7ijhkK/2S5o=";
|
||||
})
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dgtk_doc=true"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user