[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: |
Fri, 25 May 2018 05:20:50 -0400 (EDT) |
wigust pushed a commit to branch core-updates-next
in repository guix.
commit ffd526e61ab1b45c6c913ab4e139193e4d5bee9b
Author: Oleg Pykhalov <address@hidden>
Date: Tue May 22 07:41:45 2018 +0300
gnu: cmake: Delete Emacs library.
* gnu/packages/cmake.scm (cmake)[arguments]: Delete Emacs library.
---
gnu/packages/cmake.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 4239115..e437073 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -85,6 +85,13 @@
" --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.*") ""))
+ #t))
(add-before 'configure 'patch-bin-sh
(lambda _
;; Replace "/bin/sh" by the right path in... a lot of