kdeApps_14_12.ark: wrap PATH for unzip

This commit is contained in:
Thomas Tuegel 2015-01-24 10:24:55 -06:00
parent f2ac29aac2
commit a0b811a08c

View File

@ -101,6 +101,13 @@ let
postResolve = 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 // {
nativeBuildInputs = super.ffmpegthumbs.nativeBuildInputs ++ [pkgconfig];
};