Merge pull request #57735 from Ma27/rm-activator-attribute

activator: remove attribute name
This commit is contained in:
xeji
2019-03-16 11:01:19 +01:00
committed by GitHub

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 { })