mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
nim: rebuild against OpenSSL
This commit is contained in:
parent
64bac27970
commit
bc9a2e4cf0
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nim'
|
# Template file for 'nim'
|
||||||
pkgname=nim
|
pkgname=nim
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=1
|
revision=2
|
||||||
_cversion=0.20.0
|
_cversion=0.20.0
|
||||||
_nimbleversion=0.12.0
|
_nimbleversion=0.12.0
|
||||||
_fusionversion=e942c649892b2ae3802851fba6bc5d251326e5fb
|
_fusionversion=e942c649892b2ae3802851fba6bc5d251326e5fb
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="Nim-$version"
|
build_wrksrc="Nim-$version"
|
||||||
hostmakedepends="ed"
|
hostmakedepends="ed"
|
||||||
depends="gcc libressl-devel"
|
depends="gcc openssl-devel"
|
||||||
short_desc="Nim programming language"
|
short_desc="Nim programming language"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue