adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:52:25 +01:00
parent 422a7a33f8
commit c43568d4d6
GPG key ID: 38751DAE145EFB5A

View file

@ -215,6 +215,7 @@
(replace 'configure
(lambda* (#:key inputs native-inputs propagated-inputs configure-flags #:allow-other-keys)
(begin
(invoke "echo" "1.0.1" ">" "VERSION")
(invoke "./mconfig" "--localstatedir=/var")
)
)