solr: clean up aliases

Since solr_7 actually refers to version 8, it is removed.
The alias solr_8 is moved to aliases.nix.
This commit is contained in:
Robert Schütz 2021-01-30 12:07:05 +01:00
parent 44c8df7e2a
commit 9ff3bd475a
2 changed files with 1 additions and 2 deletions

View file

@ -609,6 +609,7 @@ mapAliases ({
smugline = throw "smugline has been removed from nixpkgs, as it's unmaintained and depends on deprecated libraries."; # added 2020-11-04
slim = throw "slim has been removed. Please use a different display-manager"; # added 2019-11-11
slimThemes = throw "slimThemes has been removed because slim has been also"; # added 2019-11-11
solr_8 = solr; # added 2021-01-30
spectral = neochat; # added 2020-12-27
sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";

View file

@ -7911,8 +7911,6 @@ in
sonar-scanner-cli = callPackage ../tools/security/sonar-scanner-cli { };
solr = callPackage ../servers/search/solr { };
solr_7 = solr;
solr_8 = solr;
solvespace = callPackage ../applications/graphics/solvespace { };