discord: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-04-13 12:28:29 +02:00
parent 899ec6f547
commit 93cfcf1f08
@@ -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