summary refs log tree commit diff
path: root/pkgs/applications/video/smplayer
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 23:38:39 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:55 -0600
commitd534d5f0977fcaedaf8e80c53c6f3a4a3931346d (patch)
tree11bfd729029859e0dc0b90911e62561a2736e135 /pkgs/applications/video/smplayer
parent5810f0e7edc304a19332eacf2aaec232a00569ed (diff)
downloadnixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar.gz
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar.bz2
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar.lz
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar.xz
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.tar.zst
nixpkgs-d534d5f0977fcaedaf8e80c53c6f3a4a3931346d.zip
smplayer: Qt 5 infrastructure upgrade
Diffstat (limited to 'pkgs/applications/video/smplayer')
-rw-r--r--pkgs/applications/video/smplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index aed5363100b..13c65422227 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, qt5 }:
+{ stdenv, fetchurl, qtscript }:
 
 stdenv.mkDerivation rec {
   name = "smplayer-15.11.0";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   patches = [ ./basegui.cpp.patch ];
 
-  buildInputs = [ qt5.script ];
+  buildInputs = [ qtscript ];
 
   preConfigure = ''
     makeFlags="PREFIX=$out"