cross: libgweather/tuba: grab from upstream PRs
This commit is contained in:
@@ -359,13 +359,15 @@ in [
|
||||
})
|
||||
(fetchpatch' {
|
||||
title = "libgweather: enable introspection on cross builds";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/251956";
|
||||
saneCommit = "7a2d0a90cc558ea71dfc78356e61b0675b995634";
|
||||
hash = "sha256-5uOYxC4+ZMjIbO1oSA/8ffuftgHSbrGuKjw3EnCHakU=";
|
||||
hash = "sha256-tjO19dXVUrD+V+YpD7z3iWSgNyOirG70HuQ+c+0fZYA=";
|
||||
})
|
||||
(fetchpatch' {
|
||||
title = "tuba: support cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/251958";
|
||||
saneCommit = "fc1121488c2358644f2d149bebf049512471adc0";
|
||||
hash = "sha256-ZTFC/bu/pO3s+SPQmKhvd+Y+tNE0KVK6bL+Br86A1eM=";
|
||||
hash = "sha256-OYSWpymoiP/15nMJ/NwapufHEPKnCoGrUq4QwxM22mo=";
|
||||
})
|
||||
|
||||
# (fetchpatch' {
|
||||
|
@@ -930,7 +930,7 @@ in {
|
||||
# buildInputs = upstream.buildInputs ++ [ final.vala ];
|
||||
# });
|
||||
|
||||
# TODO(2023/08/27): send out for PR: <https://github.com/NixOS/nixpkgs/compare/master...uninsane:nixpkgs:pr-cross-libgweather>
|
||||
# 2023/08/27: out for PR: <https://github.com/NixOS/nixpkgs/compare/master...uninsane:nixpkgs:pr-cross-libgweather>
|
||||
# libgweather = (prev.libgweather.override {
|
||||
# # we need introspection for bindings, used by e.g.
|
||||
# # - gnome.gnome-weather (javascript)
|
||||
@@ -1831,7 +1831,7 @@ in {
|
||||
# # fixes "meson.build:183:0: ERROR: Can not run test applications in this cross environment."
|
||||
# addNativeInputs [ final.mesonEmulatorHook ] prev.tracker-miners
|
||||
# );
|
||||
# TODO(2023/08/27): send for PR: <https://github.com/uninsane/nixpkgs/pull/new/pr-cross-tuba>
|
||||
# 2023/08/27: out for PR: <https://github.com/uninsane/nixpkgs/pull/new/pr-cross-tuba>
|
||||
# tuba = (wrapGAppsHook4Fix prev.tuba).overrideAttrs (upstream: {
|
||||
# # 2023/07/27: upstreaming is blocked on p11-kit cross compilation
|
||||
# # error: Package `{libadwaita-1,gtksourceview-5,libsecret-1,gee-0.8}' not found in specified Vala API directories or GObject-Introspection GIR directories
|
||||
|
Reference in New Issue
Block a user