mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
name instead of version
This commit is contained in:
parent
4de0345592
commit
89d47b25e0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
(define-public openmpi-glicid
|
||||
(package
|
||||
(inherit gnu:openmpi)
|
||||
(version (string-append (package-version openmpi-latest) "-glicid" ))
|
||||
(name (string-append (package-name openmpi-latest) "-glicid" ))
|
||||
|
||||
(inputs `(
|
||||
(package-input-rewriting `(
|
||||
|
|
Loading…
Add table
Reference in a new issue