qt5: remove makeQtWrapper
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ fetchurl, stdenv, dpkg, which
|
||||
, makeWrapper
|
||||
, alsaLib
|
||||
, desktop_file_utils
|
||||
, dbus
|
||||
@@ -92,7 +93,7 @@ stdenv.mkDerivation {
|
||||
sha256 = sha256;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ qt5.makeQtWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ dpkg which ] ++ deps;
|
||||
|
||||
unpackPhase = "true";
|
||||
@@ -107,7 +108,7 @@ stdenv.mkDerivation {
|
||||
$out/bin/mendeleydesktop
|
||||
paxmark m $out/bin/mendeleydesktop
|
||||
|
||||
wrapQtProgram $out/bin/mendeleydesktop \
|
||||
wrapProgram $out/bin/mendeleydesktop \
|
||||
--add-flags "--unix-distro-build" \
|
||||
${stdenv.lib.optionalString autorunLinkHandler
|
||||
''--run "$out/bin/install-mendeley-link-handler.sh $out/bin/mendeleydesktop"''}
|
||||
|
||||
Reference in New Issue
Block a user