about summary refs log tree commit diff
path: root/pkgs/misc/drivers
AgeCommit message (Collapse)AuthorFilesLines
2021-09-11Merge pull request #137089 from rnhmjoj/scc-python3Sandro1-11/+8
sc-controller: switch to python3 fork
2021-09-11sc-controller: switch to python3 forkrnhmjoj1-11/+8
The original sc-controller is being rewritten in C, while the current version is stuck in maintenance mode and python 2. This fork is based entirely on the original kozec's sc-controller and introduces python 3 support while staying backward-compatible (including versioning up to the patch number).
2021-08-15misc: replace name with pname&versionFelix Buehler5-13/+18
2021-08-07epson-escpr: 1.7.3 -> 1.7.16Poscat1-4/+4
2021-08-04Merge pull request #132446 from Stunkymonkey/misc-drivers-phasesSandro3-6/+7
2021-08-02Merge pull request #132327 from davidak/xboxdrv-urldavidak1-1/+1
xboxdrv: update url
2021-08-02sundtek: deprecate phases and fix sha256Felix Buehler1-3/+4
2021-08-02gutenprint-bin: deprecate phasesFelix Buehler1-1/+3
2021-08-02postscript-lexmark: remove phasesFelix Buehler1-2/+0
2021-08-01xboxdrv: update urldavidak1-1/+1
2021-07-31epson-escpr2: 1.1.34 -> 1.1.38Maximilian Bosch1-5/+16
2021-07-17hplip: replace preConfigure with a nicer approachVladimír Čunát1-30/+29
The newlines were a problem at *this* moment: https://github.com/NixOS/nixpkgs/commit/c335a18e#commitcomment-53611461 but let's make the hplip expression nicer regardless of how that ends.
2021-07-07hplip: add -n to gzip to improve reproducibilityArtturin1-2/+9
2021-07-01hplip: hardcode ppdc path to fix #44230Artturin1-0/+4
the ppdc: Warning - overlapping filename can be ignored https://bugs.launchpad.net/hplip/+bug/1756967
2021-06-27Merge pull request #128452 from Ma27/bump-epson-escpr2Maximilian Bosch1-13/+6
epson-escpr2: 1.1.25 -> 1.1.34
2021-06-27epson-escpr2: 1.1.25 -> 1.1.34Maximilian Bosch1-13/+6
2021-06-27hplip_3_18_5: removeEduardo Sánchez Muñoz1-229/+0
It does not seem to be used anymore and will allow to simplify pyqt5's expression (https://github.com/NixOS/nixpkgs/pull/123378#issuecomment-866786136).
2021-06-04epson-alc1100: switch to a working sourceArtturin1-2/+2
2021-05-22spaacenavd: config file in $XDG_CONFIG_HOMEsohalt2-0/+66
2021-05-22spacenavd: pidfile in $XDG_RUNTIME_DIRsohalt2-0/+85
2021-05-22nixos/spacenavd: run as user servicesohalt2-0/+121
2021-05-18spacenavd: fix darwin buildStéphan Kochen1-3/+14
2021-05-17Merge pull request #123086 from mebubo/hplipWithPluginSandro1-2/+2
hplipWithPlugin: correct arch name for the plugin file on aarch64
2021-05-16treewide: remove unzip where not neededBen Siraphob1-2/+1
2021-05-15hplipWithPlugin: correct arch name for the plugin file on aarch64Sergei Dolgov1-2/+2
Without this change, building hplipWithPlugin on aarch64 fails with: cp: cannot stat 'lj-aarch64.so': No such file or directory builder for '/nix/store/p0x02ppv0n1xj46wvik3p3cn4jikmr1q-hplip-3.20.11.drv' failed with exit code 1 This is because the corresponding file in the archive is actually called lj-arm64.so. hplipPlatforms exists to convert between the different names; this commit only changes the value to a correct one.
2021-05-10pythonPackages.sip: rename to sip_4Eduardo Sánchez Muñoz2-2/+2
sip 4 is the old and unmaintained version
2021-04-15infnoise: init at masterStijn DW2-0/+57
2021-04-05Merge pull request #118274 from alyssais/foo2zjsSandro1-3/+4
foo2zjs: 20180519 -> 20210116
2021-04-02spacenavd: remove nonstandard patchGabriel Ebner2-124/+0
2021-03-22foo2zjs: 20180519 -> 20210116; name -> pnameAlyssa Ross1-3/+4
2021-03-21epkowa: update iscan-data 1.39.1-2 -> 1.39.2-1Jason Lenz1-2/+2
2021-03-20Merge pull request #116812 from lenzj/epkowa-add-v600Guillaume Girol1-4/+33
epkowa: add epson perfection v600 photo
2021-03-19epkowa: apply recommendations from nixos package audit botJason Lenz1-4/+4
2021-03-18epkowa: add epson perfection v600 photoJason Lenz1-0/+29
2021-02-27Merge staging-next into staginggithub-actions[bot]2-0/+150
2021-02-26Merge pull request #75866 from Sohalt/spnavFlorian Klink2-0/+150
libspnav: init at 2.3.0
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-02-18spacenavd: init at 0.8sohalt2-0/+150
2021-02-12epson-escpr2: 1.1.24 -> 1.1.25Maximilian Bosch1-4/+4
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-5/+5
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-20epson_201207w: use spaces for indentationzowoq1-5/+5
2021-01-20treewide: editorconfig fixeszowoq3-3/+3
- remove trailing whitespace - use spaces for indentation
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob8-16/+16
2021-01-16treewide: stdenv.lib -> libBen Siraphob9-32/+32
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch18-34/+34
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-09hplip: fix hp-setup crash by adding proper NixOS PPD search pathBryan Gardiner2-0/+30
HPLIP's getSystemPPDs() function relies on searching for PPDs below common FHS paths. None of these exist on NixOS, but the code assumes that at least one of the directories will be found, and crashes when it doesn't (cups_ppd_path is None and the code passes that to os.path.join). A usable PPD search path for the running system on NixOS is /var/lib/cups/path/share, so this patches the source to check this path as well. This should fix the NixOS case and keep non-NixOS cases working too.
2021-01-07steamcontroller: Disable tests, cleanupSandro Jäckel1-2/+4
2021-01-05hplip: 3.20.5 -> 3.20.11Doron Behar1-8/+9
2021-01-01utsushi: unstable-2020-11-10 -> unstable-2021-01-01wucke131-3/+3