networkmanager_strongswan: disable -Werror

A Gtk deprecation warning breaks the build of 1.6.0 with GNOME 44 otherwise.
This commit is contained in:
Alexander Shpilkin 2023-04-13 18:20:32 +03:00
parent fe2ecaf706
commit 6b208c2575
No known key found for this signature in database
GPG key ID: 55F6F5B75637BD38

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
];
configureFlags = [
"--disable-more-warnings" # disables -Werror
"--with-charon=${strongswanNM}/libexec/ipsec/charon-nm"
"--with-nm-libexecdir=${placeholder "out"}/libexec"
"--with-nm-plugindir=${placeholder "out"}/lib/NetworkManager"