cross: push networkmanager plugin patches toward upstream

This commit is contained in:
2025-01-25 12:42:24 +00:00
parent 63281e5486
commit 5ed6df90c2
2 changed files with 4 additions and 21 deletions

View File

@@ -524,18 +524,18 @@ in with final; {
# fixes "gdbus-codegen: command not found"
# fixes "gtk4-builder-tool: command not found"
# 2025/01/13: upstreaming is unblocked
# 2025/01/24: upstreaming is unblocked, out for PR: <https://github.com/NixOS/nixpkgs/pull/376687>
# networkmanager-l2tp = addNativeInputs [ gtk4 ]
# (mvToNativeInputs [ glib ] prev.networkmanager-l2tp);
# fixes "properties/gresource.xml: Permission denied"
# - by providing glib-compile-resources
# 2025/01/13: upstreaming is unblocked
# 2025/01/24: upstreaming is unblocked, out for PR: <https://github.com/NixOS/nixpkgs/pull/376687>
# networkmanager-openconnect = mvToNativeInputs [ glib ] prev.networkmanager-openconnect;
# fixes "properties/gresource.xml: Permission denied"
# - by providing glib-compile-resources
# 2025/01/13: upstreaming is unblocked,implemented
# 2025/01/24: upstreaming is unblocked, out for PR: <https://github.com/NixOS/nixpkgs/pull/376687>
# networkmanager-openvpn = mvToNativeInputs [ glib ] prev.networkmanager-openvpn;
# 2025/01/13: upstreaming is unblocked,implemented
# 2025/01/24: upstreaming is unblocked, out for PR: <https://github.com/NixOS/nixpkgs/pull/376687>
# networkmanager-sstp = (
# # fixes "gdbus-codegen: command not found"
# mvToNativeInputs [ glib ] (

View File

@@ -129,21 +129,4 @@ in
# name = "librewolf-pmos-mobile: init";
# hash = "sha256-oQEM3EZfAOmfZzDu9faCqyOFZsdHYGn1mVBgkxt68Zg=";
# })
# these probably work, but i don't use them
# (fetchpatch' {
# name = "networkmanager-openvpn: support cross compilation";
# saneCommit = "6f53c267fbeb2ff543f075032a7e73af2d4bcb9e";
# hash = "sha256-gq9AyKH7/k2ZVSZ3jpPJPt3uAM+CllXQnaiC1tE1r/8=";
# })
# (fetchpatch' {
# name = "WIP: networkmanager-sstp: support cross compilation";
# saneCommit = "6de63fe320406ec9a509db721c52b3894a93bda2";
# hash = "sha256-EY3bQuv/80JbpquUJhc89CcYAgN9A9KkpsSitw/684I=";
# })
# (fetchpatch' {
# name = "WIP: networkmanager-l2tp: support cross compilation";
# saneCommit = "7a4191c570b0e5a1ab257222c26a4a2ecb945037";
# hash = "sha256-FiPJhHGqZ8MFwLY+1t6HgbK6ndomFSYUKvApvrikRHE=";
# })
]