Merge pull request #187969 from K900/xyce-fix-eval
xyce: fix eval after #187842
This commit is contained in:
@@ -118,7 +118,6 @@ stdenv.mkDerivation rec {
|
||||
checkInputs = [
|
||||
bc
|
||||
perl
|
||||
perlPackages.DigestMD5
|
||||
(python3.withPackages (ps: with ps; [ numpy scipy ]))
|
||||
] ++ lib.optionals withMPI [ mpi openssh ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user