mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libssc: enable strictDeps (#465017)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user