Unverified Commit d49fc154 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

1fps: add darwin support (#351731)

parents b6e48673 30236536
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";