mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -4,8 +4,8 @@
|
|||
(use-modules (guix packages) ( gnu packages serialization))
|
||||
|
||||
(define-public yaml-cpp-static
|
||||
(package
|
||||
(inherit yaml-cpp)
|
||||
(name "yaml-cpp-static")
|
||||
(arguments
|
||||
'(#:configure-flags '("-DYAML_BUILD_SHARED_LIBS=OFF")))))
|
||||
(package
|
||||
(inherit yaml-cpp)
|
||||
(name "yaml-cpp-static")
|
||||
(arguments
|
||||
'(#:configure-flags '("-DYAML_BUILD_SHARED_LIBS=OFF")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue