mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
goku: remove with lib;
from meta
This commit is contained in:
parent
00baf6001c
commit
855ce12c2a
@ -36,11 +36,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp gokuw $out/bin
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Karabiner configurator";
|
||||
homepage = "https://github.com/yqrashawn/GokuRakuJoudo";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.nikitavoloboev ];
|
||||
platforms = platforms.darwin;
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.nikitavoloboev ];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user