Branch: refs/heads/remove-unreferenced-files
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 26939eee7954792f9c0713983f3d63c49164fe73
      
https://github.com/NixOS/nixpkgs/commit/26939eee7954792f9c0713983f3d63c49164fe73
  Author: Pascal Wittmann <[email protected]>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    R pkgs/applications/misc/hello/ex-1/builder.sh
    R pkgs/applications/misc/hello/ex-1/default.nix
    R pkgs/development/libraries/libgdata/0.6.nix
    R pkgs/development/libraries/libkolab/default.nix
    R pkgs/development/libraries/libkolabxml/default.nix
    R pkgs/development/libraries/libtidy/default.nix
    R pkgs/development/libraries/openexr_ctl/default.nix
    R pkgs/development/libraries/pdf2htmlex/pdf2xml.patch
    R pkgs/development/libraries/ruby_gpgme/default.nix
    R pkgs/development/libraries/ruby_ncursesw_sup/default.nix

  Log Message:
  -----------
  Remove unreferenced files

This commit removes files that are not referenced in nixpkgs anymore. I
have created this list by finding potential candidates using

  find nixpkgs/pkgs -type d -links 2 | parallel -N 1 'out=`grep -L {}  
top-level/all-packages.nix`;  test -n "$out" && echo  {}'

and have then searched for those candidates with grep in whole nixpkgs.


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

Reply via email to