summary refs log tree commit diff
path: root/pkgs/misc/cups/drivers
Commit message (Collapse)AuthorAge
* hll2340dw brother: added driver to cups (#78560)Joachim Schiele2020-02-09
|
* pkgs/misc/cups/drivers: add brother mfcl3770cdwStefan Junker2020-01-06
| | | | | | | | | | This adds the printer driver for the Brother MFCL3770CDW. It combines the cups-wrapper and the driver in one file which allows sharing common variables and making it less error-prone than the other Brother drivers in repository. I volunteer for maintaining this one as long as I've got the model around.
* Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
|\
| * cups-dymo: fix buildPuck Meerburg2019-12-16
| |
| * canon-cups-ufr-2: add kylesferrazza as maintainerKyle Sferrazza2019-11-20
| |
| * canon-cups-ufr2: 2.90 -> 3.70Kyle Sferrazza2019-11-19
| |
* | cups-bjnp: fix build with gcc9Franz Pletz2019-11-03
|/
* Merge pull request #58399 from aszlig/cnijfilter2-updateCharles Strahan2019-09-22
|\ | | | | cnijfilter2: 5.30 -> 5.70
| * cnijfilter2: 5.30 -> 5.70aszlig2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newly supported series in version 5.40: MB2100, MB2700, iB4100, MB5100, MB5400, TS9000, TS8000, TS6000, TS5000, MG3000, E470, G4000 Newly supported series in version 5.50: E200, E300, E3100, TR7500, TR7530, TR8500, TR8530, TR8580, TS200, TS300, TS3100, TS5100, TS6100, TS6130, TS6180, TS8100, TS8180, TS9100, TS9180, TS8130, XK70, XK50 Newly supported series in version 5.60: G3010, G4010 Newly supported series in version 5.70: TS8200, XK80, TS8230, TS8280, TS6200, TS6230, TS6280, TS9500, TR9530, TS9580, TR4500, E4200 Signed-off-by: aszlig <aszlig@nix.build>
* | brlaser: 4 -> 5Michael Hoang2019-09-12
| |
* | treewide: remove redundant recvolth2019-08-28
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | fxlinuxprint: init at 1.1.2-1Delan Azabani2019-07-22
| |
* | treewide: use dontUnpackworldofpeace2019-07-01
| |
* | treewide: remove unused variables (#63177)volth2019-06-16
|/ | | | | | * treewide: remove unused variables * making ofborg happy
* samsung-unified-linux-driver_1_00_36: init at 1.00.36Tomas Hlavaty2019-03-11
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* cups-brother-hl3140cw: init at 1.1.4-0Nick Hu2019-02-26
|
* Reclassify printer drivers erroneously marked as GPLHugo Landau2019-02-24
| | | | | Some CUPS printer drivers were marked as being GPL. This changes them to reflect their actual, unfree licence.
* Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\
| * mfcl8690cdwcupswrapper: 1.3.0-0 -> 1.4.0-0Thomas Bach2019-01-30
| |
| * mfcl8690cdwlpr: 1.2.0-0 -> 1.3.0-0Thomas Bach2019-01-30
| |
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* Revert "brlaser: fix $out"Florian Klink2018-12-19
| | | | | | | This reverts commit 04405f65f96d8d753fb21335759587cd7b897d3f. This was already fixed in https://github.com/NixOS/nixpkgs/pull/49180, but never got backported to 18.09.
* brlaser: fix $outFlorian Klink2018-12-19
|
* cups-toshiba-estudio: fix homepageAlexey Muranov2018-11-26
| | | | Provide an URL that works.
* tree-wide: fix all `rev`s of `fetchsvn`Jan Malakhovski2018-11-08
|
* Merge pull request #49180 from symphorien/issue-49092Michael Raskin2018-11-02
|\ | | | | brlaser: fix install dir
| * brlaser: fix install dirSymphorien Gibol2018-10-26
| | | | | | | | Fixes #49092
* | splix: add missing printer modelsDavid Costa2018-10-29
| | | | | | | | | | | | | | | | Add support for ML-2160 ML-2165 ML-3310 ML-3310ND. The PPD files were not picked up by the Makefile because they were in the wrong directory of the original source. Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
* | cups-googlecloudprint: init at 20160502obadz2018-10-11
|/
* samsung-unified-linux-driver: update default version to 4.01.17Peter Simons2018-10-03
| | | | | | | | | | | | | * Version 4.01.17 works fine for me on NixOS, driving both a Samsung ML-2165w and a Samsung ML-2510 printer successfully. * Version 4.00.39 is broken. The build shows errors, but doesn't abort. The generated binaries don't work, because they are lacking rpaths to their library dependencies. * Renamed old default.nix file to 1.00.37.nix. That version wasn't the default and it feels like a bad idea to mix versioned and unversioned file names in the same directory.
* tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* brlaser: cleanup and mark linux only (#46622)Daiderd Jordan2018-09-13
| | | | | | | | The test binaries depend use open_memstream which isn't available on darwin. error: use of undeclared identifier 'open_memstream' /cc ZHF #45961
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* splix: install color profiles and enable JBIGJohannes Frankenau2018-08-16
|
* mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 (#43968)Thomas Bach2018-08-03
| | | Provide printer driver for Brother MFC-L8690CDW.
* cups-toshiba-estudio: 7.51 -> 7.89 (#43850)Alan Pearce2018-07-29
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* Merge pull request #43079 from matthewbauer/rework-extra-pkgsMatthew Bauer2018-07-05
|\ | | | | Rework stage.nix's extraPkgs
| * treewide: remove callPackage_i686Matthew Bauer2018-07-05
| | | | | | | | This has been replaced with pkgsi686Linux.callPackage
* | mfcl2740dwcupswrapper: init at 3.2.0-1Michael Hoang2018-07-04
| | | | | | | | CUPS wrapper for Brother MFC-L2740DW
* | mfcl2740dwlpr: init at 3.2.0-1Michael Hoang2018-07-04
|/ | | | Brother MFC-L2740DW lpr driver
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* Merge pull request #39511 from steveeJ/sj-add-kyocera-driversJörg Thalheim2018-04-28
|\ | | | | cups-kyodialog3: init at 8.1601
| * cups-kyodialog3: use autoPatchelfHook, add missing qt4Jörg Thalheim2018-04-28
| |
| * cups-kyodialog3: init at 8.1601Stefan Junker2018-04-26
| |
* | Merge pull request #32605 from xrvdg/hl1110Matthew Justin Bauer2018-04-09
|\ \ | | | | | | hl1110 : init at 3.0.1-1