slurm-llnl: multiple outputs

+4 -2
+4 -2
pkgs/servers/computing/slurm/default.nix
··· 11 sha256 = "05si1cn7zivggan25brsqfdw0ilvrlnhj96pwv16dh6vfkggzjr1"; 12 }; 13 14 buildInputs = [ 15 - pkgconfig curl python munge perl pam openssl mysql.lib ncurses gtk lua 16 - hwloc numactl 17 ]; 18 19 configureFlags =
··· 11 sha256 = "05si1cn7zivggan25brsqfdw0ilvrlnhj96pwv16dh6vfkggzjr1"; 12 }; 13 14 + outputs = [ "dev" "out" ]; 15 + 16 + nativeBuildInputs = [ pkgconfig ]; 17 buildInputs = [ 18 + curl python munge perl pam openssl mysql.lib ncurses gtk lua hwloc numactl 19 ]; 20 21 configureFlags =