sbt: No need for bc buildInput
This commit is contained in:
parent
a7449bf4d8
commit
a924cd2beb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue