diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-03-03 17:30:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-03-03 17:35:49 +0200 |
commit | 277becbbb7beee43c2e0fa5e2b038882c07200cd (patch) | |
tree | 007884ca1a039239f8212136f45ee101d9a072a0 /gnu/packages | |
parent | 4f889375f2e3c0606e83280cd7deee5c58e11cd4 (diff) | |
download | guix-277becbbb7beee43c2e0fa5e2b038882c07200cd.tar guix-277becbbb7beee43c2e0fa5e2b038882c07200cd.tar.gz |
gnu: libopenshot: Remove bundled libraries.
* gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove
bundled libraries.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |