networkmanager: fix compile error due to NM_AVAILABLE_IN_1_12_2 macro

This commit is contained in:
Florian Klink 2018-08-04 01:32:45 +02:00
parent e63ef63c93
commit 24726a35d9

View File

@ -71,6 +71,10 @@ in stdenv.mkDerivation rec {
url = https://bugzilla.gnome.org/attachment.cgi?id=372953;
sha256 = "1crjplyiiipkhjjlifrv6hhvxinlcxd6irp9ijbc7jij31g44i0a";
})
(fetchurl {
url = https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/0a3755c1799d3a4dc1875d4c59c7c568a64c8456.patch;
sha256 = "af1717f7c6fdd6dadb4082dd847f4bbc42cf1574833299f3e47024e785533f2e";
})
(substituteAll {
src = ./fix-paths.patch;
inherit inetutils kmod openconnect;