install the library as well

This commit is contained in:
Lynn Leichtle 2024-09-13 19:42:32 +02:00
parent b46128b4b9
commit 6b046396a2
Signed by: lynn
GPG key ID: 55E797F631DDA03C

View file

@ -16,7 +16,8 @@
"1sih28hni53cnqbd3ap42vx12p4isrzwzi3vnwr81i5w3vk14lyl")))) "1sih28hni53cnqbd3ap42vx12p4isrzwzi3vnwr81i5w3vk14lyl"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan (list '("zig" "bin/zig")) `(#:install-plan '(("zig" "bin/zig")
("lib" "lib"))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'make-executable (add-after 'install 'make-executable
@ -32,7 +33,7 @@ toolchain. Among other features it provides
@item manual memory management, @item manual memory management,
@item generic data structures and functions, @item generic data structures and functions,
@item compile-time reflection and compile-time code execution, @item compile-time reflection and compile-time code execution,
@item integration with C using zig as a C compiler, and @item integration with C using zig as acl C compiler, and
@item concurrency via async functions. @item concurrency via async functions.
@end itemize") @end itemize")
(license license:expat))) (license license:expat)))