freetube: add darwin support
Freetube is an electron app, distributed for Apple/Darwin Arch as well. I tested this on aarch64-darwin and the platform is supported and it works as expected. Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
This commit is contained in:
parent
a31a3eca58
commit
495afc1071
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://freetubeapp.io/";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ryneeverett alyaeanyx ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
inherit (electron_22.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user