Merge branch 'master' into core-updates

This commit is contained in:
Ludovic Courtès 2021-05-15 22:55:24 +02:00
commit 25487c3fe6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
131 changed files with 178526 additions and 124433 deletions

View file

@ -89,6 +89,17 @@ C or C++ programs, though that is not its primary goal.")
(license (x11-style (string-append home-page "license.txt")))))
(define-public libgc/disable-munmap
;; TODO: Use '--disable-munmap' by default on next rebuild cycle.
(package/inherit libgc
(arguments
;; Work around <https://github.com/ivmai/bdwgc/issues/353>.
(substitute-keyword-arguments (package-arguments libgc)
((#:configure-flags flags ''())
`(cons "--disable-munmap" ,flags))))
(properties `((hidden? . #t)
,@(package-properties libgc)))))
;; TODO: Add a static output in libgc in the next rebuild cycle.
(define-public libgc/static-libs
(package/inherit