octopus: fixup build by adding which

https://hydra.nixos.org/build/247364187/nixlog/1/tail
This commit is contained in:
Vladimír Čunát
2024-01-25 09:12:08 +01:00
parent 5af80acc9a
commit 24db4fbcb8
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitLab, gfortran, perl, procps
{ lib, stdenv, fetchFromGitLab, gfortran, which, perl, procps
, libyaml, libxc, fftw, blas, lapack, gsl, netcdf, arpack, autoreconfHook
, python3
, enableFma ? stdenv.hostPlatform.fmaSupport
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
which
perl
procps
autoreconfHook