From 8bfcb5cd7a38eb17b7d514778a4db830eb3ea698 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:07 -0400 Subject: [PATCH] codelite: add explicit python_version --- srcpkgs/codelite/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -}