3
0
Fork 0
forked from mirrors/nixpkgs

slurm-llnl: multiple outputs

This commit is contained in:
Joachim Fasting 2016-05-28 01:29:42 +02:00
parent d8b0618e6c
commit 622b1b057b
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "05si1cn7zivggan25brsqfdw0ilvrlnhj96pwv16dh6vfkggzjr1";
};
outputs = [ "dev" "out" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
pkgconfig curl python munge perl pam openssl mysql.lib ncurses gtk lua
hwloc numactl
curl python munge perl pam openssl mysql.lib ncurses gtk lua hwloc numactl
];
configureFlags =