Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac51528df83401ff357d08ee69d31b5a6d421279
      
https://github.com/NixOS/nixpkgs/commit/ac51528df83401ff357d08ee69d31b5a6d421279
  Author: danbst <abcz2.upr...@gmail.com>
  Date:   2016-11-30 (Wed, 30 Nov 2016)

  Changed paths:
    M pkgs/os-specific/linux/shadow/default.nix

  Log Message:
  -----------
  shadow: fix collision with coreutils (man groups.1.gz)

The `groups.1.gz` collides with one from coreutils. The code to fix this
was already present in expression, but wrongly assumes that share/man/man1
directory will be copied to `man` output after `installPhase`.

It turned out, that man directory is set at configure step, so we should
remove file from `man` output.


  Commit: 85ecde87c8b5ab39ce34407b1d74ec92db784ae1
      
https://github.com/NixOS/nixpkgs/commit/85ecde87c8b5ab39ce34407b1d74ec92db784ae1
  Author: Joachim F <joach...@users.noreply.github.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M pkgs/os-specific/linux/shadow/default.nix

  Log Message:
  -----------
  Merge pull request #20804 from danbst/fix-shadow

shadow: fix collision with coreutils (man groups.1.gz)


Compare: https://github.com/NixOS/nixpkgs/compare/2de33456f155...85ecde87c8b5
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to