networkmanager: fix PPPD_PATH
Fixes #72330 Upstream MR: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/323
This commit is contained in:
parent
9d59d57d45
commit
e88fb2dca2
|
@ -61,6 +61,13 @@ in stdenv.mkDerivation rec {
|
||||||
# Meson does not support using different directories during build and
|
# Meson does not support using different directories during build and
|
||||||
# for installation like Autotools did with flags passed to make install.
|
# for installation like Autotools did with flags passed to make install.
|
||||||
./fix-install-paths.patch
|
./fix-install-paths.patch
|
||||||
|
|
||||||
|
# Fixes https://github.com/NixOS/nixpkgs/issues/72330
|
||||||
|
# Upstream MR: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/323
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/4c11364201c094ad19ab9980ea6051a82bd2a550.patch";
|
||||||
|
sha256 = "14dgb6ijxyzcglrk67is2fn49iwrhljf2sld8w557i6zkypilmsv";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue