nordic: fix ERROR: noBrokenSymlink (#380464)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user