cross: push switchboard-plug-network patch upstream
This commit is contained in:
@@ -882,14 +882,14 @@ in with final; {
|
||||
# # buildInputs = lib.remove gnupg upstream.buildInputs;
|
||||
# });
|
||||
|
||||
pantheon = prev.pantheon.overrideScope (self: super: {
|
||||
# 2024/09/17: upstreaming is unblocked
|
||||
switchboard-plug-network = super.switchboard-plug-network.overrideAttrs (upstream: {
|
||||
nativeBuildInputs = upstream.nativeBuildInputs ++ [
|
||||
buildPackages.gettext #< for msgfmt
|
||||
];
|
||||
});
|
||||
});
|
||||
# pantheon = prev.pantheon.overrideScope (self: super: {
|
||||
# # 2024/09/17: upstreaming is unblocked, out for PR: <https://github.com/NixOS/nixpkgs/pull/342648>
|
||||
# switchboard-plug-network = super.switchboard-plug-network.overrideAttrs (upstream: {
|
||||
# nativeBuildInputs = upstream.nativeBuildInputs ++ [
|
||||
# buildPackages.gettext #< for msgfmt
|
||||
# ];
|
||||
# });
|
||||
# });
|
||||
|
||||
# fixes (meson) "Program 'glib-mkenums mkenums' not found or not executable"
|
||||
# 2024/08/12: upstreaming is unblocked
|
||||
|
@@ -46,6 +46,13 @@ in
|
||||
hash = "sha256-43zxnbUJuGXThadHoQRi6cevD7SFSZejWj324V6eBpw=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
title = "pantheon.switchboard-plug-network: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/342648";
|
||||
saneCommit = "902b9fff95ed3ebe0be04558477b21974d775f17";
|
||||
hash = "sha256-WkTl1kK5ohO6+Bud8BNbFhjLlYMFapApHhVPsFrFKYc=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
title = "wike: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/338807";
|
||||
|
Reference in New Issue
Block a user