reformatting and cleaning repo

This commit is contained in:
Jean-François GUILLAUME 2025-02-10 13:12:59 +01:00
parent 263fc568f0
commit dd9a55f327
42 changed files with 10407 additions and 11840 deletions

View file

@ -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")))))