diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 9cdda2b751..1c21ad475b 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -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.