nicotine-plus: remove distro-specific symlink
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
# soulseek filesharing GUI app
|
# soulseek filesharing GUI app
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
sane.programs.nicotine-plus = {
|
sane.programs.nicotine-plus = {
|
||||||
|
packageUnwrapped = pkgs.nicotine-plus.overrideAttrs (upstream: {
|
||||||
|
postInstall = (upstream.postInstall or "") + ''
|
||||||
|
# XXX: nixpkgs creates this symlink, seemingly just for convenience;
|
||||||
|
# third-party tools like `firejail` lack a profile for "nicotine-plus", and just for "nicotine" instead.
|
||||||
|
rm $out/bin/nicotine-plus
|
||||||
|
'';
|
||||||
|
});
|
||||||
net = "vpn";
|
net = "vpn";
|
||||||
# ".config/nicotine": contains the config file, with plaintext creds.
|
# ".config/nicotine": contains the config file, with plaintext creds.
|
||||||
# TODO: define this as a secret instead of persisting it.
|
# TODO: define this as a secret instead of persisting it.
|
||||||
|
Reference in New Issue
Block a user