slurm: add alias attribute for backward compatibility

Fixes: b917a8760 ('slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm')
This commit is contained in:
Dmitry Kalinkin 2017-07-13 18:54:14 -04:00
parent 6943cd3ebd
commit ba8fe290ec
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 2 additions and 0 deletions

View File

@ -11490,8 +11490,10 @@ with pkgs;
storm = callPackage ../servers/computing/storm { };
slurm = callPackage ../servers/computing/slurm { gtk2 = null; };
slurm-llnl = slurm; # renamed July 2017
slurm-full = appendToName "full" (callPackage ../servers/computing/slurm { });
slurm-llnl-full = slurm-full; # renamed July 2017
systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };