Ignore symlink check

This commit is contained in:
Invariantspace 2025-02-09 06:30:09 +08:00
parent ee91d74867
commit 397ae7f5ec
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 17 additions and 15 deletions

View file

@ -8,6 +8,8 @@ pkgs.stdenv.mkDerivation {
srcs = [];
buildInputs = [pkgs.jdupes];
dontUnpack = true;
# TODO: Fix symlink issue
dontCheckForBrokenSymlinks = true;
preInstall = with inputs; ''
cp -r ${candy-icons}/ candy-icons/
cp -r ${sweet-ambar-blue}/ sweet-ambar-blue/