mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
Merge pull request #27364 from veprbl/slurm2
slurm: add alias attribute for backward compatibility
This commit is contained in:
commit
ff4ba02902
@ -11496,8 +11496,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user