Skip to content

Commit

Permalink
plex-media-player: fix startup using wrapQtAppsHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell Dalton committed Jul 25, 2019
1 parent 5806e71 commit 8b401ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/plex-media-player/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, cmake, python3
{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, cmake, python3, mkDerivation
, libX11, libXrandr, qtbase, qtwebchannel, qtwebengine, qtx11extras
, libvdpau, SDL2, mpv, libGL }:
let
Expand Down Expand Up @@ -34,7 +34,7 @@ let
sha256 = "0yssii01nx6ixg3mikqjn8hz34dalma0rfr8spj115xwr7aq8ixk";
};
};
in stdenv.mkDerivation rec {
in mkDerivation rec {
name = "plex-media-player-${version}";
version = "2.36.0.988";
vsnHash = "0150ae52";
Expand Down

0 comments on commit 8b401ea

Please sign in to comment.