slurm-spank-stunnel: use getDev

This commit is contained in:
Markus Kowalewski 2023-12-24 15:12:18 +01:00
parent d272adb1b8
commit 5c023641e9

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
patches = [ ./hostlist.patch ];
buildPhase = ''
gcc -I${slurm.dev}/include -shared -fPIC -o stunnel.so slurm-spank-stunnel.c
gcc -I${lib.getDev slurm}/include -shared -fPIC -o stunnel.so slurm-spank-stunnel.c
'';
installPhase = ''