discord: enable strictDeps (#509536)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user