GNU bug report logs -
#45601
[PATCH 0/6] vlang 0.2 update
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/vlang.scm (vlang): Use system picoenv.
---
gnu/packages/vlang.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/vlang.scm b/gnu/packages/vlang.scm
index dd970e643a..c3f439fce6 100644
--- a/gnu/packages/vlang.scm
+++ b/gnu/packages/vlang.scm
@@ -24,6 +24,7 @@
#:use-module (gnu packages javascript)
#:use-module (gnu packages linux)
#:use-module (gnu packages maths)
+ #:use-module (gnu packages networking)
#:use-module (gnu packages node)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages tls)
@@ -74,6 +75,7 @@
(for-each delete-file-recursively
'("thirdparty/bignum"
"thirdparty/cJSON"
+ "thirdparty/picoev"
"thirdparty/wyhash"))))))
(build-system gnu-build-system)
(arguments
@@ -102,7 +104,10 @@
(assoc-ref inputs "cJSON")))
(substitute* "vlib/hash/wyhash.c.v"
(("@VROOT/thirdparty/wyhash")
- (string-append (assoc-ref inputs "wyhash") "/include")))))
+ (string-append (assoc-ref inputs "wyhash") "/include")))
+ (substitute* "vlib/picoev/picoev.v"
+ (("@VROOT/thirdparty/picoev")
+ (string-append (assoc-ref inputs "picoev") "/include")))))
(add-before 'build 'patch-cc
(lambda _
(let* ((bin "tmp/bin")
@@ -164,6 +169,7 @@
`(("glib" ,glib)
("tiny-bignum" ,tiny-bignum)
("cJSON" ,(package-source cjson))
+ ("picoev" ,picoev)
("wyhash" ,wyhash)))
(native-inputs
`(("vc"
--
2.29.2
This bug report was last modified 1 year and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.