mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
add static version
This commit is contained in:
parent
144ffc5b7c
commit
f0bac7cf4e
1 changed files with 13 additions and 0 deletions
|
@ -17,3 +17,16 @@
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
|
(define-public reproc-with-cpp-static
|
||||||
|
(package
|
||||||
|
(inherit reproc)
|
||||||
|
(name "reproc-with-cpp-static")
|
||||||
|
(arguments
|
||||||
|
;; No tests.
|
||||||
|
`(#:tests? #f
|
||||||
|
;; Build the shared library instead of a static one.
|
||||||
|
#:configure-flags `("-DREPROC++=1")))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue