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 ];
|
propagatedBuildInputs = with self; [ appdirs colorama dateutil requests2 requests_toolbelt sqlalchemy ];
|
||||||
|
|
||||||
postInstall = ''
|
makeWrapperArgs = [ "--prefix LIBFUSE_PATH : ${pkgs.fuse}/lib/libfuse.so" ];
|
||||||
for prog in "$out/bin/"*; do
|
|
||||||
wrapProgram "$prog" --prefix LIBFUSE_PATH : "${pkgs.fuse}/lib/libfuse.so"
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line interface and FUSE filesystem for Amazon Cloud Drive";
|
description = "A command line interface and FUSE filesystem for Amazon Cloud Drive";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user