mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: check@0.12: Do not inherit replacements from check.
* gnu/packages/check.scm (check-0.12): Use INHERIT instead of PACKAGE/INHERIT.
This commit is contained in:
parent
cce6b76416
commit
29961439aa
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ (define-public check
|
|||
|
||||
;; Some packages require this older version. Removed once no longer needed.
|
||||
(define-public check-0.12
|
||||
(package/inherit
|
||||
check
|
||||
(package
|
||||
(inherit check)
|
||||
(version "0.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue