kdeApps_14_12.ark: wrap PATH for unzip
This commit is contained in:
parent
f2ac29aac2
commit
a0b811a08c
@ -101,6 +101,13 @@ let
|
|||||||
postResolve = super:
|
postResolve = super:
|
||||||
super // {
|
super // {
|
||||||
|
|
||||||
|
ark = with pkgs; super.ark // {
|
||||||
|
buildInputs = (super.ark.buildInputs or []) ++ [ makeWrapper ];
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/ark --prefix PATH : "${unzipNLS}/bin"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
ffmpegthumbs = with pkgs; super.ffmpegthumbs // {
|
ffmpegthumbs = with pkgs; super.ffmpegthumbs // {
|
||||||
nativeBuildInputs = super.ffmpegthumbs.nativeBuildInputs ++ [pkgconfig];
|
nativeBuildInputs = super.ffmpegthumbs.nativeBuildInputs ++ [pkgconfig];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user