nordic: remove broken symlinks
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user