Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25pre

emacs25pre: Removes doCheck = false
This commit is contained in:
Moritz Ulrich 2016-08-07 11:11:58 +02:00 committed by GitHub
commit f7f8de64f4

View File

@ -80,9 +80,6 @@ stdenv.mkDerivation rec {
mv nextstep/Emacs.app $out/Applications mv nextstep/Emacs.app $out/Applications
''; '';
# https://github.com/NixOS/nixpkgs/issues/13573
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "GNU Emacs 25 (pre), the extensible, customizable text editor"; description = "GNU Emacs 25 (pre), the extensible, customizable text editor";
homepage = http://www.gnu.org/software/emacs/; homepage = http://www.gnu.org/software/emacs/;