3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

Revert "gnu: cmake: Delete Emacs library."

This reverts commit f037673c31.
This commit is contained in:
Mark H Weaver 2018-05-22 14:39:53 -04:00
parent f037673c31
commit 4935701a4a
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -85,12 +85,6 @@
" --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