libmodulemd: fix build with newer meson

This option has been dropped by upstream libmodulemd
https://github.com/fedora-modularity/libmodulemd/commit/1096cda67bbb
and now meson apparently got stricter.
This commit is contained in:
Vladimír Čunát 2022-01-22 08:13:32 +01:00
parent 14dfd74d8e
commit 5411ee6465
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
];
mesonFlags = [
"-Ddeveloper_build=false"
"-Dgobject_overrides_dir_py3=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
];