mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
parent
008587dc74
commit
144630df23
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nim'
|
# Template file for 'nim'
|
||||||
pkgname=nim
|
pkgname=nim
|
||||||
version=0.16.0
|
version=0.16.0
|
||||||
revision=2
|
revision=3
|
||||||
_cversion=0.16.0
|
_cversion=0.16.0
|
||||||
_nimbleversion=0.8.4
|
_nimbleversion=0.8.4
|
||||||
depends="gcc"
|
depends="gcc"
|
||||||
|
@ -31,6 +31,12 @@ do_build() {
|
||||||
CFLAGS= sh build.sh
|
CFLAGS= sh build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
ed lib/wrappers/openssl.nim <<-EDIT
|
||||||
|
,s/versions = "(/versions = "(|.43|.41/
|
||||||
|
w
|
||||||
|
q
|
||||||
|
EDIT
|
||||||
|
|
||||||
bin/nim c koch
|
bin/nim c koch
|
||||||
./koch boot -d:release
|
./koch boot -d:release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue