Enable checks and remove unnecessary lines.
This commit is contained in:
@@ -12,11 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./scripts/mk_bits_lut";
|
preConfigure = "patchShebangs ./scripts/mk_bits_lut";
|
||||||
# doCheck = true;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ ];
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
buildInputs = [ ];
|
|
||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user