mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
plex-media-player: fix startup using wrapQtAppsHook
This commit is contained in:
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
|
, libX11, libXrandr, qtbase, qtwebchannel, qtwebengine, qtx11extras
|
||||||
, libvdpau, SDL2, mpv, libGL }:
|
, libvdpau, SDL2, mpv, libGL }:
|
||||||
let
|
let
|
||||||
@ -34,7 +34,7 @@ let
|
|||||||
sha256 = "0yssii01nx6ixg3mikqjn8hz34dalma0rfr8spj115xwr7aq8ixk";
|
sha256 = "0yssii01nx6ixg3mikqjn8hz34dalma0rfr8spj115xwr7aq8ixk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in mkDerivation rec {
|
||||||
name = "plex-media-player-${version}";
|
name = "plex-media-player-${version}";
|
||||||
version = "2.36.0.988";
|
version = "2.36.0.988";
|
||||||
vsnHash = "0150ae52";
|
vsnHash = "0150ae52";
|
||||||
|
Loading…
Reference in New Issue
Block a user