summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/acdcli
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
committermakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
commit8eb9faea91abe315207289235fbaa612946ff63e (patch)
tree5943adb228ae3b1d6e59f06dc4f36e19afc87c38 /makefu/5pkgs/acdcli
parentd6c9edd9dc860d560d4ea7a727962aaf93d09322 (diff)
Apply stashed changes
sorry
Diffstat (limited to 'makefu/5pkgs/acdcli')
-rw-r--r--makefu/5pkgs/acdcli/default.nix2
1 files changed, 2 insertions, 0 deletions
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
'';