-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
ytmdesktop: init at 2.0.5 #317309
ytmdesktop: init at 2.0.5 #317309
Conversation
f10b4bc
to
4f17302
Compare
4f17302
to
a249805
Compare
Result of 1 package built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tested it locally and looks good to me. Thanks for picking this back up! |
a249805
to
d140b2c
Compare
d140b2c
to
73bbac1
Compare
Result of 1 package built:
|
73bbac1
to
7d42967
Compare
Is there anything else that needs doing for this to be merged? Result of 1 package built:
|
Description of changes
Restores ytmdesktop, a desktop app for Youtube Music. It was previously removed due to missing source. This also expands support to all electron platforms, with the exception of darwin, since I don't have a way to test that and the installation process is slightly different (see my comment above
meta.badPlatforms
for more info).Note that
commandLineArgs
are passed from the derivation inputs, enabling a consumer to override it and set a default CLI flag. This is useful for setting values like--password-store="gnome-libsecret"
, which is sometimes necessary to overcome safeStorage detection outside of predefined desktop environments.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.