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

This commit is contained in:
Aleksana
2025-02-12 11:23:27 +08:00
committed by GitHub

View File

@@ -72,10 +72,13 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
capnproto # capnp
pkg-config
wrapQtAppsHook
];
strictDeps = true;
enableParallelBuilding = true;
# comment out the tests