mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ firmware blobs. You can
|
||||||
""))))
|
""))))
|
||||||
(add-after 'build 'build-bash-completions
|
(add-after 'build 'build-bash-completions
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python" "-m" "./autotools/build-bash-completion")))
|
(setenv "PYTHONPATH" ".")
|
||||||
|
(invoke "./autotools/build-bash-completion")
|
||||||
|
(unsetenv "PYTHONPATH")))
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; Set TZDIR so that time zones are found.
|
;; Set TZDIR so that time zones are found.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue