diff --git a/srcpkgs/aha/template b/srcpkgs/aha/template index 429bd5f6d76..9632b6991db 100644 --- a/srcpkgs/aha/template +++ b/srcpkgs/aha/template @@ -9,12 +9,3 @@ license="LGPL-2.0-or-later, MPL-1.1" homepage="https://github.com/theZiz/aha" distfiles="https://github.com/theZiz/aha/archive/${version}.tar.gz" checksum=6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f - -do_configure() { - sed -i 's/gcc/$(CC)/' Makefile -} - -do_install() { - vbin aha - vman aha.1 -}