Commit Graph
613347 Commits
Author SHA1 Message Date
Florian Klink 4b0a16aad3 pcsclite: use lib.meta.availableOn for systemdSupport 2024-04-19 23:28:10 +03:00
Florian Klink 132f097b47 pcsc-tools: use lib.meta.availableOn for systemdSupport 2024-04-19 17:06:26 +03:00
Adam JosephandFlorian Klink 12cf912670 pcsc-tools: make gui, dbus, and systemd each (independently) optional 2024-04-19 11:51:02 +03:00
Adam JosephandFlorian Klink b9fe1f4e3b perlPackages.ChipcardPCSC: fix cross 2024-04-19 11:51:02 +03:00
Adam JosephandFlorian Klink 2c387ccce1 pcsclite: make udevSupport optional
This commit allows the use of pcscd on platforms which use mdevd and
libudev-zero instead of systemd-udevd.

When udevd is not running, pcscd needs to link against libusb so that it can
scan the USB busses itself, rather than relying on udevd to do that.
2024-04-19 11:51:02 +03:00
Adam JosephandFlorian Klink a87a075306 pcsclite: make dbusSupport optional 2024-04-19 11:17:30 +03:00
Adam JosephandFlorian Klink dec7ebf0cd pcsclite: make systemdSupport optional 2024-04-19 11:13:14 +03:00
Adam JosephandFlorian Klink 13270e7feb pcsclite: remove isLinux condition from --enable-ipcdir configureFlag
The `--enable-ipcdir=/run/pcscd` flag was added by commit 2b93e96d0b
"pcsclite: add policy kit support".  However the pcscd IPC mechanism is
completely independent from polkit, systemd, and dbus.  There is no reason to
disable the IPC mechanism on all non-Linux platforms.
2024-04-19 11:13:12 +03:00
github-actions[bot]andGitHub edbe540c28 Merge staging-next into staging 2024-04-17 06:01:53 +00:00
K900andGitHub 4c3d3c027e Merge pull request #304724 from K900/xdg-screensaver-oof
xdg-utils: don't infrec in xdg-screensaver
2024-04-17 08:58:19 +03:00
Vladimír Čunát d65dbfbcba python3Packages.scikit-learn: upstream patch for tests
Originally I wanted to update to 1.4.2, but that complained:
 > ERROR Missing dependencies:
 >        numpy==2.0.0rc1
2024-04-17 07:55:10 +02:00
K900 5a98ab8c0e xdg-utils: don't infrec in xdg-screensaver
Before:

```bash
lockfile_command=`command -v /nix/store/8l572fp5svwp2x1izz2avji8l0ysxkq4-procmail-3.24/bin/lockfile`

lockfile()
{
  if [ -n "lockfile" ] ; then
     lockfile -1 -l 10 -s 3 "$screensaver_file".lock
```

After:

```bash
lockfile_command=`command -v /nix/store/4ka6z06bvxbcz98m0wy5m1m04f8ppkgw-procmail-3.24/bin/lockfile`

lockfile()
{
  if [ -n "$lockfile_command" ] ; then
     $lockfile_command -1 -l 10 -s 3 "$screensaver_file".lock
```

Fixes #304308
2024-04-17 08:45:38 +03:00
Robert ScottandGitHub fc96b9bbfa Merge pull request #300677 from GaetanLepage/pillow
python311Packages.pillow: 10.2.0 -> 10.3.0
2024-04-17 00:25:21 +01:00
lassulusandGitHub 55205ec1a1 Merge pull request #302926 from helsinki-systems/fix/buildrustpackage-structuredattrs
cargoBuildHook: Fix features with __structuredAttrs
2024-04-16 23:10:26 +02:00
github-actions[bot]andGitHub d3b241dbfd Merge staging-next into staging 2024-04-16 18:01:24 +00:00
github-actions[bot]andGitHub feedc73bee Merge master into staging-next 2024-04-16 18:00:57 +00:00
SandroandGitHub 4a04be9a3c Merge pull request #298888 from ShaddyDC/openusd-bump
python3Packages.openusd: 23.11 -> 24.03
2024-04-16 19:52:00 +02:00
Thomas GerbetandGitHub 787303bccb Merge pull request #304269 from OPNA2608/update/palemoon-bin
palemoon-bin: 33.0.0 -> 33.0.2, add meta.updateScript
2024-04-16 19:23:20 +02:00
superherointjandGitHub 4231f20d15 Merge pull request #301330 from superherointj/vscode-bulk-update-2024-04-03
vscode-extensions: bulk update 2024-04-03
2024-04-16 14:02:55 -03:00
superherointjandGitHub 333f1f6354 Merge pull request #303202 from superherointj/vscode-extensions-signageos.signageos-vscode-sops
vscode-extensions.signageos.signageos-vscode-sops: init 0.9.1
2024-04-16 14:02:21 -03:00
Adam C. StephensandGitHub c2d460af86 Merge pull request #304545 from GaetanLepage/river
river: 0.2.6 -> 0.3.0
2024-04-16 12:55:41 -04:00
superherointjandGitHub abc1cca9c7 Merge pull request #211321 from mstone/darwin-fix-vscode-lldb
vscode-extensions.vadimcn.vscode-lldb: fix on Darwin
2024-04-16 13:52:38 -03:00
SandroandGitHub 2b6ee326ad Merge pull request #304292 from msanft/atuin/18.2.0
atuin: 18.1.0 -> 18.2.0
2024-04-16 18:23:04 +02:00
Weijia WangandGitHub 663d01e76b Merge pull request #304374 from GaetanLepage/zed
zed-editor: 0.130.6 -> 0.130.7
2024-04-16 18:21:27 +02:00
Weijia WangandGitHub 435f9ed5c7 Merge pull request #295595 from SFrijters/espflash-3.0.0
espflash: 2.1.0 -> 3.0.0
2024-04-16 18:16:35 +02:00
sternenseemann 06c817b2ac s6-rc: use --replace-fail for cross substitutions
We would probably prefer a warning if an additional header is added we
need to substitute, but that is practically impossible…
2024-04-16 18:05:08 +02:00
Adam Josephandsternenseemann 4b46c7e8eb s6-linux-init: fix cross compilation
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-04-16 18:05:08 +02:00
sternenseemannandGitHub 31dddc574f Merge pull request #302932 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2024-04-16 18:02:54 +02:00
R. RyanTMandGitHub 3ad65e9f48 oh-my-zsh: 2023-11-29 -> 2024-04-12 (#303737) 2024-04-16 11:27:15 -04:00
Lily FosterandGitHub 8d611bec0c Merge pull request #304541 from chvp/bump/teams-for-linux
teams-for-linux: 1.4.24 -> 1.4.27
2024-04-16 10:59:33 -04:00
Thiago Kenji OkadaandGitHub c624d49abd Merge pull request #304549 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.8.4-zen1 -> 6.8.6-zen1 ; linuxKernel.kernels.linux_lqx: 6.8.4-lqx1 -> 6.8.6-lqx2
2024-04-16 15:52:42 +01:00
Fabian AffolterandGitHub 532b6f44d1 Merge pull request #304510 from fabaff/ifconfig-parser-refactor
python312Packages.ifconfig-parser: refactor
2024-04-16 16:52:30 +02:00
Pol DellaieraandGitHub 8ba35247da Merge pull request #303365 from superherointj/vscode-extensions.refactor-directory
vscode-extensions: add documentation and move extensions with parameters to a directory
2024-04-16 16:46:19 +02:00
Robert HensingandGitHub 6af5f24692 Merge pull request #304277 from eclairevoyant/mddoc-fix
lib: add mdDoc back in to provide proper warning; set explicit timeline for removal
2024-04-16 16:42:54 +02:00
Lily FosterandGitHub c92928fb0b Merge pull request #268133 from NyCodeGHG/nixos/db-rest
nixos/db-rest: init
2024-04-16 10:26:41 -04:00
superherointj 354e22ca6b vscode-extensions.timonwong.shellcheck: move to a directory 2024-04-16 11:13:58 -03:00
superherointj 3e4358290c vscode-extensions.b4dm4n.vscode-nixpkgs-fmt: move to a directory 2024-04-16 11:13:58 -03:00
superherointj 024fe44e72 vscode-extensions.nvarner.typst-lsp: move to a directory 2024-04-16 11:13:58 -03:00
superherointj 4e210b2a3b vscode-extensions.mgt19937.typst-preview: move to a directory 2024-04-16 11:13:58 -03:00
superherointj 6badd9fe84 vscode-extensions.foxundermoon.shell-format: move to a directory 2024-04-16 11:13:57 -03:00
superherointj e62a408834 vscode-extensions.kamadorueda.alejandra: move to a directory 2024-04-16 11:13:57 -03:00
superherointj 3ac536f66b vscode-extensions.myriad-dreamin.tinymist: move to directory 2024-04-16 11:13:53 -03:00
superherointj f6d6f32fab vscode-extensions.asciidoctor.asciidoctor-vscode: move to a directory 2024-04-16 11:11:14 -03:00
superherointj 2745c03b3f vscode-extensions.eugleo.magic-racket: move to a directory 2024-04-16 11:11:14 -03:00
superherointj 31de7d1519 vscode-extensions.azdavis.millet: move to a directory 2024-04-16 11:11:14 -03:00
superherointj 937b420b66 vscode-extensions.jackmacwindows.craftos-pc: move to a directory 2024-04-16 11:11:14 -03:00
superherointj b6eec2f5ce vscode-extensions.betterthantomorrow.calva: move to a directory 2024-04-16 11:11:14 -03:00
superherointj 9545974783 vscode-extensions.ms-python.vscode-pylance: move to a directory
Reason: package uses extra packages: nodePackages
2024-04-16 11:11:14 -03:00
superherointj 9011e6c722 vscode-extensions: document criteria used to add new extensions 2024-04-16 11:11:14 -03:00
Pol DellaieraandGitHub e2ce670387 Merge pull request #304507 from LamprosPitsillos/bump-tinymist
tinymist: 0.11.3 -> 0.11.4
2024-04-16 16:08:16 +02:00