chicago95: fix noBrokenSymlinks (#460199)

This commit is contained in:
Matteo Pacini
2025-11-10 09:34:08 +00:00
committed by GitHub
+6
View File
@@ -18,6 +18,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
nativeBuildInputs = [ gtk3 ];
buildPhase = ''
runHook preBuild
find . -xtype l -delete
runHook postBuild
'';
installPhase = ''
runHook preInstall