networkmanager: fix build

Not sure why this is an issue now, likely a gtk-doc or gobject-introspection bump.
wip/yesman
Jan Tojnar 4 years ago
parent 0d69234cde
commit c87e6738df
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 7
      pkgs/tools/networking/network-manager/default.nix

@ -62,6 +62,13 @@ in stdenv.mkDerivation rec {
# Meson does not support using different directories during build and
# for installation like Autotools did with flags passed to make install.
./fix-install-paths.patch
# Fix build
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/620
(fetchpatch {
url = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/54e25f23f53af889703dfc50d51a8afeeea8a439.patch";
sha256 = "oy/AZhOC15anWeIMYJfDBcITqJ7CiU715he68XvPRxk=";
})
];
buildInputs = [

Loading…
Cancel
Save