me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 4 deletions

View File

@ -92,8 +92,8 @@ C or C++ programs, though that is not its primary goal.")
(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 @@ C or C++ programs, though that is not its primary goal.")
"1798rp3mcfkgs38ynkbg2p47bq59pisrc6mn0l20pb5iczf0ssj3"))))))
(define-public libgc/back-pointers
(package
(inherit libgc)
(package/inherit
libgc
(name "libgc-back-pointers")
(arguments
`(#:make-flags