-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
fontforge: remove unused uthash dependency #422906
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
Conversation
Needs to target staging; LGTM. |
Upstream removed the uthash dependency in 2019 [1]. It us unnecessary to add this dependency in nixpkgs, and just unnecessarily bloats closure size. [1] fontforge/fontforge@1ec6231
a2d1dce
to
afade4d
Compare
done |
@wolfgangwalther take a look at this ofBorg label addition! |
Odd. I knew that ofborg would remove the merge conflict label, but not that it would add it, too. And wrongly so. I guess we can remove this code from ofborg now, WDYT? |
I suspect i know what happened.
|
That was my takeaway. Labeling is now the exclusive purview of the CI |
Upstream removed the uthash dependency in 2019 [1]. It us unnecessary to add this dependency in nixpkgs, and just unnecessarily bloats closure size.
Output stayed the same apart from nix store hashes, checked using
diffoscope
.[1] fontforge/fontforge@1ec6231
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.