mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
native inputs instead inputs
This commit is contained in:
parent
bae504e8b5
commit
e815a46a3b
1 changed files with 2 additions and 2 deletions
|
@ -691,10 +691,10 @@ in the @code{debug} output), and binutils.")))
|
|||
(package
|
||||
(inherit hdf5)
|
||||
(name "glicid-specific-hdf5")
|
||||
(inputs `(
|
||||
(native-inputs `(
|
||||
("gcc",gcc-11)
|
||||
("gfortran",gfortran-11)
|
||||
,@(package-inputs hdf5)))
|
||||
,@(package-native-inputs hdf5)))
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue