guix/corepkgs
Eelco Dolstra 46a369ad95 Make "nix-build -A <derivation>.<output>" do the right thing
For example, given a derivation with outputs "out", "man" and "bin":

  $ nix-build -A pkg

produces ./result pointing to the "out" output;

  $ nix-build -A pkg.man

produces ./result-man pointing to the "man" output;

  $ nix-build -A pkg.all

produces ./result, ./result-man and ./result-bin;

  $ nix-build -A pkg.all -A pkg2

produces ./result, ./result-man, ./result-bin and ./result-2.
2012-11-26 15:39:10 +01:00
..
Makefile.am Inline unpack-channel.sh 2012-08-01 16:34:17 -04:00
buildenv.nix Disable building in chroot for Nix's corepkgs 2012-05-09 22:14:36 -04:00
buildenv.pl * Refactoring: Get rid of a few subdirectories in corepkgs/, and some 2012-01-03 00:16:29 +00:00
config.nix.in Use a GNU tar flag to shut up warnings about implausibly old timestamp 2012-08-01 16:42:51 -04:00
derivation.nix Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
fetchurl.nix Pass --insecure to curl so that https works 2012-07-09 15:49:20 -04:00
imported-drv-to-derivation.nix import: If the path is a valid .drv file, parse it and generate a derivation attrset. 2012-07-25 09:30:17 -04:00
nar.nix Fix xz compression 2012-07-01 21:57:25 -04:00
unpack-channel.nix Don't use -warning=no-timestamp unless we have GNU tar 2012-09-11 13:07:22 -04:00