mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
simplification
simplification# commençant par '#' seront ignorées, et un message vide abandonne la validation.
This commit is contained in:
parent
22b236822a
commit
74f5387a48
1 changed files with 0 additions and 46 deletions
|
@ -276,32 +276,6 @@
|
|||
))
|
||||
|
||||
|
||||
(define-public glicid-gajim
|
||||
(package
|
||||
(inherit gajim)
|
||||
(name "glicid-gajim")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gajim.org/downloads/1.2/gajim-" version ".tar.gz"))
|
||||
(sha256 (base32 "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))
|
||||
))
|
||||
|
||||
(inputs `(("python-packaging", python-packaging)
|
||||
("glicid-python-nbxmpp", glicid-python-nbxmpp)
|
||||
("python-css-parser", python-css-parser)
|
||||
,@(package-inputs gajim)))
|
||||
|
||||
(propagated-inputs
|
||||
`(
|
||||
("glib-networking" ,glib-networking)
|
||||
("libsoup" ,libsoup)
|
||||
("gnutls" , gnutls)
|
||||
))
|
||||
))
|
||||
|
||||
|
||||
(define-public glicid-specific-hdf5
|
||||
(package
|
||||
(inherit hdf5-1.12)
|
||||
|
@ -399,24 +373,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
(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-motif
|
||||
(package
|
||||
|
@ -795,6 +751,4 @@
|
|||
)
|
||||
|
||||
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue