mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
c43568d4d6
commit
1e3f79cfc3
1 changed files with 7 additions and 0 deletions
|
@ -220,6 +220,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(replace 'build
|
||||||
|
(lambda* (#:key inputs native-inputs propagated-inputs configure-flags #:allow-other-keys)
|
||||||
|
(begin
|
||||||
|
(invoke "make" "-C" "buildir")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(add-before 'configure 'set-version
|
(add-before 'configure 'set-version
|
||||||
(lambda* (#:key input #:allow-other-keys)
|
(lambda* (#:key input #:allow-other-keys)
|
||||||
(invoke "echo" "1.0.1" ">" "VERSION")
|
(invoke "echo" "1.0.1" ">" "VERSION")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue