mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ultrastar-creator: remove makeQtWrapper
This commit is contained in:
parent
bdb731a57a
commit
558b5fbd53
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user