delete commented code
This commit is contained in:
@@ -19,7 +19,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ lua ];
|
buildInputs = [ lua ];
|
||||||
nativeBuildInputs = [ fennelrepl ] ;
|
nativeBuildInputs = [ fennelrepl ] ;
|
||||||
# doCheck = true;
|
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cp -p ${
|
cp -p ${
|
||||||
@@ -35,7 +34,7 @@ stdenv.mkDerivation {
|
|||||||
} ${name}
|
} ${name}
|
||||||
make check
|
make check
|
||||||
'';
|
'';
|
||||||
# checkPhase = "make check";
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D ${name} $out/bin/${name}
|
install -D ${name} $out/bin/${name}
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user