Unverified Commit 7a9dd574 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

sonic-lineup: fix and enable strictDeps (#373832)

parents 8cdbafa8 10274ff5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -72,10 +72,13 @@ stdenv.mkDerivation rec {
  ];

  nativeBuildInputs = [
    capnproto # capnp
    pkg-config
    wrapQtAppsHook
  ];

  strictDeps = true;

  enableParallelBuilding = true;

  # comment out the tests