forked from mirrors/nixpkgs
emacs25pre: Removes doCheck = false
Fixes #13573. This package builds fine without this line now.
This commit is contained in:
parent
20f009d56d
commit
882ad3bbd0
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue