qt5: remove makeQtWrapper
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, qtbase, qtsvg, qttools, qmake, makeQtWrapper }:
|
||||
{ stdenv, fetchurl, qtbase, qtsvg, qttools, qmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qt5ct-${version}";
|
||||
@@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
|
||||
qmakeFlags="$qmakeFlags PLUGINDIR=$out/$qtPluginPrefix"
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
wrapQtProgram $out/bin/qt5ct
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Qt5 Configuration Tool";
|
||||
homepage = https://www.opendesktop.org/content/show.php?content=168066;
|
||||
|
||||
Reference in New Issue
Block a user