From e571bb68fdba3b890e40794f5558caec88a8df4d Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 29 Jul 2023 22:08:14 +0900 Subject: feishin: fix darwin build I think it still needs to be modified to actually work with darwin. --- pkgs/applications/audio/feishin/darwin.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/audio/feishin/darwin.nix b/pkgs/applications/audio/feishin/darwin.nix index cd486ea430c6b..b8b28f4768216 100644 --- a/pkgs/applications/audio/feishin/darwin.nix +++ b/pkgs/applications/audio/feishin/darwin.nix @@ -1,6 +1,8 @@ { stdenv , lib +, meta , fetchurl +, unzip , mpv , electron_24 , makeDesktopItem @@ -14,7 +16,7 @@ stdenv.mkDerivation { inherit pname version; src = fetchurl { - url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip" + url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip"; hash = "sha256-WzU/Yd3cNMIpmkKWC29mQlviYXiYV5k8+80iyzilPGc="; }; -- cgit 1.4.1