Unverified Commit 6b208c25 authored by Alexander Shpilkin's avatar Alexander Shpilkin
Browse files

networkmanager_strongswan: disable -Werror

A Gtk deprecation warning breaks the build of 1.6.0 with GNOME 44 otherwise.
parent fe2ecaf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"