mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
add static version See merge request glicid-public/guix-glicid!370
This commit is contained in:
commit
272285b54b
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