mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
14dfd74d8e
commit
5411ee6465
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Ddeveloper_build=false"
|
||||
"-Dgobject_overrides_dir_py3=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user