plex-media-player: fix startup using wrapQtAppsHook

This commit is contained in:
Averell Dalton 2019-07-24 22:42:28 +02:00
parent 5806e71834
commit 8b401ea18a

@ -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
@ -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";