summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/media-gfx/nomacs/nomacs.exlib10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/media-gfx/nomacs/nomacs.exlib b/packages/media-gfx/nomacs/nomacs.exlib
index f879898..66de159 100644
--- a/packages/media-gfx/nomacs/nomacs.exlib
+++ b/packages/media-gfx/nomacs/nomacs.exlib
@@ -3,14 +3,13 @@
-require cmake [ api=2 ]
require github [ user=nomacs ]
+require cmake [ api=2 ]
-export_exlib_phases pkg_setup
SUMMARY="Qt-based image viewer"
HOMEPAGE="https://nomacs.org/"
-LICENCES="GPL-3+"
+LICENCES="GPL-3"
SLOT="0"
MYOPTIONS="
@@ -85,8 +84,3 @@ if ! ever at_least 3.10; then
)
fi
-#for some reason github in scm mode + cmake exlibs causing problems, this workaround is necessary
-nomacs_pkg_setup() {
- edo mkdir "${WORKBASE}/build"
- edo chmod o+rwx "${WORKBASE}/build"
-}