peertube: don't check for broken symlinks (#380275)

This commit is contained in:
Nick Cao
2025-02-08 09:26:57 -05:00
committed by GitHub
+3
View File
@@ -77,6 +77,9 @@ stdenv.mkDerivation rec {
hash = "sha256-x5qFCprn8q0xC88HudLV7W53X1Nkbz3F52RMp2PxIu8=";
};
# There are broken symlinks in the node_modules
dontCheckForBrokenSymlinks = true;
outputs = [
"out"
"cli"