discord: enable strictDeps (#509536)

This commit is contained in:
Sefa Eyeoglu
2026-04-14 20:52:47 +00:00
committed by GitHub
@@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: {
;
nativeBuildInputs = [
alsa-lib
autoPatchelfHook
cups
libdrm
@@ -122,14 +121,21 @@ stdenv.mkDerivation (finalAttrs: {
libxtst
libxcb
libxshmfence
libgbm
nss
wrapGAppsHook3
makeShellWrapper
];
dontWrapGApps = true;
buildInputs = [
alsa-lib
libgbm
nspr
nss
];
strictDeps = true;
libPath = lib.makeLibraryPath (
[
libcxx