Ignore symlink check
This commit is contained in:
parent
ee91d74867
commit
397ae7f5ec
2 changed files with 17 additions and 15 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue