-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
ntfs-3g: enable extras #51514
ntfs-3g: enable extras #51514
Conversation
Adds a few extra utilities, most of which are useful.
@GrahamcOfBorg build ntfs-3g |
How much size do these extras add? |
@edolstra I'd expect barely nothing, it's just a few extra binaries. I'm about to go to sleep, though. ntfs-3g doesn't take long to build if you want to check. |
Better use httpS for fetching the source archive as: > http -h http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
HTTP/1.1 301 Moved Permanently
[...]
Location: https://www.tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz Regarding closure size: # Default derivation without extras
$ nix path-info -sS /nix/store/x6gc02cw99gkgha421c21dv139ac8w5l-ntfs3g-2017.3.23
/nix/store/x6gc02cw99gkgha421c21dv139ac8w5l-ntfs3g-2017.3.23 1320432 67947640
# New derivation with extras
$ nix path-info -sS /nix/store/334ih80dd0ijj4a8vcg09l2hhb5fkgx2-ntfs3g-2017.3.23
/nix/store/334ih80dd0ijj4a8vcg09l2hhb5fkgx2-ntfs3g-2017.3.23 1689952 68317160 |
so +30% for download and +5% at runtime. |
@GrahamcOfBorg build ntfs3g |
Are there any updates on this pull request, please? |
@mmahut I just pushed a commit downloading over https. |
* ntfs-3g: enable extras Adds a few extra utilities, most of which are useful. * ntfs-3g: download over https (cherry picked from commit bb1e6c9) Backport of NixOS#51514
Motivation for this change
Adds a few extra utilities, most of which are useful.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)