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:
Zhu Zihao 2022-04-05 00:17:29 +08:00 committed by Ludovic Courtès
parent 9d25dab4db
commit 27a6e8501f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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