rcu: Fix passthru.tests.version check

This commit is contained in:
OPNA2608
2026-04-11 18:39:49 +02:00
parent 1988ea5e07
commit d904f09652
-7
View File
@@ -175,13 +175,6 @@ python3Packages.buildPythonApplication rec {
passthru = {
tests.version = testers.testVersion {
package = rcu;
version =
let
versionSuffixPos = (lib.strings.stringLength rcu.version) - 1;
in
"d${lib.strings.substring 0 versionSuffixPos rcu.version}(${
lib.strings.substring versionSuffixPos 1 rcu.version
})";
};
# Python stuff automatically adds an updateScript that just fails