mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
ajout openldap
This commit is contained in:
parent
dec8e62a80
commit
6a5819b135
1 changed files with 8 additions and 6 deletions
|
@ -34,6 +34,7 @@
|
|||
#:use-module (gnu packages chemistry)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module (gnu packages openldap)
|
||||
#:use-module (gnu packages web))
|
||||
|
||||
|
||||
|
@ -93,6 +94,7 @@
|
|||
(sha256 (base32 "1kj79r8hng5gp98ickgvj3im4gr19nzd3p3p8g6rl75axb8jin7h"))
|
||||
))
|
||||
(inputs `(("gtk+-2" ,gtk+-2)
|
||||
("openldap", openldap)
|
||||
,@(package-inputs slurm)
|
||||
))
|
||||
))
|
||||
|
@ -195,12 +197,12 @@
|
|||
))
|
||||
|
||||
|
||||
(define-public glicid-gromacs
|
||||
(package
|
||||
(inherit gromacs)
|
||||
(name "glicid-gromacs")
|
||||
|
||||
))
|
||||
;;(define-public glicid-gromacs
|
||||
;; (package
|
||||
;; (inherit gromacs)
|
||||
;; (name "glicid-gromacs")
|
||||
;; ("gcc-toolchain" ,gcc-toolchain-10)
|
||||
;;))
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue