Revert "gnu: cmake: Delete Emacs library."
authorMark H Weaver <mhw@netris.org>
Tue, 22 May 2018 18:39:53 +0000 (14:39 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 22 May 2018 18:39:53 +0000 (14:39 -0400)
This reverts commit f037673c3133ae7453794f1f62eecebf9d06b092.

gnu/packages/cmake.scm

index c8f6f77..e9fa866 100644 (file)
            " --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