mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
use guix style on *.scm
This commit is contained in:
parent
a85adcc847
commit
09e78ddc85
28 changed files with 1981 additions and 2065 deletions
|
@ -1,9 +1,8 @@
|
|||
(define-module (glicid packages vpn)
|
||||
#:use-module (guix packages)
|
||||
#:use-module ((gnu packages vpn) #:prefix gnu:)
|
||||
#:use-module (guix download)
|
||||
)
|
||||
|
||||
#:use-module ((gnu packages vpn)
|
||||
#:prefix gnu:)
|
||||
#:use-module (guix download))
|
||||
|
||||
; guix defined openconnect is now newer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue