ultrastar-creator: remove makeQtWrapper

This commit is contained in:
Jörg Thalheim
2017-06-18 22:35:41 +01:00
parent bdb731a57a
commit 558b5fbd53
@@ -1,6 +1,5 @@
{ stdenv, fetchFromGitHub { stdenv, fetchFromGitHub
, qmake, qtbase, makeQtWrapper , qmake, qtbase, pkgconfig, taglib, libbass, libbass_fx }:
, pkgconfig, taglib, libbass, libbass_fx }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ultrastar-creator-${version}"; name = "ultrastar-creator-${version}";
@@ -29,7 +28,7 @@ stdenv.mkDerivation rec {
cd src cd src
''; '';
nativeBuildInputs = [ qmake makeQtWrapper pkgconfig ]; nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [ qtbase taglib libbass libbass_fx ]; buildInputs = [ qtbase taglib libbass libbass_fx ];
meta = with stdenv.lib; { meta = with stdenv.lib; {