mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-gst: Fix the concatenation of install path.
Fixes a regression introduced in a5c2e7961c
.
* gnu/packages/gstreamer.scm (python-gst):
[arguments]:
<configure-flags>: Add missing leading slash.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9d25dab4db
commit
27a6e8501f
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ (define-public python-gst
|
|||
#:configure-flags
|
||||
(list (string-append
|
||||
"-Dpygi-overrides-dir="
|
||||
(python:site-packages %build-inputs %outputs) "gi/overrides"))))
|
||||
(python:site-packages %build-inputs %outputs) "/gi/overrides"))))
|
||||
(native-inputs
|
||||
(list pkg-config python))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue