ecopcr: use spaces for indentation
This commit is contained in:
parent
dcc35abe55
commit
759a2cd563
1 changed files with 6 additions and 6 deletions
|
@ -13,12 +13,12 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ gcc python27 zlib ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -v ecoPCR $out/bin
|
||||
cp -v ecogrep $out/bin
|
||||
cp -v ecofind $out/bin
|
||||
cp -v ../tools/ecoPCRFormat.py $out/bin/ecoPCRFormat
|
||||
chmod a+x $out/bin/ecoPCRFormat
|
||||
mkdir -p $out/bin
|
||||
cp -v ecoPCR $out/bin
|
||||
cp -v ecogrep $out/bin
|
||||
cp -v ecofind $out/bin
|
||||
cp -v ../tools/ecoPCRFormat.py $out/bin/ecoPCRFormat
|
||||
chmod a+x $out/bin/ecoPCRFormat
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue