Skip to content

Commit

Permalink
sbt: No need for bc buildInput
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 27, 2017
1 parent a7449bf commit a924cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/tools/build-managers/sbt/default.nix
Expand Up @@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
--replace "| bc)" "| ${bc}/bin/bc)"
'';

buildInputs = [ bc ];

installPhase = ''
mkdir -p $out/share/sbt $out/bin
cp -ra . $out/share/sbt
Expand Down

0 comments on commit a924cd2

Please sign in to comment.