We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde29da commit d289019Copy full SHA for d289019
pkgs/by-name/ep/epson-escpr2/package.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
37
"--with-cupsppddir=${builtins.placeholder "out"}/share/cups/model"
38
];
39
40
- meta = with lib; {
+ meta = {
41
homepage = "http://download.ebz.epson.net/dsc/search/01/search/";
42
description = "ESC/P-R 2 Driver (generic driver)";
43
longDescription = ''
@@ -46,12 +46,12 @@ stdenv.mkDerivation {
46
47
Refer to the description of epson-escpr for usage.
48
'';
49
- license = licenses.gpl2Plus;
50
- maintainers = with maintainers; [
+ license = lib.licenses.gpl2Plus;
+ maintainers = with lib.maintainers; [
51
ma9e
52
ma27
53
shawn8901
54
55
- platforms = platforms.linux;
+ platforms = lib.platforms.linux;
56
};
57
}
0 commit comments