Commit d904f096 authored by OPNA2608's avatar OPNA2608
Browse files

rcu: Fix passthru.tests.version check

parent 1988ea5e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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