mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +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
|
(define-public openmpi-glicid
|
||||||
(package
|
(package
|
||||||
(inherit gnu:openmpi)
|
(inherit gnu:openmpi)
|
||||||
(version (string-append (package-version openmpi-latest) "-glicid" ))
|
(name (string-append (package-name openmpi-latest) "-glicid" ))
|
||||||
|
|
||||||
(inputs `(
|
(inputs `(
|
||||||
(package-input-rewriting `(
|
(package-input-rewriting `(
|
||||||
|
|
Loading…
Add table
Reference in a new issue