GNU bug report logs -
#76991
telegram-desktop package fails to build
Previous Next
Reported by: Apoorv Singh <apoorvs569 <at> gmail.com>
Date: Thu, 13 Mar 2025 02:09:02 UTC
Severity: normal
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Am Sonntag, dem 16.03.2025 um 21:45 +0100 schrieb Arseniy Zaostrovnykh:
> * gnu/packages/cpp.scm (c++-gsl): Update to 4.2.0
Missing period at the end (also in the header).
> It is needed to build the newer telegram v5.12.3
This is gratuitous information :)
> Change-Id: Iceb1c17d4195711159aa03ad161f094c3e78bbd9
> ---
> gnu/packages/cpp.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
> index 8d482d1fbd..4a351bf0d9 100644
> --- a/gnu/packages/cpp.scm
> +++ b/gnu/packages/cpp.scm
> @@ -399,7 +399,7 @@ (define-public robin-hood-hashing
> (define-public c++-gsl
> (package
> (name "c++-gsl")
> - (version "4.0.0")
> + (version "4.2.0")
> (source
> (origin
> (method git-fetch)
> @@ -411,7 +411,7 @@ (define-public c++-gsl
> (file-name
> (git-file-name name version))
> (sha256
> - (base32
> "0dgb3rb6x2276d3v7x568m3zhqr67rhk8ynqgm3c304avnmcaw3i"))))
> + (base32
> "08w3ppd43wx9vq641ljw5izjd7p5w7drynw13ll9shwy41ydif9n"))))
> (build-system cmake-build-system)
> (native-inputs
> (list googletest pkg-config))
Cheers
This bug report was last modified 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.