Commit 664ba439 authored by Robert Schütz's avatar Robert Schütz
Browse files

python314Packages.untokenize: disable

It fails to build with

    AttributeError: 'Constant' object has no attribute 's'
parent 2f594d5a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  pythonAtLeast,
  unittestCheckHook,
}:

@@ -10,6 +11,9 @@ buildPythonPackage rec {
  version = "0.1.1";
  format = "setuptools";

  # https://github.com/myint/untokenize/issues/4
  disabled = pythonAtLeast "3.14";

  src = fetchPypi {
    inherit pname version;
    sha256 = "3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2";