Skip to content

Commit 5c02364

Browse files
committed
slurm-spank-stunnel: use getDev
1 parent d272adb commit 5c02364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/computing/slurm-spank-stunnel/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414
patches = [ ./hostlist.patch ];
1515

1616
buildPhase = ''
17-
gcc -I${slurm.dev}/include -shared -fPIC -o stunnel.so slurm-spank-stunnel.c
17+
gcc -I${lib.getDev slurm}/include -shared -fPIC -o stunnel.so slurm-spank-stunnel.c
1818
'';
1919

2020
installPhase = ''

0 commit comments

Comments
 (0)