guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: emacs: Strip double wrap."


From: guix-commits
Subject: branch master updated: Revert "gnu: emacs: Strip double wrap."
Date: Sat, 29 Aug 2020 09:59:50 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6c77a50  Revert "gnu: emacs: Strip double wrap."
6c77a50 is described below

commit 6c77a5040604ebb7c0196f47520cf5fcc30c2087
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 29 15:58:02 2020 +0200

    Revert "gnu: emacs: Strip double wrap."
    
    This reverts commit 0ec6b8afd7e7a6c288fbf48c5779f2e0bdaffb55 that prevents 
the
    load of Emacs packages.
---
 gnu/packages/emacs.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 84c1889..a338abc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -191,17 +191,6 @@
                            (rename-file real wrapper))
                          pdmp pdmp-real))
              #t))
-         (add-after 'glib-or-gtk-wrap 'strip-double-wrap
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; Directly copy emacs-X.Y to emacs, so that it is not wrapped
-             ;; twice.  This also fixes a minor issue, where WMs would not be
-             ;; able to track emacs back to emacs.desktop.
-             (with-directory-excursion (assoc-ref outputs "out")
-               (copy-file (string-append
-                           "bin/emacs-"
-                           ,(version-major+minor (package-version emacs)))
-                          "bin/emacs")
-               #t)))
          (add-before 'reset-gzip-timestamps 'make-compressed-files-writable
            ;; The 'reset-gzip-timestamps phase will throw a permission error
            ;; if gzip files aren't writable then.  This phase is needed when



reply via email to

[Prev in Thread] Current Thread [Next in Thread]