Skip to content

Commit 37d4584

Browse files
committed
brlaser: Formatting improvements
1 parent b345f55 commit 37d4584

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/br/brlaser/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
1919
};
2020

2121
nativeBuildInputs = [ cmake ];
22+
2223
buildInputs = [
2324
zlib
2425
cups
@@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
2930
"-DCUPS_DATA_DIR=share/cups"
3031
];
3132

32-
meta = with lib; {
33+
meta = {
3334
description = "CUPS driver for Brother laser printers";
3435
longDescription = ''
3536
Although most Brother printers support a standard printer language such as PCL or PostScript, not all do. If you have a monochrome Brother laser printer (or multi-function device) and the other open source drivers don't work, this one might help.
@@ -68,8 +69,8 @@ stdenv.mkDerivation rec {
6869
Lenovo M7605D
6970
'';
7071
homepage = "https://github.com/pdewacht/brlaser";
71-
license = licenses.gpl2Plus;
72-
platforms = platforms.linux;
73-
maintainers = with maintainers; [ StijnDW ];
72+
license = lib.licenses.gpl2Plus;
73+
platforms = lib.platforms.linux;
74+
maintainers = with lib.maintainers; [ StijnDW ];
7475
};
7576
}

0 commit comments

Comments
 (0)