rocs: Remove wrapper
This commit is contained in:
parent
39e4396ea7
commit
026a23713e
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
stdenv, mkDerivation, makeWrapper, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, boost,
|
extra-cmake-modules, boost,
|
||||||
qtbase, qtscript, qtquickcontrols, qtwebkit, qtxmlpatterns, grantlee,
|
qtbase, qtscript, qtquickcontrols, qtwebkit, qtxmlpatterns, grantlee,
|
||||||
kdoctools, karchive, kxmlgui, kcrash, kdeclarative, ktexteditor, kguiaddons
|
kdoctools, karchive, kxmlgui, kcrash, kdeclarative, ktexteditor, kguiaddons
|
||||||
@ -13,9 +13,6 @@ mkDerivation {
|
|||||||
qtbase qtscript qtquickcontrols qtwebkit qtxmlpatterns grantlee
|
qtbase qtscript qtquickcontrols qtwebkit qtxmlpatterns grantlee
|
||||||
kxmlgui kcrash kdeclarative karchive ktexteditor kguiaddons
|
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; {
|
meta = with lib; {
|
||||||
homepage = http://www.kde.org;
|
homepage = http://www.kde.org;
|
||||||
license = with licenses; [ gpl2 lgpl21 fdl12 ];
|
license = with licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user