cross: disable unneeded libei patch

This commit is contained in:
Colin 2024-02-27 16:11:59 +00:00
parent 4379addf9e
commit 4b014af4b1
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ in with final; {
# source runs python during build only as a sanity check: we could instead disable that.
# this library is probably only used by xwayland: <https://github.com/NixOS/nixpkgs/pull/280256>
# it's a dependency of waybar (via sway), but doesn't actually occur in the output!
libei = prev.libei.override { python3 = buildPackages.python3; };
# libei = prev.libei.override { python3 = buildPackages.python3; };
# libgweather = prev.libgweather.overrideAttrs (upstream: {
# nativeBuildInputs = (lib.remove gobject-introspection upstream.nativeBuildInputs) ++ [