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:
parent
1e07875b57
commit
1f8838d1f6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue