Unverified Commit 7ddd21a2 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

discord: enable strictDeps (#509536)

parents ec10a349 93cfcf1f
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -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