nordic: fix ERROR: noBrokenSymlink
This commit is contained in:
parent
feff3adcf0
commit
56560b393e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user