diff options
Diffstat (limited to 'Omni/Bild/Python.nix')
| -rw-r--r-- | Omni/Bild/Python.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Bild/Python.nix b/Omni/Bild/Python.nix index f1056b1..ae14ebc 100644 --- a/Omni/Bild/Python.nix +++ b/Omni/Bild/Python.nix @@ -37,7 +37,9 @@ _self: super: { perscache = callPackage ./Deps/perscache.nix {}; pyswisseph = callPackage ./Deps/pyswisseph.nix {}; simple-ascii-tables = callPackage ./Deps/simple-ascii-tables.nix {}; + sphinx = dontCheck pysuper.sphinx; tokenizers = dontCheck pysuper.tokenizers; + uvloop = dontCheck pysuper.uvloop; }; }; |
