libssc: enable strictDeps (#465017)

This commit is contained in:
Guillaume Girol
2025-11-25 20:28:20 +00:00
committed by GitHub

View File

@@ -34,11 +34,14 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
protobuf
protobufc
pkg-config
meson
ninja
];
strictDeps = true;
meta = {
description = "Library for exposing Qualcomm Sensor Core sensors to Linux";
homepage = "https://codeberg.org/DylanVanAssche/libssc";