gnu: libgc: Fix replacement inheritance.

* gnu/packages/bdw-gc.scm (libgc-8.0): Do not use PACKAGE/INHERIT, because it
does not make sense to inherit any replacements of LIBGC.
(libgc/back-pointers): Use PACKAGE/INHERIT.
This commit is contained in:
Marius Bakke 2020-03-02 23:08:13 +01:00
parent 1e07875b57
commit 1f8838d1f6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -92,8 +92,8 @@ (define-public libgc
(license (x11-style (string-append home-page "license.txt")))))
(define-public libgc-8.0
(package/inherit
libgc
(package
(inherit libgc)
(version "8.0.4")
(source (origin
(method url-fetch)
@ -104,8 +104,8 @@ (define-public libgc-8.0
"1798rp3mcfkgs38ynkbg2p47bq59pisrc6mn0l20pb5iczf0ssj3"))))))
(define-public libgc/back-pointers
(package
(inherit libgc)
(package/inherit
libgc
(name "libgc-back-pointers")
(arguments
`(#:make-flags