Unverified Commit 2a1ccbcb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #262012 from azuwis/moonlight-qt

moonlight-qt: 4.3.1 -> 5.0.0
parents d9761fdf 10856f48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
     CONFIG += soundio discord-rpc
 }
 macx {
-    LIBS += -lssl -lcrypto -lavcodec.59 -lavutil.57 -lopus -framework SDL2 -framework SDL2_ttf
-    LIBS += -lssl -lcrypto -lavcodec.60 -lavutil.58 -lopus -framework SDL2 -framework SDL2_ttf
     LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal
 
     # For libsoundio
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ in

stdenv.mkDerivation rec {
  pname = "moonlight-qt";
  version = "4.3.1";
  version = "5.0.0";

  src = fetchFromGitHub {
    owner = "moonlight-stream";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Utpv9VdX5vuUWDSGc3YcF8tHbvUZpPeXEDP4NKts+vI=";
    sha256 = "sha256-rJCTISXN098A8CB34HM12WgdiSMNA31NO2x7u+iSwBM=";
    fetchSubmodules = true;
  };