parent
f037673c31
commit
4935701a4a
|
@ -85,12 +85,6 @@
|
||||||
" --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.*") ""))))
|
|
||||||
(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
|
||||||
|
|
Reference in New Issue