GNU bug report logs -
#50847
[PATCH 0/5] Add ydotool
Previous Next
Full log
Message #17 received at 50847 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cpp.scm (cxxopts-next): New variable.
---
gnu/packages/cpp.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index cf063fc921..30a5bb4d12 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -834,6 +834,25 @@ standard GNU style syntax for options.")
(home-page "https://github.com/jarro2783/cxxopts/wiki")
(license license:expat)))
+(define-public cxxopts-next
+ ;; No release version 3.0.0 cxxopts required by ydotool,
+ ;; include breaking changes.
+ (let ((commit "2d8e17c4f88efce80e274cb03eeb902e055a91d3")
+ (revision "0")
+ (version "3.0.0"))
+ (package/inherit cxxopts
+ (name "cxxopts-next")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jarro2783/cxxopts")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0pwrac81zfqjs17g3hx8r3ds2xf04npb6mz111qjy4bx17314ib7")))))))
+
(define-public folly
(package
(name "folly")
--
2.33.0
--
Alexandr Vityazev
This bug report was last modified 2 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.