libratbag: refactor

This commit is contained in:
Gliczy 2024-11-04 02:26:10 +01:00
parent 71b8c39ca8
commit 3442068f54

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "libratbag";
repo = "libratbag";
rev = "v${version}";
sha256 = "sha256-dAWKDF5hegvKhUZ4JW2J/P9uSs4xNrZLNinhAff6NSc=";
hash = "sha256-dAWKDF5hegvKhUZ4JW2J/P9uSs4xNrZLNinhAff6NSc=";
};
nativeBuildInputs = [
@ -62,11 +62,11 @@ stdenv.mkDerivation rec {
"-Dsystemd-unit-dir=./lib/systemd/system/"
];
meta = with lib; {
meta = {
description = "Configuration library for gaming mice";
homepage = "https://github.com/libratbag/libratbag";
license = licenses.mit;
maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mvnetbiz ];
platforms = lib.platforms.linux;
};
}