mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: abseil-cpp: Remove googletest patch.
* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/cpp.scm (abseil-cpp)[source]: Remove patch. Co-authored-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
parent
169354db38
commit
d102bd7316
3 changed files with 1 additions and 21 deletions
|
@ -778,11 +778,8 @@ point and then, after each tween step, plugging back the result.")
|
|||
(sha256
|
||||
(base32
|
||||
"1p4djhm1f011ficbjjxx3n8428p8481p20j4glpaawnpsi362hkl"))
|
||||
;; Remove after next googletest release and update.
|
||||
(patches
|
||||
(search-patches
|
||||
"abseil-cpp-fix-gtest.patch"
|
||||
"abseil-cpp-fix-strerror_test.patch"))))
|
||||
(search-patches "abseil-cpp-fix-strerror_test.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue