forked from M-Labs/nix-scripts
parent
a57b927418
commit
1d9726fe2f
|
@ -21,6 +21,7 @@ let
|
|||
"pygit2"
|
||||
"python-levenshtein"
|
||||
"sipyco"
|
||||
"jsonschema"
|
||||
];
|
||||
extraYaml =
|
||||
''
|
||||
|
|
|
@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ binutils-or1k llvm-or1k llvmlite-artiq ]
|
||||
++ (lib.lists.optionals (lib.strings.versionAtLeast version "6.0") [ binutils-arm ])
|
||||
++ (with pythonDeps; [ sipyco pyqtgraph-qt5 pythonparser ])
|
||||
++ (with python3Packages; [ pygit2 numpy dateutil scipy prettytable pyserial python-Levenshtein h5py pyqt5 ])
|
||||
++ (with python3Packages; [ pygit2 numpy dateutil jsonschema scipy prettytable pyserial python-Levenshtein h5py pyqt5 ])
|
||||
++ [(if (lib.strings.versionAtLeast version "6.0") then pythonDeps.qasync else python3Packages.quamash)];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
|
Loading…
Reference in New Issue