mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cmake: Delete Emacs library.
* gnu/packages/cmake.scm (cmake)[arguments]: Delete Emacs library.
This commit is contained in:
parent
475c11b1a7
commit
ffd526e61a
1 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,13 @@
|
||||||
" --exclude-regex ^\\(" (string-join skipped-tests "\\|") "\\)$")))
|
" --exclude-regex ^\\(" (string-join skipped-tests "\\|") "\\)$")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-before 'configure 'patch-bin-sh
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Replace "/bin/sh" by the right path in... a lot of
|
;; Replace "/bin/sh" by the right path in... a lot of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue