Fix unneeded inherit
This commit is contained in:
parent
9acc0d4bc9
commit
0a8b83fdd0
|
@ -25,7 +25,6 @@ stdenv.mkDerivation {
|
|||
inherit (s) version;
|
||||
description = ''A tool to have Escape and Control on a single key'';
|
||||
license = stdenv.lib.licenses.gpl3 ;
|
||||
inherit (s) url sha256;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue