Commit Graph

539996 Commits

Author SHA1 Message Date
TomaSajt
9a4eb3234a
perlPackages.AlienFFI: init at 0.27 2023-10-23 14:04:14 +02:00
TomaSajt
01adead0b4
perlPackages.ParallelLoops: init at 0.10 2023-10-23 14:04:14 +02:00
TomaSajt
b5e3679394
perlPackages.NetDNSNative: init at 0.22 2023-10-23 14:04:14 +02:00
TomaSajt
b6bc7bc0a7
perlPackages.MinionBackendRedis: init at 0.003 2023-10-23 14:04:13 +02:00
TomaSajt
7264445b89
perlPackages.MojoliciousPluginTemplateToolkit: init at 0.006 2023-10-23 14:04:13 +02:00
TomaSajt
0c7e204138
perlPackages.MojoliciousPluginRenderFile: init at 0.12 2023-10-23 14:04:13 +02:00
TomaSajt
758dd38b7c
perlPackages.FileShareDirDist: init at 0.07 2023-10-23 14:04:12 +02:00
TomaSajt
a2471235a8
perlPackages.LogfileRotate: init at 1.04 2023-10-23 14:04:12 +02:00
Mario Rodas
6c5458cf32
Merge pull request #260445 from adamcstephens/river-bnf/init
river-bnf: init at unstable-2023-10-10
2023-10-23 06:38:26 -05:00
Mario Rodas
d6e4ce20b6
Merge pull request #262074 from adamcstephens/nqptp/1.2.4
nqptp: 1.2.3 -> 1.2.4
2023-10-23 06:34:52 -05:00
Mario Rodas
8e647b709f
Merge pull request #262280 from anthonyroussel/rpi-imager_1_8_1
rpi-imager: 1.7.5 -> 1.8.1
2023-10-23 06:33:37 -05:00
Martin Weinelt
37242fb4e8
Merge pull request #262845 from mweinelt/rotary-embedding-torch-0.3.3
python311Packages.rotary-embedding-torch: 0.3.2 -> 0.3.3
2023-10-23 13:27:00 +02:00
Martin Weinelt
cd0cae34f6
Merge pull request #262875 from avdv/mediathekview-mainprogram
mediathekview: Set `mainProgram` to "mediathek"
2023-10-23 12:46:38 +02:00
Martin Weinelt
30ba670b6d
Merge pull request #262884 from r-ryantm/auto-update/python311Packages.pyfibaro
python311Packages.pyfibaro: 0.7.5 -> 0.7.6
2023-10-23 12:43:12 +02:00
Martin Weinelt
50f05870a1
Merge pull request #262889 from r-ryantm/auto-update/python311Packages.qbittorrent-api
python311Packages.qbittorrent-api: 2023.9.53 -> 2023.10.54
2023-10-23 12:42:40 +02:00
Martin Weinelt
3681bf73f5
Merge pull request #262888 from r-ryantm/auto-update/python311Packages.pywemo
python311Packages.pywemo: 1.3.0 -> 1.3.1
2023-10-23 12:41:33 +02:00
7c6f434c
418666f574
Merge pull request #262825 from reckenrode/gtk2-fix
gtk2: fix build with clang 16
2023-10-23 10:35:09 +00:00
Lassulus
fe0f52e9c3
Merge pull request #262468 from r-ryantm/auto-update/ttyplot
ttyplot: 1.4 -> 1.5
2023-10-23 11:10:00 +01:00
Ryan Lahfa
98afbaa34b
Merge pull request #250662 from Majiir/zfs-armv7
zfs: add armv7 to supported platforms
2023-10-23 11:05:40 +01:00
Ryan Lahfa
d1ee91c22d
Merge pull request #262796 from SuperSandro2000/patch-1
nixos/nginx: document implicit default port 80
2023-10-23 11:04:54 +01:00
K900
76827e3fa5
Merge pull request #262879 from K900/tempo-fix
tempo: backport fix for crashes after Go 1.21 update
2023-10-23 12:36:57 +03:00
Martin Weinelt
6ddb74a81a
Merge pull request #262542 from yu-re-ka/matrix-synapse-opentracing
matrix-synapse: remove opentracing optional dependencies
2023-10-23 11:22:25 +02:00
Ryan Lahfa
b9337215cd
Merge pull request #229035 from NixOS/qemu-vm/tpm
qemu-vm: support TPM usecases
2023-10-23 10:10:27 +01:00
Weijia Wang
c8ae9117bf lzlib: fix cross 2023-10-23 10:08:23 +01:00
R. Ryantm
90b4574eaf python311Packages.qbittorrent-api: 2023.9.53 -> 2023.10.54 2023-10-23 09:04:37 +00:00
R. Ryantm
4c59760778 python311Packages.pywemo: 1.3.0 -> 1.3.1 2023-10-23 09:03:26 +00:00
R. Ryantm
69919a28af verilator: 5.012 -> 5.016 2023-10-23 03:57:51 -05:00
Peter Kolloch
7b9fa5f6c3 crate2nix: 0.10.0 -> 0.11.0
...and add shell completions for bash/zsh
2023-10-23 08:55:46 +00:00
Adam Joseph
4fc0e33698 buildRustPackage: add isMips64n32 to badPlatforms
Rust is not yet able to target the n32 ABI on mips64.

Let's add `isMips64n32` to the `meta.badPlatforms` of all
derivations created by buildRustPackage.

I use this to automatically detect which packages on my system can
be built for n32 (almost all of them) and build those using n32, and
the few packages (mainly those that depend on boost or rust) that
can't for n64.
2023-10-23 08:38:25 +00:00
Adam Joseph
3bd3809d0e buildRustCrate: add isMips64n32 to badPlatforms
Rust is not yet able to target the n32 ABI on mips64.

Let's add `isMips64n32` to the `meta.badPlatforms` of all
derivations created by buildRustCrate.

I use this to automatically detect which packages on my system can
be built for n32 (almost all of them) and build those using n32, and
the few packages (mainly those that depend on boost or rust) that
can't for n64.
2023-10-23 08:38:25 +00:00
R. Ryantm
9c61d0ff06 python311Packages.pyfibaro: 0.7.5 -> 0.7.6 2023-10-23 08:36:58 +00:00
K900
931de27682 tempo: backport fix for crashes after Go 1.21 update 2023-10-23 11:20:20 +03:00
Fabian Affolter
5542db35fa
Merge pull request #262725 from r-ryantm/auto-update/python311Packages.aiowithings
python311Packages.aiowithings: 0.4.4 -> 1.0.0
2023-10-23 10:14:47 +02:00
Vincent Laporte
1994a8651b ocamlPackages.carton: 0.6.0 → 0.7.0 2023-10-23 09:43:40 +02:00
K900
a52abd4ccb
Merge pull request #262623 from K900/continued-firefox-cleanups
firefox: start killing all the per-extension options
2023-10-23 10:25:37 +03:00
Artturi
6d502084b5
Merge pull request #262688 from YellowOnion/mpd-fix 2023-10-23 09:50:32 +03:00
Pavol Rusnak
67cce74720
Merge pull request #262819 from andrevmatos/fix/trezord 2023-10-23 08:47:47 +02:00
Vladimír Čunát
cc8894bd6b
Merge #262850: Revert "nixos/systemd-boot: Avoid remote mypy executions" 2023-10-23 08:31:19 +02:00
Robert Schütz
597baf8b7e
Merge pull request #262797 from dotlambda/bitwarden-2023.9.3
bitwarden: 2023.9.0 -> 2023.9.3
2023-10-22 22:46:03 -07:00
Sarah Brofeldt
8c5e736542
Merge pull request #262443 from r-ryantm/auto-update/topicctl
topicctl: 1.10.2 -> 1.11.0
2023-10-23 07:03:36 +02:00
Anderson Torres
070b5326de pdf2xml: drop
It is unmaintained since 2018.
2023-10-23 00:07:53 -03:00
Anderson Torres
49daabdb77 nongnu-packages: updated 2023-10-22 (from overlay) 2023-10-22 23:29:04 -03:00
Anderson Torres
80c596fcf3 melpa-packages: updated 2023-10-22 (from overlay) 2023-10-22 23:29:04 -03:00
Anderson Torres
1f5b0837e3 elpa-devel-packages: updated 2023-10-22 (from overlay) 2023-10-22 23:29:04 -03:00
Anderson Torres
1c52d10361 elpa-packages: updated 2023-10-22 (from overlay) 2023-10-22 23:29:04 -03:00
OTABI Tomoya
12473a1f47
Merge pull request #262449 from r-ryantm/auto-update/touchosc
touchosc: 1.2.1.171 -> 1.2.4.180
2023-10-23 11:05:00 +09:00
OTABI Tomoya
1814f163a0
Merge pull request #262569 from r-ryantm/auto-update/twitch-cli
twitch-cli: 1.1.20 -> 1.1.21
2023-10-23 11:03:58 +09:00
OTABI Tomoya
6c09e05bef
Merge pull request #262613 from r-ryantm/auto-update/unit
unit: 1.31.0 -> 1.31.1
2023-10-23 11:03:26 +09:00
OTABI Tomoya
e4df1082a3
Merge pull request #262412 from r-ryantm/auto-update/tesseract5
tesseract5: 5.3.2 -> 5.3.3
2023-10-23 11:02:01 +09:00
Martin Weinelt
6a251401ea
Merge pull request #262787 from NixOS/home-assistant
home-assistant: 2023.10.4 -> 2023.10.5
2023-10-23 03:45:30 +02:00