-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Split up pkgs/development/libraries #39169
Comments
No objection, but I always thought the package hierarchy was somewhat annoying and would rather have it flat like pkgs/z/zlib, pkgs/g/git. |
+1 for flat scheme like triton has. Many packages do not fall into a single category – for example, |
I used to agree with this but I have actually changed my mind. If done right the "nested-tree" style can be fairly useful. For instance it's done well with |
Right, the flat structure would have to use keywords of some sort (meta.keywords = [ "networking" "videos" "gtk" ] ?) in the expression files to maintain the grouping we have today with hierarchy. It's a trade-off. |
I guess hierarchy kind of makes sense for applications, for example, you might want to test something in a multiple WMs. For libraries, however, it is less useful, since you generally know the library you want to use and there are not multiple implementations (maybe |
Yeah I think this is definitely an issue. My solution is to just use |
Issue description
pkgs/development/libraries
has 1225 entries right now. It would be nice to split them up a little bit. At the least I want to get it below 1000 which is GitHub's max directory size.Any objections to this? Pull requests towards this would be appreciated!
The text was updated successfully, but these errors were encountered: