ecopcr: use spaces for indentation
This commit is contained in:
parent
dcc35abe55
commit
759a2cd563
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user