From 277becbbb7beee43c2e0fa5e2b038882c07200cd Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Mar 2019 17:30:33 +0200 Subject: [PATCH] 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 c51352dcf8..d61e11eecd 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"))))