mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
copier: fix build on darwin
This commit is contained in:
parent
443a8f398a
commit
c0810782a3
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
owner = "copier-org";
|
||||
repo = "copier";
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue