native inputs instead inputs

This commit is contained in:
Yann Dupont 2021-05-05 17:36:13 +02:00
parent bae504e8b5
commit e815a46a3b

View file

@ -691,10 +691,10 @@ in the @code{debug} output), and binutils.")))
(package (package
(inherit hdf5) (inherit hdf5)
(name "glicid-specific-hdf5") (name "glicid-specific-hdf5")
(inputs `( (native-inputs `(
("gcc",gcc-11) ("gcc",gcc-11)
("gfortran",gfortran-11) ("gfortran",gfortran-11)
,@(package-inputs hdf5))) ,@(package-native-inputs hdf5)))
) )
) )