about summary refs log tree commit diff
path: root/pkgs/misc/drivers
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14Merge pull request #319840 from nova-r/new-plugin-epkowaGuillaume Girol1-0/+32
epkowa: add plugin for Perfection V100 Photo
2024-06-14epkowa: add plugin for Perfection V100 Photonova madeline1-0/+32
2024-06-13epson-escpr2: 1.2.9 -> 1.2.10Shawn89011-3/+3
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt3-3/+3
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-05epsonscan2: 6.7.61.0 -> 6.7.63.0James Atkins1-7/+7
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm6-0/+6
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-25epkowa: add plugin for Perfection V550 PhotoEdu Renesto1-0/+29
2024-02-22logiops: 0.2.3 -> 0.3.3Kyle Chui1-26/+0
feat: Add multiple version support. refactor: Remove unnecessary code. The `DBus` handling is already done via the changed patch file. chore: Fix formatting. refactor: Remove confusing comment. refactor: Abide by `by-name` CI. https://github.com/NixOS/nixpkgs/actions/runs/7968015723/job/21751618054?pr=289701 fix: Remove unnecessary CMake build flag. Nixpkgs already always builds Release, so this is redundant.
2024-02-10pantum-driver: 1.1.84 -> 1.1.106deinferno1-5/+6
2024-02-04Merge pull request #283327 from r-ryantm/auto-update/sc-controllerWeijia Wang1-3/+3
sc-controller: 0.4.8.11 -> 0.4.8.13
2024-01-24m33-linux: fix the build against `gcc-13`Sergei Trofimovich1-1/+11
Without the change build fails against `gcc-13` on `master` as https://hydra.nixos.org/build/246586824: gcode.h:54:24: error: 'uint8_t' was not declared in this scope 54 | vector<uint8_t> getBinary() const; | ^~~~~~~ gcode.h:9:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 8 | #include <vector> +++ |+#include <cstdint> 9 |
2024-01-23sc-controller: 0.4.8.11 -> 0.4.8.13R. Ryantm1-3/+3
2024-01-14Merge pull request #279367 from Stunkymonkey/sip4-normalizeFelix Bühler1-1/+1
python311Packages.sip4: rename from sip_4
2024-01-10python311Packages.sip4: rename from sip_4Felix Buehler1-1/+1
2024-01-10python311Packages.pyqt5-sip: rename from pyqt5_sipFelix Buehler1-1/+1
2024-01-06epkowa: add plugin for GT-1500Martin Gondermann1-0/+32
2023-12-25Merge pull request #276712 from doronbehar/pkg/hplipDoron Behar1-5/+5
2023-12-25hplip: don't double wrap with qt envDoron Behar1-5/+3
2023-12-25hplip: add support for qtwaylandDoron Behar1-0/+2
Otherwise, if `QT_QPA_PLATFORM=wayland`, qt based programs will segfault.
2023-12-21Merge pull request #275726 from Shawn8901/epson-escpr2-maintainerMaximilian Bosch1-1/+1
epson-escpr2: add shawn8901 as maintainer
2023-12-20epson-escpr2: add shawn8901 as maintainerShawn89011-1/+1
2023-12-17epson-escpr2: 1.1.49 -> 1.2.9Shawn89011-4/+4
2023-12-17epson-escpr2: use rpm & cpio instead of busyboxShawn89011-2/+2
2023-12-11nixos/avahi: rename remaining config optionsFlorian Klink1-1/+1
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6}, nothing should access the old alias anymore so there's no eval warnings. Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
2023-11-21hplip: 3.23.3 -> 3.23.8Arthur1-4/+4
Update pkgs/misc/drivers/hplip/default.nix Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> Update pkgs/misc/drivers/hplip/default.nix Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2023-09-08treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildTypeSandro Jäckel1-1/+0
2023-07-04epsonscan2: init at 6.7.61.0James Atkins2-0/+253
Add the Epson Scan 2 scanning utility and drivers, with optional non-free plugins . Fixes #207853
2023-06-22utsushi: fix build with SANE 1.1 and aboveJames Atkins1-0/+4
Patch utsushi's version checks so it builds with SANE versions 1.1 and above. It's currently broken on NixOS 23.05.
2023-06-07Merge pull request #236058 from rnhmjoj/pr-sccMichele Guerini Rocco1-11/+2
sc-controller: 0.4.8.9 -> 0.4.8.11
2023-06-05sc-controller: 0.4.8.9 -> 0.4.8.11rnhmjoj1-11/+2
2023-04-08hplip: 3.22.6 -> 3.23.3undefined1-3/+3
2023-04-06utsushi-imagescan: use mirrorsArtturin1-1/+4
https://aur.archlinux.org/packages/imagescan-plugin-networkscan#comment-889998 > It seems that Epson has abandoned this software. I have changed the package to download from a mirror hosted by me.
2023-03-30gutenprint: add perl to nativeBuildInputsMorgan Helton1-1/+1
2023-03-28Merge pull request #219309 from erdnaxe/gutenprint-strictdepsSandro1-1/+3
gutenprint: enable strictDeps
2023-03-25hplip: disable parallel installingVladimír Čunát1-0/+1
> cannot find -lhpipp https://hydra.nixos.org/log/s0c7hm2jpwd64msh8xqm6y6q1ihnplci-hplip-3.22.6.drv
2023-03-20hplip: fix broken/hardcoded paths in .desktop filesjopejoe11-1/+10
2023-03-10gutenprint: enable strictDepsAlexandre Iooss1-1/+3
2023-02-27Merge staging-next into staginggithub-actions[bot]1-1/+1
2023-02-27hplip: fix patch download linkSandro Jäckel1-1/+1
2023-02-23Merge staging-next into staginggithub-actions[bot]2-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-5/+2
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2023-01-22Merge pull request #212002 from mothsART/feature/replace_http_by_httpsWeijia Wang2-2/+2
treewide: replace http by https when https is a permanent redirection
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie2-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol2-2/+2
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-18epkowa: add plugin for GT-X750, Perfection 4490Nicolas Benes1-0/+32
2022-10-19sc-controller: 0.4.8.7 -> 0.4.8.9rnhmjoj1-2/+11
2022-09-01Merge pull request #187633 from esclear/fix-utsushiSandro1-0/+1
utsushi/imagescan: Fix scanning