tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
slurm-llnl: multiple outputs
Joachim Fasting
9 years ago
622b1b05
d8b0618e
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
computing
slurm
default.nix
+4
-2
pkgs/servers/computing/slurm/default.nix
···
11
sha256 = "05si1cn7zivggan25brsqfdw0ilvrlnhj96pwv16dh6vfkggzjr1";
12
};
13
0
0
0
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
0
19
];
20
21
configureFlags =