me
/
guix
Archived
1
0
Fork 0

gnu: check@0.12: Do not inherit replacements from check.

* gnu/packages/check.scm (check-0.12): Use INHERIT instead of PACKAGE/INHERIT.
master
Marius Bakke 2020-06-13 19:23:27 +02:00
parent cce6b76416
commit 29961439aa
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ source code editors and IDEs.")
;; 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)