upstream some cross compilation fixes; remove patches which are no longer necessary
This commit is contained in:
@@ -330,21 +330,6 @@ in with final; {
|
||||
];
|
||||
};
|
||||
|
||||
# 2025/02/08: upstreaming is unblocked
|
||||
flatpak = prev.flatpak.overrideAttrs (upstream: {
|
||||
outputs = lib.remove "devdoc" upstream.outputs;
|
||||
depsBuildBuild = (upstream.depsBuildBuild or []) ++ [
|
||||
pkgsBuildBuild.pkg-config
|
||||
];
|
||||
nativeBuildInputs = upstream.nativeBuildInputs ++ [
|
||||
gtk-doc
|
||||
pkgsBuildHost.wayland-scanner
|
||||
];
|
||||
mesonFlags = upstream.mesonFlags ++ [
|
||||
"-Dgtkdoc=disabled"
|
||||
];
|
||||
});
|
||||
|
||||
# 2025/01/13: upstreaming is blocked by glycin-loaders
|
||||
fractal = prev.fractal.override {
|
||||
cargo = crossCargo;
|
||||
@@ -891,12 +876,6 @@ in with final; {
|
||||
'';
|
||||
});
|
||||
|
||||
# 2025/01/19: upstreaming is unblocked
|
||||
tree-sitter = prev.tree-sitter.overrideAttrs (upstream: {
|
||||
# shell completions were enabled, but aren't cross-compatible: <https://github.com/nixos/nixpkgs/pull/368976>
|
||||
postInstall = lib.replaceStrings [ "installShellCompletion" ] [ "true || installShellCompletion" ] upstream.postInstall;
|
||||
});
|
||||
|
||||
# fixes: "ar: command not found"
|
||||
# `ar` is provided by bintools
|
||||
# 2024/05/31: upstreaming is blocked on gnustep-base cross compilation
|
||||
@@ -962,12 +941,6 @@ in with final; {
|
||||
# upstream.postBuild;
|
||||
# });
|
||||
|
||||
wvkbd = prev.wvkbd.overrideAttrs (upstream: {
|
||||
nativeBuildInputs = (upstream.nativeBuildInputs or []) ++ [
|
||||
buildPackages.scdoc
|
||||
];
|
||||
});
|
||||
|
||||
# 2024/11/19: upstreaming is blocked on unar (gnustep), unless i also make that optional
|
||||
xarchiver = mvToNativeInputs [ libxslt ] prev.xarchiver;
|
||||
|
||||
|
@@ -8,8 +8,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "44588aa5476450605bb2cee95b9fd93f20d38697";
|
||||
sha256 = "sha256-ZXEJAKsuFg9NO/X7z3jxUtQ+gdUHihjEo24W0V1RYF0=";
|
||||
rev = "5d9b5431f967007b3952c057fc92af49a4c5f3b2";
|
||||
sha256 = "sha256-nkH2Edu9rClcsQp2PYBe8E6fp8LDPi2uDBQ6wyMdeXI=";
|
||||
version = "0-unstable-2025-03-16";
|
||||
branch = "master";
|
||||
}
|
||||
|
Reference in New Issue
Block a user