Skip to content

Commit d289019

Browse files
committed
epson-escpr2: remove with lib; from meta
1 parent dde29da commit d289019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ep/epson-escpr2/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
3737
"--with-cupsppddir=${builtins.placeholder "out"}/share/cups/model"
3838
];
3939

40-
meta = with lib; {
40+
meta = {
4141
homepage = "http://download.ebz.epson.net/dsc/search/01/search/";
4242
description = "ESC/P-R 2 Driver (generic driver)";
4343
longDescription = ''
@@ -46,12 +46,12 @@ stdenv.mkDerivation {
4646
4747
Refer to the description of epson-escpr for usage.
4848
'';
49-
license = licenses.gpl2Plus;
50-
maintainers = with maintainers; [
49+
license = lib.licenses.gpl2Plus;
50+
maintainers = with lib.maintainers; [
5151
ma9e
5252
ma27
5353
shawn8901
5454
];
55-
platforms = platforms.linux;
55+
platforms = lib.platforms.linux;
5656
};
5757
}

0 commit comments

Comments
 (0)