Skip to content
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

Add Brother MFC-L2740DW drivers #42905

Merged
merged 2 commits into from Jul 4, 2018
Merged

Conversation

Enzime
Copy link
Member

@Enzime Enzime commented Jul 3, 2018

Motivation for this change

Add drivers for Brother MFC-L2740DW printers

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

phases = [ "installPhase" ];

installPhase = ''
dpkg-deb -x $src $out
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use unpackPhase = "dpkg-deb -x $src $out" instead, setting phases explicitly should be avoided if possible. Also applies to the other derivation.

@@ -0,0 +1,45 @@
{ pkgs, stdenv, fetchurl, dpkg, makeWrapper, coreutils, ghostscript, gnugrep, gnused, which, perl }:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can take the pkgsi686Linux argument here directly to not have to use pkgs

Brother MFC-L2740DW lpr driver
CUPS wrapper for Brother MFC-L2740DW
@infinisil infinisil merged commit 71a0627 into NixOS:master Jul 4, 2018
@Enzime Enzime deleted the add/mfcl2740dw branch July 7, 2018 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants