mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.invoke: don't recompile bytecode
Has vendored code, a given .py might not be compatible
This commit is contained in:
parent
5d6f47c223
commit
1af7900cd2
@ -20,6 +20,9 @@ buildPythonPackage rec {
|
||||
# errors with vendored libs
|
||||
doCheck = false;
|
||||
|
||||
# has vendored python2 code
|
||||
dontUsePythonRecompileBytecode = true;
|
||||
|
||||
meta = {
|
||||
description = "Pythonic task execution";
|
||||
license = lib.licenses.bsd2;
|
||||
|
Loading…
Reference in New Issue
Block a user