mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nordic: remove broken symlinks
This commit is contained in:
parent
8ad6adb4c7
commit
98b05e942d
1 changed files with 4 additions and 3 deletions
|
@ -92,9 +92,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
# FIXME: https://github.com/EliverLara/Nordic/issues/331
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
@ -146,6 +143,10 @@ stdenvNoCC.mkDerivation rec {
|
|||
# each set of duplicates, reducing the installed size in about 53%
|
||||
jdupes --quiet --link-soft --recurse $out/share
|
||||
|
||||
# FIXME: https://github.com/EliverLara/Nordic/issues/331
|
||||
echo "Removing broken symlinks ..."
|
||||
find $out -xtype l -print -delete
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue