ecopcr: use spaces for indentation

This commit is contained in:
zowoq 2021-01-20 09:25:11 +10:00
parent dcc35abe55
commit 759a2cd563

View File

@ -13,12 +13,12 @@ stdenv.mkDerivation rec {
buildInputs = [ gcc python27 zlib ]; buildInputs = [ gcc python27 zlib ];
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp -v ecoPCR $out/bin cp -v ecoPCR $out/bin
cp -v ecogrep $out/bin cp -v ecogrep $out/bin
cp -v ecofind $out/bin cp -v ecofind $out/bin
cp -v ../tools/ecoPCRFormat.py $out/bin/ecoPCRFormat cp -v ../tools/ecoPCRFormat.py $out/bin/ecoPCRFormat
chmod a+x $out/bin/ecoPCRFormat chmod a+x $out/bin/ecoPCRFormat
''; '';
meta = with lib; { meta = with lib; {