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
commit 0610d30e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

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