mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
nodejs: v7h bypass needs isl
This commit is contained in:
parent
850b54e4b9
commit
ca918094e5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pkgdesc='Evented I/O for V8 javascript'
|
|||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
depends=('python2')
|
||||
depends=('python2' 'isl')
|
||||
checkdepends=('curl') # curl used for check()
|
||||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs')
|
||||
|
|
Loading…
Reference in a new issue