ultrastar-creator: remove makeQtWrapper

This commit is contained in:
Jörg Thalheim
2017-06-18 22:32:30 +01:00
parent bdb731a57a
commit 558b5fbd53

View File

@@ -1,6 +1,5 @@
{ stdenv, fetchFromGitHub
, qmake, qtbase, makeQtWrapper
, pkgconfig, taglib, libbass, libbass_fx }:
, qmake, qtbase, pkgconfig, taglib, libbass, libbass_fx }:
stdenv.mkDerivation rec {
name = "ultrastar-creator-${version}";
@@ -29,7 +28,7 @@ stdenv.mkDerivation rec {
cd src
'';
nativeBuildInputs = [ qmake makeQtWrapper pkgconfig ];
nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [ qtbase taglib libbass libbass_fx ];
meta = with stdenv.lib; {