nordic: fix ERROR: noBrokenSymlink

This commit is contained in:
Gurjaka 2025-02-09 01:14:07 +04:00
parent feff3adcf0
commit 56560b393e

View File

@ -8,7 +8,6 @@
plasma-framework,
plasma-workspace,
}:
stdenvNoCC.mkDerivation rec {
pname = "nordic";
version = "2.2.0-unstable-2024-06-25";
@ -92,6 +91,9 @@ stdenvNoCC.mkDerivation rec {
dontWrapQtApps = true;
# FIXME: https://github.com/EliverLara/Nordic/issues/331
dontCheckForBrokenSymlinks = true;
installPhase = ''
runHook preInstall