forked from mirrors/nixpkgs
networkmanager: drop merged patch
This commit is contained in:
parent
5f8b0d7d99
commit
d6850a9b91
|
@ -61,13 +61,6 @@ 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
|
||||
|
||||
# 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 = [
|
||||
|
|
Loading…
Reference in a new issue