mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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,
|
||||
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user