commit d8f42fdfa4b3c0761e2190ab88cee1e058aded3c
parent 5659509942cf17bd59536f46616ed7360a4863ff
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 19 Jul 2025 23:19:31 +0400
Up
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/gpx/gpxtrackposter/default.nix b/pkgs/gpx/gpxtrackposter/default.nix
@@ -32,6 +32,7 @@ python312Packages.buildPythonApplication {
# https://github.com/flopp/GpxTrackPoster/issues/102
substituteInPlace gpxtrackposter/timezone_adjuster.py \
+ --replace-fail "__init__(self)" "__new__(cls)" \
--replace-fail "TimezoneAdjuster._timezonefinder" "cls._timezonefinder"
substituteInPlace gpxtrackposter/cli.py \
diff --git a/pkgs/misc/tewi/default.nix b/pkgs/misc/tewi/default.nix
@@ -32,5 +32,6 @@ python3Packages.buildPythonApplication rec {
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.sikmir ];
mainProgram = "tewi";
+ broken = true; # textual is broken
};
}