guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libopenshot: Remove bundled libraries.


From: guix-commits
Subject: 02/03: gnu: libopenshot: Remove bundled libraries.
Date: Sun, 3 Mar 2019 11:35:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 277becbbb7beee43c2e0fa5e2b038882c07200cd
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 3 17:30:33 2019 +0200

    gnu: libopenshot: Remove bundled libraries.
    
    * gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove
    bundled libraries.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c51352d..d61e11e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3221,6 +3221,7 @@ create smoother and stable videos.")
                             (("(SET\\(PYTHON_MODULE_PATH.*)\\)" _ set)
                              (string-append set " CACHE PATH "
                                             "\"Python bindings directory\")")))
+                          (delete-file-recursively "thirdparty")
                           #t))
               (patches (search-patches "libopenshot-fixup-tests.patch"
                                        
"libopenshot-tests-with-system-libs.patch"))))



reply via email to

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