gnu: cmake: Delete Emacs library.

* gnu/packages/finance.scm (cmake)[arguments]: Delete Emacs library.
master
Oleg Pykhalov 2018-05-22 07:41:45 +03:00
parent 6b84d396e0
commit f037673c31
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 6 additions and 0 deletions

View File

@ -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