pythonPackages.acd_cli: switch to makeWrapperArgs to avoid re-wrapping wrappers
This commit is contained in:
parent
775512eb6d
commit
c497ac6307
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue