mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: ganeti: Fix build failure.
This fixes a regression from 1ed567c872
.
* gnu/packages/virtualization.scm (ganeti)[arguments]: Set PYTHONPATH before
generating bash completions, and adjust invocation to run the script directly.
This commit is contained in:
parent
8576d87a5e
commit
641b31de5e
1 changed files with 3 additions and 1 deletions
|
@ -680,7 +680,9 @@ (define-public ganeti
|
|||
""))))
|
||||
(add-after 'build 'build-bash-completions
|
||||
(lambda _
|
||||
(invoke "python" "-m" "./autotools/build-bash-completion")))
|
||||
(setenv "PYTHONPATH" ".")
|
||||
(invoke "./autotools/build-bash-completion")
|
||||
(unsetenv "PYTHONPATH")))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; Set TZDIR so that time zones are found.
|
||||
|
|
Loading…
Reference in a new issue