summary refs log tree commit diff
path: root/pkgs/development/idris-modules/wl-pprint.nix
diff options
context:
space:
mode:
authorMárton Boros <martonboros@gmail.com>2018-03-16 12:40:17 +0100
committerMárton Boros <martonboros@gmail.com>2018-03-20 07:16:21 +0100
commit23ee7c9d8d510a781c9796d392e968537d254883 (patch)
tree9ffcf98ac7abb04d6c0bf083e93409f8a6b49a8b /pkgs/development/idris-modules/wl-pprint.nix
parentcf65d477fd9e92823c64a44521835c82e122c2f2 (diff)
downloadnixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar.gz
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar.bz2
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar.lz
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar.xz
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.tar.zst
nixpkgs-23ee7c9d8d510a781c9796d392e968537d254883.zip
idrisPackages: add packages
Diffstat (limited to 'pkgs/development/idris-modules/wl-pprint.nix')
-rw-r--r--pkgs/development/idris-modules/wl-pprint.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/idris-modules/wl-pprint.nix b/pkgs/development/idris-modules/wl-pprint.nix
index 9ecf0591805..55a926d780d 100644
--- a/pkgs/development/idris-modules/wl-pprint.nix
+++ b/pkgs/development/idris-modules/wl-pprint.nix
@@ -16,10 +16,6 @@ build-idris-package {
     sha256 = "0ifp76cqg340jkkzanx69vg76qivv53vh1lzv9zkp5f49prkwl5d";
   };
 
-  # The tests for this package fail. We should attempt to enable them when
-  # updating this package again.
-  doCheck = false;
-
   idrisDeps = [ prelude base ];
 
   meta = {