Commit graph

497 commits

Author SHA1 Message Date
Shawn8901 81369ea862 epson-escpr2: 1.2.13 -> 1.2.18 2024-10-12 23:12:40 +02:00
Peder Bergebakken Sundt 5968338068 infnoise: use finalAttrs.finalPackage 2024-09-24 23:28:55 +02:00
Artturin e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
rnhmjoj 8b6de98899
sc-controller: 0.4.8.18 -> 0.4.8.21 2024-09-08 12:28:54 +02:00
R. Ryantm 2a33cfd513 sc-controller: 0.4.8.17 -> 0.4.8.18 2024-08-27 14:51:50 +00:00
Peder Bergebakken Sundt 500c3e5a5b
Merge pull request #334769 from pyrox0/xwiimote
xwiimote: 2 -> 2-unstable-2024-02-29
2024-08-17 04:46:19 +02:00
Felix Buehler a41905ddf9 sundtek: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Pyrox e7a3407223
xwiimote: migrate to pkgs/by-name 2024-08-14 15:45:29 -04:00
Shawn8901 c1d26a15a3 epson-escpr2: 1.2.12 -> 1.2.13
use autoreconfHook to avoid version incompatibilities,
use configureFlags for setting output of cupsppddir and cupsfilterdir
remove custom patch as it is overriden on autoreconf
2024-07-29 20:45:17 +02:00
arthsmn 52d2734b0c
hplip: remove arthsmn from maintainers 2024-07-22 22:59:38 -03:00
aleksana 1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Maximilian Bosch c7f54ca757
Merge pull request #325904 from Shawn8901/update-epson-escpr2
epson-escpr2: 1.2.11 -> 1.2.12
2024-07-12 10:41:28 +00:00
Sandro eec72fd9d1
Merge pull request #325178 from alois31/hplip 2024-07-10 14:05:52 +02:00
Alois Wohlschlager 57428640ff
hplip: 3.23.8 -> 3.24.4
Remove a patch that does no longer apply and seems to be not needed any more.
2024-07-10 05:55:13 +02:00
Alois Wohlschlager ac20a96efd
hplip: fix dependencies
Wrapping with gobject-introspection is required so that hp-systray is able to
find dbus. Sip4 is outdated and seems no longer required.
2024-07-10 05:55:05 +02:00
Peder Bergebakken Sundt e5b4380d11
Merge pull request #321089 from deinferno/master
pantum-driver: 1.1.106 -> 1.1.123
2024-07-10 00:17:15 +02:00
Shawn8901 b64581addf epson-escpr2: 1.2.11 -> 1.2.12 2024-07-09 20:18:33 +02:00
Shawn8901 3996f01a89 epson-escpr2: format with nixfmt-rfc-style 2024-07-09 20:14:17 +02:00
John Chadwick fc8576c062 hplip: fix 2024-07-08 20:26:45 -04:00
Vladimír Čunát c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
Jussi Kuokkanen 9b4703cf14 pkgs/misc: remove licenses.gpl2 2024-07-03 14:24:14 +03:00
Martin Weinelt 9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
rnhmjoj 6ac745ef3c
sc-controller: 0.4.8.13 -> 0.4.8.17
The Ryochan7's fork has been archived, development continues over at
C0rn3j's fork. Hopefully this will me merged into the official
project sooner or later...
2024-06-28 22:20:50 +02:00
github-actions[bot] 88140ced6d
Merge master into staging-next 2024-06-24 12:01:17 +00:00
Shawn8901 0415c9c1f4 epson-escpr2: 1.2.10 -> 1.2.11 2024-06-23 22:31:59 +02:00
deinferno 0097354da1 pantum-driver: 1.1.106 -> 1.1.123 2024-06-19 23:26:09 +05:00
Aleksana ee9cf00e6d
Merge pull request #315240 from Cryolitia/ghost-font
ghostscript: add output `fonts`
2024-06-15 19:32:39 +08:00
Guillaume Girol a5ca25f03d
Merge pull request #319840 from nova-r/new-plugin-epkowa
epkowa: add plugin for Perfection V100 Photo
2024-06-14 18:28:36 +02:00
nova madeline 82aeb7fba1
epkowa: add plugin for Perfection V100 Photo 2024-06-14 16:40:55 +02:00
Shawn8901 05ae9bdbb3 epson-escpr2: 1.2.9 -> 1.2.10 2024-06-13 22:25:09 +02:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
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-06-09 23:07:45 +02:00
北雁 Cryolitia 93a9ca34fe
ghostscript: add output fonts 2024-05-28 11:50:34 +08:00
James Atkins 93349f742f epsonscan2: 6.7.61.0 -> 6.7.63.0 2024-05-05 08:46:50 -05:00
Jan Tojnar eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-04-27 02:23:22 +02:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-03-19 03:14:51 +01:00
Edu Renesto 147b07ffbb epkowa: add plugin for Perfection V550 Photo 2024-02-25 12:54:06 -03:00
Kyle Chui 5533f8b718
logiops: 0.2.3 -> 0.3.3
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-22 16:51:01 -08:00
deinferno 7fc7fafa4f pantum-driver: 1.1.84 -> 1.1.106 2024-02-10 15:01:32 +05:00
Weijia Wang 753a9d9cee
Merge pull request #283327 from r-ryantm/auto-update/sc-controller
sc-controller: 0.4.8.11 -> 0.4.8.13
2024-02-04 21:53:15 +01:00
Sergei Trofimovich 8609cc8a43 m33-linux: fix the build against gcc-13
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-24 11:04:06 +00:00
R. Ryantm 3fb9eb76a3 sc-controller: 0.4.8.11 -> 0.4.8.13 2024-01-23 22:08:15 +00:00
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