mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
konsole: wrap with Qt path
This commit is contained in:
parent
be954670f2
commit
19ebf93df3
@ -2,6 +2,7 @@
|
|||||||
, lib
|
, lib
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, kdoctools
|
, kdoctools
|
||||||
|
, makeQtWrapper
|
||||||
, qtscript
|
, qtscript
|
||||||
, kbookmarks
|
, kbookmarks
|
||||||
, kcompletion
|
, kcompletion
|
||||||
@ -30,6 +31,7 @@ kdeApp {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
kdoctools
|
kdoctools
|
||||||
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtscript
|
qtscript
|
||||||
@ -56,6 +58,9 @@ kdeApp {
|
|||||||
ki18n
|
ki18n
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
wrapQtProgram "$out/bin/konsole"
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user