1fps: add darwin support

This commit is contained in:
Olivér Falvai 2024-10-27 20:00:45 +01:00
parent cae0fd41a2
commit 30236536e5
No known key found for this signature in database

View File

@ -3,6 +3,8 @@
fetchFromGitHub,
buildGoModule,
xorg,
stdenv,
apple-sdk_14,
}:
buildGoModule rec {
pname = "1fps";
@ -23,7 +25,7 @@ buildGoModule rec {
xorg.libX11
xorg.libXtst
xorg.libXi
];
] ++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_14;
meta = {
description = "Encrypted Screen Sharing";