me
/
guix
Archived
1
0
Fork 0

gnu: global: Fix ctags creation using pygments.

* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to
use a specific python interpreter.
Efraim Flashner 2023-09-09 21:23:30 +03:00
parent a4c35c607c
commit 62ea0a0d3a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(string-append "--with-universal-ctags="
#$(this-package-input "universal-ctags")
"/bin/ctags")
;; Otherwise this gets overridden in the 'configure phase.
(string-append "--with-python-interpreter="
#$(this-package-input "python-wrapper")
"/bin/python")
(string-append "--sysconfdir="
#$output "/share/gtags")
"--localstatedir=/var" ; This needs to be a writable location.