Hello, at the moment I am making my first steps in packaging for guix. I would like to know, how to define the dependences for a package correctly.
I see three fields in the documentation: "inputs", "native-inputs" and "propagated" inputs. Am I right if I say that "native-inputs" stands for build dependences and "inputs" is for runtime dependences? In general I find the guix documentation very clear and useful - and I have to say: guix is the best package manager I have met until now. Fabian