libratbag: refactor
This commit is contained in:
parent
71b8c39ca8
commit
3442068f54
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "libratbag";
|
owner = "libratbag";
|
||||||
repo = "libratbag";
|
repo = "libratbag";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-dAWKDF5hegvKhUZ4JW2J/P9uSs4xNrZLNinhAff6NSc=";
|
hash = "sha256-dAWKDF5hegvKhUZ4JW2J/P9uSs4xNrZLNinhAff6NSc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -62,11 +62,11 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dsystemd-unit-dir=./lib/systemd/system/"
|
"-Dsystemd-unit-dir=./lib/systemd/system/"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Configuration library for gaming mice";
|
description = "Configuration library for gaming mice";
|
||||||
homepage = "https://github.com/libratbag/libratbag";
|
homepage = "https://github.com/libratbag/libratbag";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ mvnetbiz ];
|
maintainers = with lib.maintainers; [ mvnetbiz ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user