Loading pkgs/by-name/li/libssc/package.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitea, meson, ninja, glib, pkg-config, libqmi, protobufc, protobuf, }: stdenv.mkDerivation rec { pname = "libssc"; version = "0.2.2"; src = fetchFromGitea { domain = "codeberg.org"; owner = "DylanVanAssche"; repo = "libssc"; tag = "v${version}"; hash = "sha256-vc3phLAURKXAVD/o4uiGkBtJ3wsbLEfkwygMltEhqug="; fetchSubmodules = false; }; buildInputs = [ glib protobufc ]; propagatedBuildInputs = [ libqmi ]; nativeBuildInputs = [ protobuf pkg-config meson ninja ]; meta = { description = "Library for exposing Qualcomm Sensor Core sensors to Linux"; homepage = "https://codeberg.org/DylanVanAssche/libssc"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ matthewcroughan ]; mainProgram = "libssc"; platforms = lib.platforms.all; }; } Loading
pkgs/by-name/li/libssc/package.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitea, meson, ninja, glib, pkg-config, libqmi, protobufc, protobuf, }: stdenv.mkDerivation rec { pname = "libssc"; version = "0.2.2"; src = fetchFromGitea { domain = "codeberg.org"; owner = "DylanVanAssche"; repo = "libssc"; tag = "v${version}"; hash = "sha256-vc3phLAURKXAVD/o4uiGkBtJ3wsbLEfkwygMltEhqug="; fetchSubmodules = false; }; buildInputs = [ glib protobufc ]; propagatedBuildInputs = [ libqmi ]; nativeBuildInputs = [ protobuf pkg-config meson ninja ]; meta = { description = "Library for exposing Qualcomm Sensor Core sensors to Linux"; homepage = "https://codeberg.org/DylanVanAssche/libssc"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ matthewcroughan ]; mainProgram = "libssc"; platforms = lib.platforms.all; }; }