mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
backporting master into devel (devel was behind master)
This commit is contained in:
parent
cc5cc2847f
commit
54560ad0ea
34 changed files with 10115 additions and 1803 deletions
|
@ -97,7 +97,7 @@
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://oauth2:9i-PgbC2w_JEx6DUUqzf@gitlab.univ-nantes.fr/CCIPL/stages/2021/django-keycloak.git") (commit version)
|
||||
(url "https://oauth2:glpat-RsX2GjsD2WrzXubiJeou@gitlab.univ-nantes.fr/CCIPL/stages/2021/django-keycloak.git") (commit version)
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -550,8 +550,6 @@
|
|||
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define-public glicid-clam
|
||||
(package
|
||||
(name "glicid-clam")
|
||||
|
@ -561,7 +559,7 @@
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://oauth2:9i-PgbC2w_JEx6DUUqzf@gitlab.univ-nantes.fr/CCIPL/stages/2021/cluster_account_manager.git") (commit version)
|
||||
(url "https://oauth2:glpat-RsX2GjsD2WrzXubiJeou@gitlab.univ-nantes.fr/CCIPL/stages/2021/cluster_account_manager.git") (commit version)
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -573,7 +571,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
|
||||
; (build-system python-build-system)
|
||||
(build-system copy-build-system)
|
||||
;; XXX: The git repository has no tags, and the PyPI releases do not
|
||||
|
@ -582,7 +579,6 @@
|
|||
|
||||
;#:tests? #f
|
||||
; #:use-setuptools? #f ; uses custom distutils 'install' command
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'reset-gzip-timestamps 'make-files-writable
|
||||
|
@ -591,15 +587,8 @@
|
|||
(for-each make-file-writable
|
||||
(find-files out "\\.gz$"))
|
||||
#t))))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
; )
|
||||
; )
|
||||
|
||||
(propagated-inputs `(("python-keycloak-client" , python-keycloak-client-0.2.3)
|
||||
("python-ecdsa", python-ecdsa)
|
||||
("python-django", python-django)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue