guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/13: gnu: python-gst: Fix the concatenation of install path.


From: guix-commits
Subject: 07/13: gnu: python-gst: Fix the concatenation of install path.
Date: Tue, 5 Apr 2022 14:43:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 27a6e8501f0299d438916c3d11d37f18ecb4f4eb
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Tue Apr 5 00:17:29 2022 +0800

    gnu: python-gst: Fix the concatenation of install path.
    
    Fixes a regression introduced in a5c2e7961c21ef8620ce4cfb3569109fbd694e1e.
    
    * gnu/packages/gstreamer.scm (python-gst):
    [arguments]:
    <configure-flags>: Add missing leading slash.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 8ff8e6242b..8b01c9b04b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1076,7 +1076,7 @@ given, also pass them to the build system instead of the 
ones used by PKG."
        #: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]