Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 659f75bfcdc8c623b1eabdf55fa2a01cc3f0d79f
      
https://github.com/NixOS/nixpkgs/commit/659f75bfcdc8c623b1eabdf55fa2a01cc3f0d79f
  Author: Tuomas Tynkkynen <[email protected]>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M pkgs/tools/misc/coreutils/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  coreutils-prefixed: Fix build since the single-binary changes

With the symlinked build it's only renaming 'coreutils' to
'gcoreutils' and leaving all the actual command symlinks alone.

Instead of custom renaming scripts, let's use --program-prefix
from the autotools kitchen sink. This has the nice(?) bonus that
the manpages also get prefixed with 'g' now.

The build system refuses to enable both single-binary build and
--program-prefix - but the symlink-based single-binary build couldn't
possibly work either (as it will be looking at "$0" for which command
to execute).


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to