1fps: add darwin support (#351731)

This commit is contained in:
Peder Bergebakken Sundt
2024-11-01 18:04:58 +01:00
committed by GitHub
+3 -1
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";