ark: wrap with paths to wrapper programs
This commit is contained in:
parent
0992bb64b9
commit
f817b8ab94
@ -14,8 +14,17 @@
|
|||||||
, kpty
|
, kpty
|
||||||
, kwidgetsaddons
|
, kwidgetsaddons
|
||||||
, libarchive
|
, libarchive
|
||||||
|
, p7zip
|
||||||
|
, unrar
|
||||||
|
, unzipNLS
|
||||||
|
, zip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let PATH = lib.makeSearchPath "bin" [
|
||||||
|
p7zip unrar unzipNLS zip
|
||||||
|
];
|
||||||
|
in
|
||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "ark";
|
name = "ark";
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -38,6 +47,10 @@ kdeApp {
|
|||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
wrapQtProgram "$out/bin/ark" \
|
||||||
|
--prefix PATH : "${PATH}"
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 lgpl3 ];
|
license = with lib.licenses; [ gpl2 lgpl3 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user