mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
elpa: remove openssh from checkInputs
Is taken care of by mpiCheckPhaseHoook
This commit is contained in:
parent
3e59f77a4f
commit
ce65b23d16
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, autoreconfHook, mpiCheckPhaseHook
|
||||
, perl, mpi, blas, lapack, scalapack, openssh
|
||||
, perl, mpi, blas, lapack, scalapack
|
||||
# CPU optimizations
|
||||
, avxSupport ? stdenv.hostPlatform.avxSupport
|
||||
, avx2Support ? stdenv.hostPlatform.avx2Support
|
||||
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = !enableCuda;
|
||||
|
||||
nativeCheckInputs = [ mpiCheckPhaseHook openssh ];
|
||||
nativeCheckInputs = [ mpiCheckPhaseHook ];
|
||||
preCheck = ''
|
||||
#patchShebangs ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user