diff --git a/overlays/cross.nix b/overlays/cross.nix index 91f22a6d..d3a7faf7 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -400,14 +400,6 @@ in { # inherit (emulated) stdenv hare; # }; - # 2023/08/27: out for review: - # brightnessctl = prev.brightnessctl.overrideAttrs (upstream: { - # postPatch = (upstream.postPatch or "") + '' - # substituteInPlace Makefile \ - # --replace 'pkg-config' "$PKG_CONFIG" - # ''; - # }); - # brltty = prev.brltty.override { # # configure: error: no acceptable C compiler found in $PATH # inherit (emulated) stdenv; @@ -1025,7 +1017,7 @@ in { # buildInputs = upstream.buildInputs ++ [ final.vala ]; # }); - # 2023/08/27: out for PR: + # 2023/08/27: out for PR: # libgweather = (prev.libgweather.override { # # we need introspection for bindings, used by e.g. # # - gnome.gnome-weather (javascript) @@ -1484,12 +1476,6 @@ in { # ]; # }); - # 2023/08/03: fix is in staging: - # - - # cryptography = py-prev.cryptography.override { - # inherit (emulated) cargo rustc rustPlatform; # "cargo:warning=aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-m64’" - # }; - # defcon = py-prev.defcon.overridePythonAttrs (orig: { # nativeBuildInputs = orig.nativeBuildInputs ++ orig.nativeCheckInputs; # }); @@ -1985,12 +1971,6 @@ in { # # fixes "meson.build:183:0: ERROR: Can not run test applications in this cross environment." # addNativeInputs [ final.mesonEmulatorHook ] prev.tracker-miners # ); - # 2023/08/27: out for PR: - # 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 - # buildInputs = upstream.buildInputs ++ [ final.vala ]; - # }); # twitter-color-emoji = prev.twitter-color-emoji.override { # # fails to fix original error # inherit (emulated) stdenv;