forked from mirrors/nixpkgs
Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25pre
emacs25pre: Removes doCheck = false
This commit is contained in:
commit
f7f8de64f4
|
@ -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