remove with.lib;
This commit is contained in:
parent
1ca2f7ca7c
commit
fdef98ea30
@ -17,11 +17,11 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [ dbus ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Linux controller for the Nothing Ear (2)";
|
||||
homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "ear2ctl";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user