me
/
guix
Archived
1
0
Fork 0

gnu: libgc: Remove 'libgc/disable-munmap'.

This variant is already the default on this branch.

* gnu/packages/bdw-gc.scm (libgc/disable-munmap): Remove.
master
Ludovic Courtès 2021-05-16 00:23:20 +02:00
parent a81c898fd7
commit 20c122a4b0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 11 deletions

View File

@ -89,17 +89,6 @@ 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