mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump cmake version
This commit is contained in:
parent
fd0b5f0776
commit
090053646a
1 changed files with 18 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages cmake)
|
||||
|
||||
)
|
||||
|
||||
|
@ -784,6 +785,23 @@ in the @code{debug} output), and binutils.")))
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-cmake
|
||||
(package
|
||||
(inherit cmake)
|
||||
(name "glicid-specific-cmake")
|
||||
(version "3.20.2")
|
||||
;; TODO: Move the following source field to the cmake-bootstrap package in
|
||||
;; the next rebuild cycle.
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://cmake.org/files/v"
|
||||
(version-major+minor version)
|
||||
"/cmake-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kjlb7sxbwg8z4027c3jjcmyjh9d36p0r9d4nqxynyaijz5nxkxf"))))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public glicid-keepalived
|
||||
|
|
Loading…
Add table
Reference in a new issue