nordic: fix ERROR: noBrokenSymlink
This commit is contained in:
parent
feff3adcf0
commit
56560b393e
@ -8,7 +8,6 @@
|
|||||||
plasma-framework,
|
plasma-framework,
|
||||||
plasma-workspace,
|
plasma-workspace,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nordic";
|
pname = "nordic";
|
||||||
version = "2.2.0-unstable-2024-06-25";
|
version = "2.2.0-unstable-2024-06-25";
|
||||||
@ -92,6 +91,9 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
|
# FIXME: https://github.com/EliverLara/Nordic/issues/331
|
||||||
|
dontCheckForBrokenSymlinks = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user