From 882ad3bbd0bdbb5457d0f2086fd3f876a456960b Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 7 Aug 2016 09:04:00 +0200 Subject: [PATCH] emacs25pre: Removes doCheck = false Fixes #13573. This package builds fine without this line now. --- pkgs/applications/editors/emacs-25/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/editors/emacs-25/default.nix b/pkgs/applications/editors/emacs-25/default.nix index 1a64a2a670e..dcd8a2ab696 100644 --- a/pkgs/applications/editors/emacs-25/default.nix +++ b/pkgs/applications/editors/emacs-25/default.nix @@ -80,9 +80,6 @@ stdenv.mkDerivation rec { mv nextstep/Emacs.app $out/Applications ''; - # https://github.com/NixOS/nixpkgs/issues/13573 - doCheck = false; - meta = with stdenv.lib; { description = "GNU Emacs 25 (pre), the extensible, customizable text editor"; homepage = http://www.gnu.org/software/emacs/;