kbd: format using nixpkgs-fmt
This commit is contained in:
parent
513143fe4e
commit
f250c8f6df
@ -1,5 +1,13 @@
|
|||||||
{ lib, stdenv, fetchurl, nixosTests, autoreconfHook,
|
{ lib
|
||||||
pkg-config, flex, check, pam, coreutils
|
, stdenv
|
||||||
|
, fetchurl
|
||||||
|
, nixosTests
|
||||||
|
, autoreconfHook
|
||||||
|
, pkg-config
|
||||||
|
, flex
|
||||||
|
, check
|
||||||
|
, pam
|
||||||
|
, coreutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -49,6 +57,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Linux keyboard tools and keyboard maps";
|
description = "Linux keyboard tools and keyboard maps";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user