-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brother-dcpl2550dw: init at 4.0.0-1 #321125
base: master
Are you sure you want to change the base?
Conversation
6f0b2e5
to
da7bc50
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4292 |
Result of 2 packages built:
|
Review per https://github.com/NixOS/nixpkgs/blob/b59dfac3c65d7ccc12426527553c9250cb71e90a/pkgs/README.md#new-packagesThanks for your contribution to nixpkgs! Reviewed points
Possible improvements
Comments
|
da7bc50
to
6d21cfd
Compare
let | ||
arches = [ "x86_64" "i686" "armv7l" ]; | ||
|
||
runtimeDeps = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could just inline this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an example you can point me to? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confident that means to just use the values of these variables in those places where use current use the variables. This means the let .. in
block is no longer necessary.
6d21cfd
to
41a49cd
Compare
This adds the printer driver and cupswrapper for the Brother DCPL2550DW printer/scanner. I volunteer for maintaining this one as long as I've got the model around.
41a49cd
to
0d09968
Compare
This looks really good now. I tested it (not with real hardware, but by printing into a file), and the ppd file and the filter produce data without error. |
Description of changes
This adds the printer driver for the Brother DCPL2550DW.
It combines the cups-wrapper and the driver in one file which allows
sharing common variables.
Things done
Currently using these packages on my laptop.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.