mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
feishin: fix darwin build
I think it still needs to be modified to actually work with darwin.
This commit is contained in:
parent
52858df957
commit
e571bb68fd
1 changed files with 3 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue