remove with.lib;

This commit is contained in:
jaredmontoya 2024-06-29 11:45:20 +02:00
parent 1ca2f7ca7c
commit fdef98ea30

View File

@ -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";
};
}