From 8eb9faea91abe315207289235fbaa612946ff63e Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 4 Feb 2017 14:35:29 +0100 Subject: Apply stashed changes sorry --- makefu/5pkgs/acdcli/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefu/5pkgs/acdcli') diff --git a/makefu/5pkgs/acdcli/default.nix b/makefu/5pkgs/acdcli/default.nix index 1621375e..6442fecb 100644 --- a/makefu/5pkgs/acdcli/default.nix +++ b/makefu/5pkgs/acdcli/default.nix @@ -11,6 +11,8 @@ with python3Packages; buildPythonPackage rec { sha256 = "1ak9xxpyb7n6iyalf2082jpimklakm0fgm7vsv7qcm8wy6vlq2cw"; }; doCheck = false; # ImportError: Failed to import test module: tests + + # acd_cli gets dumped in bin and gets overwritten by fixupPhase postFixup = '' mv $out/bin/.acd_cli.py-wrapped $out/bin/acd_cli.py ''; -- cgit v1.2.3