gsound: push cross compilation patch upstream

This commit is contained in:
Colin 2023-10-24 10:27:33 +00:00
parent ed92fafdf6
commit bb217ecd7b
2 changed files with 12 additions and 4 deletions

View File

@ -19,6 +19,13 @@ let
// (if title != null then { name = title; } else {})
);
in [
(fetchpatch' {
title = "gsound: enable introspection/vala when cross compiled";
prUrl = "https://github.com/NixOS/nixpkgs/pull/263107";
saneCommit = "beb33584013f49d198152ad8ae8797bb6fa0266f";
# hash = "sha256-tKeumQ1R/UWTL2J9RaGs8p9QHxGxP2a1DevHnX/ElRU=";
hash = "sha256-W9IS3JNPk5LkJeuZ+EL8NIv8+v7wEZo8Gt+ofq3RrrY=";
})
(fetchpatch' {
title = "trust-dns: 0.23.0 -> 0.24.0";
prUrl = "https://github.com/NixOS/nixpkgs/pull/263054";

View File

@ -867,10 +867,11 @@ in {
strictDeps = true;
});
gsound = prev.gsound.overrideAttrs (upstream: {
# remove logic which was removing introspection/vala on cross compilation
mesonFlags = [];
});
# 2023/10/23: out for review: <https://github.com/NixOS/nixpkgs/pull/263107>
# gsound = prev.gsound.overrideAttrs (upstream: {
# # remove logic which was removing introspection/vala on cross compilation
# mesonFlags = [];
# });
gspell = prev.gspell.overrideAttrs (upstream: {
depsBuildBuild = (upstream.depsBuildBuild or []) ++ [
# without this, vapi files ($dev/share/vapi/vala/gspell-1.vapi) aren't generated.