mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformating files
This commit is contained in:
parent
263fc568f0
commit
394c22c279
2 changed files with 137 additions and 275 deletions
|
@ -24,12 +24,8 @@
|
|||
(version "4.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
"https://github.com/shadow-maint/shadow/releases/download/v"
|
||||
version "/shadow-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0b6xz415b4y3y5nk3pw9xibv05kln4cjbmhybyncmrx2g5fj9zls"))))))
|
||||
(uri (list (string-append "https://github.com/shadow-maint/shadow/releases/download/v" version "/shadow-" version ".tar.xz")))
|
||||
(sha256 (base32 "0b6xz415b4y3y5nk3pw9xibv05kln4cjbmhybyncmrx2g5fj9zls"))))))
|
||||
|
||||
(define-public sudo
|
||||
(let* ((sudo-minimal gnu:sudo))
|
||||
|
@ -39,7 +35,9 @@
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments sudo-minimal)
|
||||
((#:configure-flags flags)
|
||||
`(append (list "--enable-sasl" "--with-ldap" "--enable-openssl"
|
||||
`(append (list "--enable-sasl"
|
||||
"--with-ldap"
|
||||
"--enable-openssl"
|
||||
"--with-nsswitch")
|
||||
,flags))))
|
||||
(inputs (modify-inputs (package-inputs sudo-minimal)
|
||||
|
@ -55,9 +53,7 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09im4w38bm36arjxmi0jbdrmv6cgnjq4b5ks4kawhicdbb0rzynm"))))
|
||||
(sha256 (base32 "09im4w38bm36arjxmi0jbdrmv6cgnjq4b5ks4kawhicdbb0rzynm"))))
|
||||
(propagated-inputs (list ansible-core))))
|
||||
|
||||
(define-public ansible-core
|
||||
|
@ -68,20 +64,18 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"120rrpj8pqscdf2llipxxvpmg4fxqr3s0vx32f6hq77z60jh9igf"))))
|
||||
(sha256 (base32 "120rrpj8pqscdf2llipxxvpmg4fxqr3s0vx32f6hq77z60jh9igf"))))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'sanity-check))))))
|
||||
|
||||
;(define-public munge
|
||||
;(define-public munge-5.16
|
||||
; (package
|
||||
; (inherit gnu:munge)
|
||||
; (name "munge")
|
||||
; (version "0.5.15")
|
||||
; (version "0.5.16")
|
||||
; (source (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "https://github.com/dun/munge/releases/download/munge-" version "/munge-" version ".tar.xz"))
|
||||
; (sha256 (base32 "1fm93pslfdbwm661c3vx7f7b1pjb0hhmb0z2izdp8k532zqrv5rz" ))))))
|
||||
; (sha256 (base32 "0q98d9z85cixhrh49i8j754azqhxmpvjsn92cjsw4r0hwi6z39kg"))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue