mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: global: Fix ctags creation using pygments.
* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to use a specific python interpreter.
This commit is contained in:
parent
a4c35c607c
commit
62ea0a0d3a
1 changed files with 4 additions and 0 deletions
|
@ -200,6 +200,10 @@ (define-public global ; a global variable
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue