Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unreferenced files #9237

Merged
merged 1 commit into from
Aug 26, 2015
Merged

Remove unreferenced files #9237

merged 1 commit into from
Aug 26, 2015

Conversation

pSub
Copy link
Member

@pSub pSub commented Aug 13, 2015

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. However I am not sure if it really makes sense to remove all of those, e.g. pkgs/applications/misc/hello/ex-1.

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.
@pSub pSub added the 9.needs: reporter feedback This issue needs the person who filed it to respond label Aug 13, 2015
@edolstra
Copy link
Member

👍

@vcunat
Copy link
Member

vcunat commented Aug 13, 2015

  • libkolab* can be (optional) dependencies of some KDE4 PIM stuff; I'm unsure about usefulness for ~KDE5 apps. /cc maintainer @Phreedom.
  • openexr-ctl seems superseded by ctl that we have there.
  • We have elsewhere: libgdata, tidy.
  • I don't have much idea about those two ruby packages.

@jagajaga
Copy link
Member

👍

lucabrunox pushed a commit that referenced this pull request Aug 26, 2015
@lucabrunox lucabrunox merged commit 46105f7 into master Aug 26, 2015
@lucabrunox
Copy link
Contributor

Let's do it.

@vcunat vcunat deleted the remove-unreferenced-files branch August 26, 2015 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.needs: reporter feedback This issue needs the person who filed it to respond
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants