diff options
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index e346f7e0c5d..ece86a9ed58 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -117,9 +117,8 @@ highlighting your own code that seemed comprehensible when you wrote it.") | |||
| 117 | (let* ((out (assoc-ref outputs "out")) | 117 | (let* ((out (assoc-ref outputs "out")) |
| 118 | (data (string-append out "/share/gtags")) | 118 | (data (string-append out "/share/gtags")) |
| 119 | (lisp (string-append out "/share/emacs/site-lisp"))) | 119 | (lisp (string-append out "/share/emacs/site-lisp"))) |
| 120 | (mkdir-p lisp) | 120 | (install-file (string-append data "/gtags.el") |
| 121 | (copy-file (string-append data "/gtags.el") | 121 | lisp) |
| 122 | (string-append lisp "/gtags.el")) | ||
| 123 | (delete-file (string-append data "/gtags.el")) | 122 | (delete-file (string-append data "/gtags.el")) |
| 124 | #t)) | 123 | #t)) |
| 125 | %standard-phases))) | 124 | %standard-phases))) |
