Andreas Enge <[email protected]> skribis: > (define-publix mpfr > (inputs (list gmp > `(,gmp "dev"))) > > since I need the two outputs ("out" for libgmp.so and "dev" for gmp.h) > of gmp to build mpfr.
We could choose to change (inputs (list gmp)) to mean: all the outputs of ‘gmp’ are inputs (I believe this is what Nixpkgs ended up doing). Ludo’.
