me
/
guix
Archived
1
0
Fork 0

gnu: abseil-cpp: Don't use 'package/inherit'.

* gnu/packages/cpp.scm (abseil-cpp): Use object inheritance instead of
PACKAGE/INHERIT because the inherited package has a different source, thus
replacements should not be inherited.
Marius Bakke 2022-10-16 16:17:22 +02:00
parent 883fb8f41b
commit 5a5b729d66
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -1025,7 +1025,8 @@ Google's C++ code base.")
(define-public abseil-cpp
(let ((base abseil-cpp-20200923.3))
(package/inherit base
(package
(inherit base)
(name "abseil-cpp")
(version "20220623.1")
(source (origin