Enable checks and remove unnecessary lines.

This commit is contained in:
Kevin Quick 2017-10-19 09:37:10 -07:00 committed by Kevin Quick
parent 6015fdc76a
commit bb47bea024
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -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 = ''