Merge pull request #180108 from NickCao/slurm

slurm: move perl to nativeBuildInputs
This commit is contained in:
markuskowa 2022-07-07 14:35:43 +02:00 committed by GitHub
commit 40dbf66db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,13 +48,13 @@ stdenv.mkDerivation rec {
# this doesn't fix tests completely at least makes slurmd to launch # this doesn't fix tests completely at least makes slurmd to launch
hardeningDisable = [ "bindnow" ]; hardeningDisable = [ "bindnow" ];
nativeBuildInputs = [ pkg-config libtool python3 ]; nativeBuildInputs = [ pkg-config libtool python3 perl ];
buildInputs = [ buildInputs = [
curl python3 munge perl pam curl python3 munge pam
libmysqlclient ncurses gtk2 lz4 rdma-core libmysqlclient ncurses gtk2 lz4 rdma-core
lua hwloc numactl readline freeipmi shadow.su lua hwloc numactl readline freeipmi shadow.su
pmix json_c libjwt libyaml dbus libbpf pmix json_c libjwt libyaml dbus libbpf
http-parser http-parser
] ++ lib.optionals enableX11 [ xorg.xauth ]; ] ++ lib.optionals enableX11 [ xorg.xauth ];
configureFlags = with lib; configureFlags = with lib;