summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2019-07-24 22:42:28 +0200
committerAverell Dalton <averell+nixpkgs@rxd4.com>2019-07-25 23:44:20 +0200
commit8b401ea18a4cc880d8c6712a7be2c37e099f09c7 (patch)
treeaee7aa38e1d087bfda576902f274cc7ff0a7ab2d /pkgs
parent5806e71834c636b57f7e5f7b84f52d162f158cf3 (diff)
downloadnixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar.gz
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar.bz2
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar.lz
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar.xz
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.tar.zst
nixpkgs-8b401ea18a4cc880d8c6712a7be2c37e099f09c7.zip
plex-media-player: fix startup using wrapQtAppsHook
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/plex-media-player/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/plex-media-player/default.nix b/pkgs/applications/video/plex-media-player/default.nix
index 9f5401fc69c..4bd4d5fdaad 100644
--- a/pkgs/applications/video/plex-media-player/default.nix
+++ b/pkgs/applications/video/plex-media-player/default.nix
@@ -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";