pythonPackages.acd_cli: switch to makeWrapperArgs to avoid re-wrapping wrappers

This commit is contained in:
Edward Tjörnhammar 2015-11-30 07:22:19 +01:00
parent 775512eb6d
commit c497ac6307

View File

@ -217,11 +217,7 @@ in modules // {
propagatedBuildInputs = with self; [ appdirs colorama dateutil requests2 requests_toolbelt sqlalchemy ];
postInstall = ''
for prog in "$out/bin/"*; do
wrapProgram "$prog" --prefix LIBFUSE_PATH : "${pkgs.fuse}/lib/libfuse.so"
done
'';
makeWrapperArgs = [ "--prefix LIBFUSE_PATH : ${pkgs.fuse}/lib/libfuse.so" ];
meta = {
description = "A command line interface and FUSE filesystem for Amazon Cloud Drive";