mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
bebb78c93e
commit
00931c64a6
1 changed files with 2 additions and 2 deletions
|
@ -219,9 +219,9 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(add-before 'configure
|
(add-before 'configure 'set-version
|
||||||
(lambda* (#:key input #:allow-other-keys)
|
(lambda* (#:key input #:allow-other-keys)
|
||||||
(invoke "echo" "1.1.0" ">" "VERSION")
|
(invoke "echo" version ">" "VERSION")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue