-
-
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
gopro: init at 1.0 #65607
gopro: init at 1.0 #65607
Conversation
Meh, did more research, 350MB of the 500MB closure was X11. But most people will already have that on their machine. |
Would it still be as useful with the dependencies split out? They seem pretty essential to this program, so I guess everyone would want them anyways. |
@JohnAZoidberg what I meant by that is changing the dependencies such as mplayer to just exposing the |
Oh yeah, that might make sense if they pull in a lot of dependencies that are not needed for a subset of their commands. |
actually, nevermind, mencoder gets linked to everything under the sun. It may still be worthwhile to have a non-X11 version though, it's 150MB vs 500MB ldd of mencoder
|
Motivation for this change
Resolves #65603
CLI QoL script for interacting with GoPro's
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @CMCDragonkai
it's big (mplayer is a 500MB closure), kind of feel like doing multiple outputs for some of the dependencies (mplayer and imagemagick), so I don't have to include the whole closure.