tamarin-prover: enable tests

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+4 -2
+4 -2
pkgs/applications/science/logic/tamarin-prover/default.nix
··· 65 enableSharedExecutables = false; 66 postFixup = "rm -rf $out/lib $out/nix-support $out/share/doc"; 67 68 - # wrap the prover to be sure it can find maude 69 postInstall = '' 70 wrapProgram $out/bin/tamarin-prover \ 71 --prefix PATH : ${lib.makeBinPath [ which maude graphviz sapic ]} 72 ''; 73 74 - executableToolDepends = [ makeWrapper ]; 75 executableHaskellDepends = (with haskellPackages; [ 76 base binary binary-orphans blaze-builder blaze-html bytestring 77 cmdargs conduit containers deepseq directory fclabels file-embed
··· 65 enableSharedExecutables = false; 66 postFixup = "rm -rf $out/lib $out/nix-support $out/share/doc"; 67 68 + # wrap the prover to be sure it can find maude, sapic, etc 69 + executableToolDepends = [ makeWrapper which maude graphviz sapic ]; 70 postInstall = '' 71 wrapProgram $out/bin/tamarin-prover \ 72 --prefix PATH : ${lib.makeBinPath [ which maude graphviz sapic ]} 73 ''; 74 75 + checkPhase = "./dist/build/tamarin-prover/tamarin-prover test"; 76 + 77 executableHaskellDepends = (with haskellPackages; [ 78 base binary binary-orphans blaze-builder blaze-html bytestring 79 cmdargs conduit containers deepseq directory fclabels file-embed