about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2016-08-07 11:11:58 +0200
committerGitHub <noreply@github.com>2016-08-07 11:11:58 +0200
commitf7f8de64f49b14979efd2f6519f297dc5341d908 (patch)
tree253592f951fc03318a054409b6c5be7bebbff418 /pkgs
parent39b48ed2effa2bf2c4241869ec78d5bcbaac5a3d (diff)
parent882ad3bbd0bdbb5457d0f2086fd3f876a456960b (diff)
downloadnixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar.gz
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar.bz2
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar.lz
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar.xz
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.tar.zst
nixlib-f7f8de64f49b14979efd2f6519f297dc5341d908.zip
Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25pre
emacs25pre: Removes doCheck = false
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/emacs-25/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-25/default.nix b/pkgs/applications/editors/emacs-25/default.nix
index 1a64a2a670e0..dcd8a2ab6960 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/;