ultrastar-creator: remove makeQtWrapper
This commit is contained in:
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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user