packages/dream2nix-overrides: extraPostFetch -> postFetch
This commit is contained in:
parent
af21409799
commit
f936cd3b57
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
|||
repo = "libvips";
|
||||
rev = "v8.12.2";
|
||||
sha256 = "sha256-ffDJJWe/SzG+lppXEiyfXXL5KLdZgnMjv1SYnuYnh4c=";
|
||||
extraPostFetch = ''
|
||||
postFetch = ''
|
||||
rm -r $out/test/test-suite/images/
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue