From 026a23713ec3abac8edaf160931ce13397dc1bdc Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 28 Sep 2019 14:16:13 -0500 Subject: [PATCH] rocs: Remove wrapper --- pkgs/applications/kde/rocs.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/kde/rocs.nix b/pkgs/applications/kde/rocs.nix index 45bc39fbb1c..0c007b3f09b 100644 --- a/pkgs/applications/kde/rocs.nix +++ b/pkgs/applications/kde/rocs.nix @@ -1,5 +1,5 @@ { - stdenv, mkDerivation, makeWrapper, lib, + mkDerivation, lib, extra-cmake-modules, boost, qtbase, qtscript, qtquickcontrols, qtwebkit, qtxmlpatterns, grantlee, kdoctools, karchive, kxmlgui, kcrash, kdeclarative, ktexteditor, kguiaddons @@ -13,9 +13,6 @@ mkDerivation { qtbase qtscript qtquickcontrols qtwebkit qtxmlpatterns grantlee kxmlgui kcrash kdeclarative karchive ktexteditor kguiaddons ]; - postInstall = '' - wrapProgram $out/bin/rocs --prefix QT_PLUGIN_PATH ":" "${qtbase.bin}/${qtbase.qtPluginPrefix}:$out/${qtbase.qtPluginPrefix}" - ''; meta = with lib; { homepage = http://www.kde.org; license = with licenses; [ gpl2 lgpl21 fdl12 ];