activator: remove attribute name

Back in 2017 I removed the `activator` package (see 25a3563102)
as it reached its end of life. Almost 2 years later everyone
shouldn't reference to this (not evaluating) path anymore
and hence can be removed.
This commit is contained in:
Maximilian Bosch 2019-03-16 02:05:24 +01:00
parent eec84d5e84
commit 4929ee7421
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -8328,14 +8328,6 @@ in
abi-dumper = callPackage ../development/tools/misc/abi-dumper { };
activator = throw ''
Typesafe Activator was removed in 2017-05-08 as the actual package reaches end of life.
See https://github.com/NixOS/nixpkgs/pull/25616
and http://www.lightbend.com/community/core-tools/activator-and-sbt
for more information.
'';
adtool = callPackage ../tools/admin/adtool { };
inherit (callPackage ../development/tools/alloy { })