emacs25pre: Removes doCheck = false

Fixes #13573. This package builds fine without this line now.
This commit is contained in:
Damien Cassou 2016-08-07 09:04:00 +02:00
parent 20f009d56d
commit 882ad3bbd0

View file

@ -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/;