~ruther/guix-local

62ea0a0d3a921a25593b2a8db97d744fd2c53c08 — Efraim Flashner 2 years ago a4c35c6
gnu: global: Fix ctags creation using pygments.

* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to
use a specific python interpreter.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/code.scm
M gnu/packages/code.scm => gnu/packages/code.scm +4 -0
@@ 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.