Merge pull request #187969 from K900/xyce-fix-eval

xyce: fix eval after #187842
This commit is contained in:
K900
2022-08-23 10:18:26 +03:00
committed by GitHub
@@ -118,7 +118,6 @@ stdenv.mkDerivation rec {
checkInputs = [
bc
perl
perlPackages.DigestMD5
(python3.withPackages (ps: with ps; [ numpy scipy ]))
] ++ lib.optionals withMPI [ mpi openssh ];