gnu: libopenshot: Remove bundled libraries.
* gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove bundled libraries.
This commit is contained in:
parent
4f889375f2
commit
277becbbb7
1 changed files with 1 additions and 0 deletions
|
@ -3221,6 +3221,7 @@ (define-public libopenshot
|
|||
(("(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"))))
|
||||
|
|
Loading…
Reference in a new issue