diff options
author | makefu <github@syntax-fehler.de> | 2017-02-04 14:35:29 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-02-04 14:35:29 +0100 |
commit | 8eb9faea91abe315207289235fbaa612946ff63e (patch) | |
tree | 5943adb228ae3b1d6e59f06dc4f36e19afc87c38 /makefu/5pkgs/acdcli | |
parent | d6c9edd9dc860d560d4ea7a727962aaf93d09322 (diff) |
Apply stashed changes
sorry
Diffstat (limited to 'makefu/5pkgs/acdcli')
-rw-r--r-- | makefu/5pkgs/acdcli/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/5pkgs/acdcli/default.nix b/makefu/5pkgs/acdcli/default.nix index 1621375e3..6442fecbf 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 ''; |