diff --git a/srcpkgs/codelite/template b/srcpkgs/codelite/template index 9ca8123dafe..49505193795 100644 --- a/srcpkgs/codelite/template +++ b/srcpkgs/codelite/template @@ -16,6 +16,7 @@ license="GPL-2.0-or-later" homepage="http://www.codelite.org" distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz" checksum=f2653fa42d6214999718236998cb223e6de00a498c0cfde795e901be693fb9ac +python_version=2 #unverified archs="i686* x86_64* ppc64le*" build_options="hunspell lldb mysql sftp" @@ -30,7 +31,3 @@ pre_configure() { -e "1i\SET(wxWidgets_CONFIG_EXECUTABLE wx-config-gtk3)" \ CMakeLists.txt } - -post_install() { - vlicense LICENSE -}