overlays/cross: remove the unused iotas patch (which probably doesnt work anyway)
This commit is contained in:
@@ -177,7 +177,7 @@ in with final; {
|
||||
# shell = runtimeShell;
|
||||
# };
|
||||
|
||||
# 2024/11/19: upstreaming is blocked on samba (via gvfs/gnome-online-accounts/evolution-data-server)
|
||||
# 2024/12/19: upstreaming is unblocked
|
||||
# fixes: "Exec format error: './calls-scan'"
|
||||
calls = prev.calls.overrideAttrs (upstream: {
|
||||
# TODO: try building with mesonEmulatorHook when i upstream this
|
||||
@@ -322,7 +322,7 @@ in with final; {
|
||||
# outputs = lib.remove "devdoc" upstream.outputs;
|
||||
# });
|
||||
|
||||
# 2024/12/16: upstreaming is blocked by evolution-data-server (itself blocked on gnome-online-accounts)
|
||||
# 2024/12/19: upstreaming is unblocked
|
||||
geary = prev.geary.overrideAttrs (upstream: {
|
||||
buildInputs = upstream.buildInputs ++ [
|
||||
# glib
|
||||
@@ -421,15 +421,15 @@ in with final; {
|
||||
# i2p = mvToNativeInputs [ ant gettext ] prev.i2p;
|
||||
|
||||
# 2024/08/12: upstreaming is blocked on lua, lpeg, pandoc, unicode-collation, etc
|
||||
iotas = prev.iotas.overrideAttrs (_: {
|
||||
# error: "<iotas> is not allowed to refer to the following paths: <build python>"
|
||||
# disallowedReferences = [];
|
||||
postPatch = ''
|
||||
# @PYTHON@ becomes the build python, but this file isn't executable anyway so shouldn't have a shebang
|
||||
substituteInPlace iotas/const.py.in \
|
||||
--replace-fail '#!@PYTHON@' ""
|
||||
'';
|
||||
});
|
||||
# iotas = prev.iotas.overrideAttrs (_: {
|
||||
# # error: "<iotas> is not allowed to refer to the following paths: <build python>"
|
||||
# # disallowedReferences = [];
|
||||
# postPatch = ''
|
||||
# # @PYTHON@ becomes the build python, but this file isn't executable anyway so shouldn't have a shebang
|
||||
# substituteInPlace iotas/const.py.in \
|
||||
# --replace-fail '#!@PYTHON@' ""
|
||||
# '';
|
||||
# });
|
||||
|
||||
# jellyfin-media-player = mvToBuildInputs
|
||||
# [ libsForQt5.wrapQtAppsHook ] # this shouldn't be: but otherwise we get mixed qtbase deps
|
||||
|
Reference in New Issue
Block a user