3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

456 commits

Author SHA1 Message Date
Felix Bühler e0fe5361fd
Merge pull request #279367 from Stunkymonkey/sip4-normalize
python311Packages.sip4: rename from sip_4
2024-01-14 13:16:56 +01:00
Felix Buehler a69b0e8a68 python311Packages.sip4: rename from sip_4 2024-01-10 22:50:20 +01:00
Felix Buehler f5888649c0 python311Packages.pyqt5-sip: rename from pyqt5_sip 2024-01-10 22:49:05 +01:00
Martin Gondermann b48bce252f epkowa: add plugin for GT-1500 2024-01-06 23:14:29 +01:00
Doron Behar d6984a0f43
Merge pull request #276712 from doronbehar/pkg/hplip 2023-12-25 18:08:38 +00:00
Doron Behar 3a546238f4 hplip: don't double wrap with qt env 2023-12-25 14:58:15 +02:00
Doron Behar 78d486bc1a hplip: add support for qtwayland
Otherwise, if `QT_QPA_PLATFORM=wayland`, qt based programs will
segfault.
2023-12-25 14:22:58 +02:00
Maximilian Bosch e461a26242
Merge pull request #275726 from Shawn8901/epson-escpr2-maintainer
epson-escpr2: add shawn8901 as maintainer
2023-12-21 13:55:04 +01:00
Shawn8901 4727b433ba epson-escpr2: add shawn8901 as maintainer 2023-12-20 22:25:05 +01:00
Shawn8901 1b41925db0 epson-escpr2: 1.1.49 -> 1.2.9 2023-12-17 17:01:10 +01:00
Shawn8901 3c9696e255 epson-escpr2: use rpm & cpio instead of busybox 2023-12-17 16:47:22 +01:00
Florian Klink 1c09cb43ce nixos/avahi: rename remaining config options
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-12-11 09:36:15 +02:00
Arthur eff5176f70 hplip: 3.23.3 -> 3.23.8
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-11-21 21:56:05 -03:00
Sandro Jäckel fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
James Atkins 57712bcec3 epsonscan2: init at 6.7.61.0
Add the Epson Scan 2 scanning utility and drivers, with optional
non-free plugins .

Fixes #207853
2023-07-04 13:36:15 -05:00
James Atkins b8f05fdfb3 utsushi: fix build with SANE 1.1 and above
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-22 10:38:47 -05:00
Michele Guerini Rocco 79901fd901
Merge pull request #236058 from rnhmjoj/pr-scc
sc-controller: 0.4.8.9 -> 0.4.8.11
2023-06-07 02:04:33 +02:00
rnhmjoj 424d1f9b6c
sc-controller: 0.4.8.9 -> 0.4.8.11 2023-06-05 10:59:03 +02:00
undefined d0403d923f
hplip: 3.22.6 -> 3.23.3 2023-04-08 00:37:48 +08:00
Artturin 719ce1641b utsushi-imagescan: use mirrors
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-04-06 20:01:14 +03:00
Morgan Helton 15422244fb gutenprint: add perl to nativeBuildInputs 2023-03-30 17:48:46 -05:00
Sandro eca8b7698a
Merge pull request #219309 from erdnaxe/gutenprint-strictdeps
gutenprint: enable strictDeps
2023-03-28 10:10:44 +02:00
Vladimír Čunát 3fbc1838eb
hplip: disable parallel installing
> cannot find -lhpipp
https://hydra.nixos.org/log/s0c7hm2jpwd64msh8xqm6y6q1ihnplci-hplip-3.22.6.drv
2023-03-25 10:03:18 +01:00
jopejoe1 7cee2ad598 hplip: fix broken/hardcoded paths in .desktop files 2023-03-20 16:04:21 +01:00
Alexandre Iooss 1649603f9f gutenprint: enable strictDeps 2023-03-10 08:34:48 +01:00
github-actions[bot] 5e46cfeba0
Merge staging-next into staging 2023-02-27 12:01:41 +00:00
Sandro Jäckel fb7c2cdb51
hplip: fix patch download link 2023-02-27 00:56:34 +01:00
github-actions[bot] 3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
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-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
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-22 21:23:04 +02:00
Artturin cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Weijia Wang 218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie 65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
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.
2023-01-21 12:00:00 +00:00
Nicolas Benes 0ccdbb399a epkowa: add plugin for GT-X750, Perfection 4490 2022-12-18 20:46:05 +01:00
rnhmjoj ea8a9631c4
sc-controller: 0.4.8.7 -> 0.4.8.9 2022-10-19 11:27:51 +02:00
Sandro 1a276245b4
Merge pull request #187633 from esclear/fix-utsushi
utsushi/imagescan: Fix scanning
2022-09-01 01:08:30 +02:00
Daniel Albert 44cc09c2b4
utsushi: Fix scanning
This commit fixes the problem reported in issue #177572.
Turns out that re-adding this line, which was removed in commit
526238b288, fixes the problem.
2022-08-20 21:40:48 +02:00
Lorenz Brun c413232fc8
gutenprint: fix CUPS backend
The CUPS backend was not built since gutenprint requires libusb1, not 0.1 (at least since ~2014).
With this change CUPS detects printers relying on the pure gutenprint backend (like some dye sublimation printers).
2022-08-19 00:17:30 +02:00
Ivv 6512b21eab
Merge pull request #182218 from virchau13/xp-pen-deco-01-v2-driver
xp-pen-deco-01-v2-driver: init at 3.2.3.220323-1
2022-08-14 16:00:12 +02:00
Vir Chaudhury 66327cf687
pentablet-driver: rename to xp-pen-g430-driver 2022-08-08 15:20:52 +08:00
Jan Solanti 34a04025cf xow: remove
Upstream project has been deprecated in favour of the 'xone' kernel
mode driver.
2022-08-02 00:50:32 +03:00
Maximilian Bosch b29e0a3421
Merge pull request #181755 from Shawn8901/epson-escpr2
epson-escpr2: 1.1.48 -> 1.1.49
2022-07-21 08:34:04 +02:00
Shawn8901 0c0befe2c3 epson-escpr2: 1.1.48 -> 1.1.49 2022-07-16 20:15:16 +02:00
Antoine R. Dumont (@ardumont) 406eef0f5e
epson-escpr: 1.7.16 -> 1.7.20 2022-07-16 19:09:50 +02:00
Thomas Tuegel f8e92d67b8
Merge pull request #179871 from avdv/hplip-update-3.22.6
hplip: 3.21.12 -> 3.22.6
2022-07-05 17:03:07 -05:00
Claudio Bley 3ed1328b9b hplip: 3.21.12 -> 3.22.6
* add patch from Debian which removes closed-source binary blobs from the
  package and fixes the build on aarch64-linux

* add patch that reverts calls of `strcpy` replaced with `snprintf`

Fixes #162141.
2022-07-02 11:07:58 +02:00
Shawn8901 fa0f161ef7 epson-escpr2: 1.1.46 -> 1.1.48 2022-06-28 01:54:41 +02:00
ajs124 8c68b2f530 steamcontroller: remove optional and off by default GyroplotSupport
depended on pyside (qt4)
2022-06-23 16:42:39 +02:00
Robert Scott eb6cce7d6f treewide/misc: add sourceType binaryNativeCode for more packages 2022-06-17 22:55:24 +01:00