separate makeQtWrapper from qtbase setup-hook

This commit is contained in:
Thomas Tuegel
2015-10-30 16:10:37 -05:00
parent 895100ef91
commit d57e50d840
8 changed files with 70 additions and 41 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchpatch, makeWrapper, fetchFromGitHub, cmake, pkgconfig, libxcb, libpthreadstubs
{ stdenv, fetchpatch, makeQtWrapper, fetchFromGitHub, cmake, pkgconfig, libxcb, libpthreadstubs
, libXdmcp, libXau, qtbase, qtdeclarative, qttools, pam, systemd }:
let
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
patches = [ ./sddm-ignore-config-mtime.patch ];
nativeBuildInputs = [ cmake pkgconfig qttools ];
nativeBuildInputs = [ cmake makeQtWrapper pkgconfig qttools ];
buildInputs = [ libxcb libpthreadstubs libXdmcp libXau qtbase qtdeclarative pam systemd ];