Merge pull request #982 from allan/master

nim: fix ARM build
This commit is contained in:
Juan RP 2015-02-18 15:32:56 +01:00
commit 9eb9edbea1

View file

@ -1,10 +1,9 @@
# Template file for 'nim' # Template file for 'nim'
pkgname=nim pkgname=nim
version=0.10.2 version=0.10.2
revision=1 revision=2
depends="gcc" depends="gcc"
makedepends="libzip" hostmakedepends="libzip git ed"
hostmakedepends="git ed"
short_desc="The Nim programming language" short_desc="The Nim programming language"
maintainer="allan <mail@may.mooo.com>" maintainer="allan <mail@may.mooo.com>"
license="MIT" license="MIT"