kdeApps_14_12.ark: wrap PATH for unzip
This commit is contained in:
@@ -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];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user