about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-07-30 15:07:55 +1000
committerGitHub <noreply@github.com>2023-07-30 15:07:55 +1000
commitcdd302c8b59b45461c90cb5ace8f5f969f692f3d (patch)
tree16dd57de5cc759a6187db4737b3c9a17f3686927 /pkgs/applications
parentaa04c0989bd7a2585c05d906cd9bb6dc3eb49c9b (diff)
parente571bb68fdba3b890e40794f5558caec88a8df4d (diff)
Merge pull request #246043 from natsukium/feishin/fix-darwin
feishin: fix darwin build
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/feishin/darwin.nix4
1 files changed, 3 insertions, 1 deletions
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=";
   };