gnu: libopenshot: Remove bundled libraries.

* gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove
bundled libraries.
master
Efraim Flashner 2019-03-03 17:30:33 +02:00
parent 4f889375f2
commit 277becbbb7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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