Merge pull request #230855 from wegank/copier-darwin
copier: fix build on darwin
This commit is contained in:
commit
5f4a65c2bf
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "copier-org";
|
owner = "copier-org";
|
||||||
repo = "copier";
|
repo = "copier";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-8lTvyyKfAkvnUvw3e+r9C/49QASR8Zeokm509jxGK2g=";
|
# Conflict on APFS on darwin
|
||||||
|
postFetch = ''
|
||||||
|
rm $out/tests/demo/doc/ma*ana.txt
|
||||||
|
'';
|
||||||
|
hash = "sha256-i8HqMW36YtRxu/DLJWNiCfw6+ce3Gw8r8VBBo9l9aDI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
|
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
|
||||||
|
|
Loading…
Reference in a new issue