summary refs log tree commit diff
diff options
context:
space:
mode:
authorMalte <3236302+malte-christian@users.noreply.github.com>2021-08-03 17:10:56 +0200
committerMalte <3236302+malte-christian@users.noreply.github.com>2021-08-03 17:27:38 +0200
commita5542798bca19894463619c868569ca2c73f3cea (patch)
tree31b771c746cccba8d4557c8f8d2164ea0a2f01a2
parent78090fd990c0f2df96ee98d9e1da400248ef5af3 (diff)
downloadnixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar.gz
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar.bz2
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar.lz
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar.xz
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.tar.zst
nixpkgs-a5542798bca19894463619c868569ca2c73f3cea.zip
verifpal: enable tests
-rw-r--r--pkgs/tools/security/verifpal/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/security/verifpal/default.nix b/pkgs/tools/security/verifpal/default.nix
index d65d3512272..02f41477c7e 100644
--- a/pkgs/tools/security/verifpal/default.nix
+++ b/pkgs/tools/security/verifpal/default.nix
@@ -16,8 +16,6 @@ buildGoModule rec {
 
   vendorSha256 = "XHeXonzRDHXayge5G3apvDarbOfTiV+UQ+IqSbrLkCk=";
 
-  doCheck = false;
-
   nativeBuildInputs = [ pigeon ];
 
   subPackages = [ "cmd/verifpal" ];