mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
fossil: cleanup tests
This commit is contained in:
parent
6969f37233
commit
2781c7d312
|
@ -21,10 +21,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ tcl ];
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
|
||||
checkTarget = "test";
|
||||
|
||||
preCheck = stdenv.lib.optional doCheck ''
|
||||
preCheck = ''
|
||||
export TCLLIBPATH="${tcllib}/lib/tcllib${tcllib.version}"
|
||||
'';
|
||||
configureFlags = stdenv.lib.optional withJson "--json";
|
||||
|
|
Loading…
Reference in a new issue