> wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
How can I get the output of a package? There is 'package-outputs':
scheme@(guile-user)> ,use (gnu packages wget) (guix packages)
scheme@(guile-user)> (package-outputs wget)
$1 = ("out")
But how can I get the value (like in '#:phases')?
> #!/bin/sh
> export PATH="/nix/store/...-gawk/bin:$PATH"
> exec ./.guile-snarf-real "$@"
Should it be saved as 'guile-snarf'? And I have to use rename(2),
right?
What should I use to handle prefixes (e.g., a keyword, a simple
argument)? Should they be case insensitive?
pgpHbveR3k30j.pgp
Description: PGP signature
