[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: Add abseil-cpp-cxxstd17.
From: |
guix-commits |
Subject: |
04/14: gnu: Add abseil-cpp-cxxstd17. |
Date: |
Wed, 28 Sep 2022 14:58:43 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 7bcfdebc55f8b50d490201e63461d6533d60c19d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Sep 26 21:30:24 2022 +0800
gnu: Add abseil-cpp-cxxstd17.
* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/cpp.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d03e0bc7e1..5e0646444c 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1041,6 +1041,15 @@ Google's C++ code base.")
`(cons* "-DBUILD_TESTING=ON"
(delete "-DABSL_RUN_TESTS=ON" ,flags))))))))
+(define-public abseil-cpp-cxxstd17
+ (let ((base abseil-cpp))
+ (hidden-package
+ (package/inherit base
+ (arguments
+ (substitute-keyword-arguments (package-arguments base)
+ ((#:configure-flags flags)
+ #~(cons* "-DCMAKE_CXX_STANDARD=17" #$flags))))))))
+
(define-public pegtl
(package
(name "pegtl")
- branch master updated (2adb33279a -> eca27032d9), guix-commits, 2022/09/28
- 12/14: gnu: telegram: Remove unused variables., guix-commits, 2022/09/28
- 02/14: gnu: kcoreaddons: Remove trailing #t., guix-commits, 2022/09/28
- 09/14: gnu: Add libdispatch., guix-commits, 2022/09/28
- 11/14: gnu: telegram-desktop: Sort inputs alphabetically., guix-commits, 2022/09/28
- 03/14: gnu: kcoreaddons: Update to 5.98.0., guix-commits, 2022/09/28
- 06/14: gnu: webrtc-for-telegram-desktop: Update to 621f3da5., guix-commits, 2022/09/28
- 10/14: gnu: telegram-desktop: Update to 4.2.2., guix-commits, 2022/09/28
- 08/14: gnu: Remove libvpx-for-telegram-desktop., guix-commits, 2022/09/28
- 13/14: gnu: gnome: Sort propagated inputs alphabetically within categories., guix-commits, 2022/09/28
- 04/14: gnu: Add abseil-cpp-cxxstd17.,
guix-commits <=
- 07/14: gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically., guix-commits, 2022/09/28
- 01/14: gnu: extra-cmake-modules: Update to 5.98.0., guix-commits, 2022/09/28
- 05/14: gnu: Add crc32c., guix-commits, 2022/09/28
- 14/14: gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]., guix-commits, 2022/09/28