Commit Graph

637150 Commits

Author SHA1 Message Date
Quantenzitrone
2521bebbf2
nixosTests.systemd-initrd-luks-fido2: fix test on aarch64-linux
This is the error message on fail:

> qemu-system-aarch64: -device canokey,file=/tmp/canokey-file: Warning:
>   speed mismatch trying to attach usb device "CanoKey QEMU" (full
>   speed) to bus "usb0.0", port "3" (high speed)

My Understanding of the Issue is: The test failed because
qemu-system-aarch64 apparently has different USB controllers enabled by
default, resulting in a "speed mismatch" between the USB controller and
CanoKey that only occurred on aarch64.
I could reproduce the issue on x86_64 by enabling the EHCI controller
and then fix the issue by specifying which USB bus to use for the
CanoKey.
This didn't fully fix the issue on my first attempt, because the UCHI
controller enabled by -usb doesn't have the same bus name on aarch64
and x86_64.
While bus=usb-bus.0 worked on x86_64, on aarch64 i get this message:

> qemu-system-aarch64: -device canokey,bus=usb-bus.0,file=
>   /tmp/canokey-file: Bus 'usb-bus.0' not found

The final solution now manually enables the OHCI controller (which may
be similar to UHCI, but i really have no idea other than it works) and
assigns it the id aka bus name "usb-bus", so it works the same under
both architectures.
2024-09-01 10:40:14 +02:00
Matthieu C.
c7b821ba2e luaPackages.neotest: enable tests 2024-06-10 01:14:39 +02:00
Peder Bergebakken Sundt
554bf7fad1
Merge pull request #288616 from TomaSajt/libstudxml
libstudxml: init at 1.1.0-b.10+2
2024-06-10 01:06:03 +02:00
Peder Bergebakken Sundt
d5ffe75348
Merge pull request #318304 from pbsds/fix-trytond-1717860250
trytond: mark broken on darwin
2024-06-10 00:59:48 +02:00
Sean Behan
4b08ae13db linux_testing: 6.10-rc1 -> 6.10-rc2 2024-06-09 23:17:08 +01:00
Jade Lovelace
e02c37c735
Merge pull request #317636 from lf-/jade/xonsh-expose-unwrapped
xonsh: expose unwrapped
2024-06-09 15:13:04 -07:00
superherointj
0b11ab77b9
Merge pull request #314583 from Tochiaha/hellmaker
hellmaker: init 0-unstable-2023-03-18
2024-06-09 18:46:14 -03:00
Martin Weinelt
b603ee80fd
Merge pull request #317959 from afh/treewide-cleanup-meta-description
Treewide cleanup meta description
2024-06-09 23:39:57 +02:00
Pol Dellaiera
b83fe17530
Merge pull request #299093 from Moraxyc/add-vtimezone
vzic: init at 0-unstable-2024-06-04
2024-06-09 23:28:31 +02:00
Alexis Hildebrandt
fd6ca8d0f5 treewide: Improve wording of meta.description 2024-06-09 23:08:48 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Pol Dellaiera
55ce7a10b6
Merge pull request #318254 from katexochen/mailhog/mods
mailhog: migrate to buildGoModule
2024-06-09 22:55:41 +02:00
Pol Dellaiera
2b52ddcb56
Merge pull request #312735 from wrmilling/kubefetch-init
kubefetch: init at 0.7.2
2024-06-09 22:54:40 +02:00
Silvan Mosberger
d03f9e2b30
Merge pull request #317314 from raboof/contributing-patch-conventions
pkgs/README.md: patch conventions
2024-06-09 22:49:23 +02:00
Tochiaha
c5916c86e9 hellmaker: init at 0-unstable-2023-03-18 2024-06-09 21:40:11 +01:00
Markus Kowalewski
b98e90213d
Merge pull request #317035 from ck3d/fix-node-red-path
nixos/node-red: fix passthru of PATH
2024-06-09 20:13:58 +00:00
Stig
61959f4d82
Merge pull request #318115 from r-ryantm/auto-update/python311Packages.authlib
python311Packages.authlib: 1.3.0 -> 1.3.1
2024-06-09 22:02:20 +02:00
Martin Weinelt
74fa5706cb
Merge pull request #318596 from K900/yassi-0.4.0
home-assistant-custom-components.yassi: 0.4.0b4 -> 0.4.0
2024-06-09 21:00:26 +02:00
Pol Dellaiera
f06786c15e
Merge pull request #315366 from Moraxyc/add-nhost-cli
nhost-cli: init at 1.18.1
2024-06-09 20:51:07 +02:00
Pol Dellaiera
af98a477cd
Merge pull request #318530 from patka-123/update-php-cs-fixer
php81Packages.php-cs-fixer: 3.51.0 -> 3.58.1
2024-06-09 20:49:55 +02:00
Pol Dellaiera
902a487da5
Merge pull request #318536 from drupol/php81/fix-builds-with-libxml2
php81: restore patch for libxml2 on darwin
2024-06-09 20:49:38 +02:00
tomberek
593754412b
Merge pull request #317146 from r-ryantm/auto-update/parallel
parallel: 20240422 -> 20240522
2024-06-09 14:46:42 -04:00
Raghav Sood
6dbef27d31
Merge pull request #318559 from alyssais/polkadot-platforms
polkadot: tighten platforms
2024-06-10 02:39:55 +08:00
Pol Dellaiera
328ea4b32c
Merge pull request #318584 from drupol/typst-preview/bump/0-11-7
typst-preview: 0.11.6 -> 0.11.7
2024-06-09 20:32:55 +02:00
nixpkgs-merge-bot[bot]
e27c2cf0b4
Merge pull request #318446 from r-ryantm/auto-update/debianutils
debianutils: 5.17 -> 5.18
2024-06-09 18:10:56 +00:00
Fabian Affolter
fc38f0dce9
Merge pull request #318570 from r-ryantm/auto-update/quark-engine
quark-engine: 24.5.1 -> 24.6.1
2024-06-09 20:03:34 +02:00
Fabian Affolter
69da1ff109
Merge pull request #318578 from r-ryantm/auto-update/python311Packages.plugwise
python311Packages.plugwise: 0.38.0 -> 0.38.2
2024-06-09 20:03:14 +02:00
Fabian Affolter
9298e0a18b
Merge pull request #318314 from r-ryantm/auto-update/pur
pur: 7.3.1 -> 7.3.2
2024-06-09 20:02:04 +02:00
Fabian Affolter
56ac08d20c
Merge pull request #318529 from r-ryantm/auto-update/python311Packages.griffe
python311Packages.griffe: 0.45.2 -> 0.45.3
2024-06-09 20:01:29 +02:00
Fabian Affolter
407d11d76b
Merge pull request #317170 from natsukium/forbiddenfruit
python311Packages.forbiddenfruit: refactor and remove nose
2024-06-09 20:00:53 +02:00
Fabian Affolter
b5e9e7c81e
Merge pull request #318265 from r-ryantm/auto-update/python311Packages.repl-python-wakatime
python311Packages.repl-python-wakatime: 0.0.6 -> 0.0.11
2024-06-09 20:00:28 +02:00
Weijia Wang
00b63506bb
Merge pull request #318405 from r-ryantm/auto-update/freedv
freedv: 1.9.9.1 -> 1.9.9.2
2024-06-09 19:58:53 +02:00
K900
0887cfc6b5 home-assistant-custom-components.yassi: 0.4.0b4 -> 0.4.0
Diff: https://github.com/samuelspagl/ha_samsung_soundbar/compare/0.4.0b4...0.4.0

Changelog: https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/0.4.0
2024-06-09 20:58:21 +03:00
Moraxyc
a5caaecfae
nhost-cli: init at 1.18.1
Closes NixOS/nixpkgs#245798
2024-06-10 01:46:41 +08:00
Moraxyc
b937d37742
vzic: init at 0-unstable-2024-06-04 2024-06-10 01:45:35 +08:00
Pascal Wittmann
7b9135d3ae
Merge pull request #318378 from fin444/klaus
klaus: 2.0.3 -> 3.0.0
2024-06-09 19:27:53 +02:00
Pol Dellaiera
070962936b
typst-preview: 0.11.6 -> 0.11.7 2024-06-09 19:21:29 +02:00
Pol Dellaiera
e04560f230
Merge pull request #318561 from patka-123/update-php-parallel-lint
php81Packages.php-parallel-lint: 1.3.2.999 -> 1.4.0
2024-06-09 19:13:40 +02:00
Gaétan Lepage
be1f4ed7ab
Merge pull request #318485 from GaetanLepage/gradio
python311Packages.gradio: disable flaky tests on darwin
2024-06-09 19:00:33 +02:00
Gaétan Lepage
c4801246f7
Merge pull request #318508 from GaetanLepage/tensordict
python311Packages.tensordict: disable flaky test on aarch64-linux
2024-06-09 19:00:14 +02:00
Gaetan Lepage
c49c31fc90 python311Packages.tensordict: disable flaky test on aarch64-linux 2024-06-09 19:00:02 +02:00
R. Ryantm
e1c6c042fd python311Packages.plugwise: 0.38.0 -> 0.38.2 2024-06-09 16:52:09 +00:00
Pol Dellaiera
3f27461045
Merge pull request #318554 from r-ryantm/auto-update/vscode-extensions.mgt19937.typst-preview
vscode-extensions.mgt19937.typst-preview: 0.11.6 -> 0.11.7
2024-06-09 18:42:12 +02:00
nixpkgs-merge-bot[bot]
06ee8f9215
Merge pull request #318426 from r-ryantm/auto-update/lefthook
lefthook: 1.6.14 -> 1.6.15
2024-06-09 16:31:33 +00:00
R. Ryantm
ebed000ff0 quark-engine: 24.5.1 -> 24.6.1 2024-06-09 16:30:04 +00:00
Pavol Rusnak
d713628683
Merge pull request #318518 from r-ryantm/auto-update/fulcrum 2024-06-09 18:13:03 +02:00
superherointj
625834b0ea
Merge pull request #317540 from MikaelFangel/update-vscode-neovim
vscode-extensions.asvetliakov.vscode-neovim: 1.14.1 -> 1.15.2
2024-06-09 13:12:02 -03:00
Paul Meyer
d75f7c2e80
Merge pull request #318272 from luftmensch-luftmensch/go-symbols_update
go-symbols: migrate to buildGoModule
2024-06-09 18:01:04 +02:00