guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cmake: Delete Emacs library.


From: Oleg Pykhalov
Subject: 01/01: gnu: cmake: Delete Emacs library.
Date: Tue, 22 May 2018 10:17:39 -0400 (EDT)

wigust pushed a commit to branch core-updates
in repository guix.

commit f037673c3133ae7453794f1f62eecebf9d06b092
Author: Oleg Pykhalov <address@hidden>
Date:   Tue May 22 07:41:45 2018 +0300

    gnu: cmake: Delete Emacs library.
    
    * gnu/packages/finance.scm (cmake)[arguments]: Delete Emacs library.
---
 gnu/packages/cmake.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index e9fa866..c8f6f77 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -85,6 +85,12 @@
            " --exclude-regex ^\\(" (string-join skipped-tests "\\|") "\\)$")))
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'split-package
+           ;; Remove files that have been packaged in other package recipes.
+           (lambda _
+             (delete-file "Auxiliary/cmake-mode.el")
+             (substitute* "Auxiliary/CMakeLists.txt"
+               ((".*cmake-mode.el.*") ""))))
          (add-before 'configure 'patch-bin-sh
            (lambda _
              ;; Replace "/bin/sh" by the right path in... a lot of



reply via email to

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