Unverified Commit a377fb95 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

libssc: enable strictDeps (#465017)

parents b28c70fb bbfc27a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";