Commit Graph

93456 Commits

Author SHA1 Message Date
Artturi
38b1656c2d
Merge pull request #268227 from philiptaron/fix-squeak-build 2023-11-19 18:53:28 +02:00
Peder Bergebakken Sundt
d08965eda2
Merge pull request #262126 from fin444/onlyoffice-bin/7.5
onlyoffice-bin_latest: 7.4.1 -> 7.5.1, improve inclusion of noto fonts
2023-11-19 17:20:18 +01:00
Robert Scott
0fd0ff80ce
Merge pull request #267521 from helsinki-systems/upd/mariadb
mariadb: updates
2023-11-19 12:31:48 +00:00
Anderson Torres
cda15ef3d6 nwg-drawer: migrate to by-name 2023-11-18 23:46:18 -03:00
Artturi
37ecc26bd4
Merge pull request #268396 from kirillrdy/norouter 2023-11-19 02:59:14 +02:00
Martin Weinelt
3fe4f79906
Merge pull request #268178 from a-n-n-a-l-e-e/scs-blas-lapack-fix
python311Packages.scs: fix build; 3.2.3 -> 3.2.4
2023-11-19 01:40:40 +01:00
Artturi
9b9b2da9b9
libfprint-2-tod1-elan: init at 0.0.8 (#264410) 2023-11-19 02:25:53 +02:00
annalee
f6cab26a11
python311Packages.scs: add BLAS & LAPACK env vars; fix build
after numpy updated to 1.26.1 distutils no longer provides the lib
locations so use env vars for non-darwin. On darwin Accelerate library
is prioritized over BLAS so add Accelerate to buildInputs.
2023-11-19 00:11:04 +00:00
Stig
70d0292ee7
Merge pull request #266921 from tu-maurice/fix/perl-cssdom
perl538Packages.CSSDOM: fix build
2023-11-19 00:42:15 +01:00
Kirill Radzikhovskyy
9a5c5f6b9d norouter: unbreak, pin go 2023-11-19 10:03:48 +11:00
Martin Weinelt
e7e5233f7f
Merge pull request #268177 from mweinelt/openai-whisper-20231117
openai-whisper: 20230918 -> 20231117
2023-11-18 23:54:42 +01:00
qdlmcfresh
f8e7a64bfb libfprint-2-tod1-elan: init at 0.0.8 2023-11-19 00:53:48 +02:00
Nick Cao
8314afe172
Merge pull request #258858 from samueltardieu/imgtool
python3Packages.imgtool: init at 1.10.0
2023-11-18 17:37:11 -05:00
Stig
9060269824
Merge pull request #268183 from tu-maurice/fix/perl-appclusterssh
perl538Packages.AppClusterSSH: skip failing test
2023-11-18 23:15:13 +01:00
tu-maurice
462ae9fadc perl538Packages.CSSDOM: fix test
t/css-dom.t was deactivated because it failed due to deprecated syntax. This
commit uses an upstream patch to fix the syntax and activate the test again.
2023-11-18 23:08:46 +01:00
Ryan Lahfa
66a09f19cd
Merge pull request #267640 from Madouura/pr/bcachefs 2023-11-18 21:39:57 +01:00
Stig
ec8f4de5de
Merge pull request #263349 from stigtsp/perl/env-util-init
perlPackages.ENVUtil: init at 0.03
2023-11-18 20:45:48 +01:00
Stig
a6ca8a05cf
Merge pull request #263350 from stigtsp/perl/net-nvd-init
perlPackages.NetNVD: init at 0.0.3
2023-11-18 20:41:55 +01:00
Artturi
713b8c1531
Merge pull request #200773 from phrogg/mfc465cn 2023-11-18 20:47:03 +02:00
Phil R
b79483b619 mfc465cn{lpr,cupswrapper}: init at 1.0.1-1 2023-11-18 20:45:28 +02:00
Peder Bergebakken Sundt
a9f2e71575
Merge pull request #208665 from ifurther/gluevis
Python3Packages.glueviz: init at 1.14.1
2023-11-18 19:08:44 +01:00
Weijia Wang
a45221f86a
Merge pull request #267280 from boltzmannrain/mitmproxy_macos
mitmproxy: fix macos build
2023-11-18 17:06:33 +01:00
Dmitry Ivankov
0dd2238ac7 mitmproxy: fix macos build
https://hydra.nixos.org/build/240114924/nixlog/1
```
error: linking with `/nix/store/sa6hywsm1mqfyd1xakyzv4ljjsb3hawh-clang-wrapper-11.1.0/bin/cc` failed: exit status: 1
  |
...
  = note: ld: library not found for -liconv
          clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
```

after adding libiconv it starts to fail with
```
  File "/nix/store/ncs3h7zqjl3cl2cwflka40rrirb6qg1m-python3.11-mitmproxy-rs-0.3.11/lib/python3.11/site-packages/mitmproxy_rs/__init__.py", line 1, in <module>
    from .mitmproxy_rs import *
ModuleNotFoundError: No module named 'mitmproxy_macos'
```
so it needs extra module
https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos

So the fixes are
- add `libiconv` dependency to mitmproxy-rs
- add `mitmproxy-macos` python package and add it to dependencies of
  `mitmproxy-rs` and `mitmproxy` itself (otherwise import fails,
  looks like the import is sneaky because it is platform-conditional)
2023-11-18 17:04:59 +01:00
Madoura
890cf0a79c
nixos/bcachefs: soft-deprecate 'linuxPackages_testing_bcachefs'
'bcachefs' is included in the linux kernel since 6.7-rc1
2023-11-18 09:58:51 -06:00
Artturi
2d24100bcf
Merge pull request #246429 from marcovergueira/dcp375cw-lpr-cupswrapper 2023-11-18 17:52:35 +02:00
Nick Cao
cc23a31648
Merge pull request #268267 from wineee/qtcreator
qtcreator: use default llvmPackages
2023-11-18 09:26:33 -05:00
rewine
fab5644224 cagebreak: 1.9.1 -> 2.2.1
- https://github.com/project-repo/cagebreak/releases/tag/2.0.0
- https://github.com/project-repo/cagebreak/releases/tag/2.2.1
2023-11-19 00:47:05 +11:00
Martin Weinelt
0aeec365ca
openai-whisper: 20230918 -> 20231117
https://github.com/openai/whisper/blob/v20231117/CHANGELOG.md

Always propagate openai-triton, since whether or not it is free is
decided by `nixpkgs.config.cudaSupport`.

This allows us to drop the local `cudaSupport` flags in favor of the
nixpkgs-wide one.
2023-11-18 12:33:31 +01:00
Damien Cassou
4e5d5eecc1
Merge pull request #267881 from Siroj42/update-offpunk 2023-11-18 11:18:29 +01:00
rewine
07f0b3b578 qtcreator: use default llvmPackages 2023-11-18 17:42:22 +08:00
Anderson Torres
9ed777673c free42: migrate to by-name 2023-11-18 05:02:05 -03:00
Fabian Affolter
a8c67602e2
Merge pull request #268153 from fabaff/linknlink
python311Packages.linknlink: init at 0.1.1
2023-11-18 08:57:56 +01:00
Damien Cassou
d3079756e1
offpunk: move to by-name 2023-11-18 07:48:13 +01:00
Weijia Wang
cb2c96db15
Merge pull request #267053 from ilya-fedin/kotato-fix-darwin
kotatogram-desktop: fix build on Darwin after #234359
2023-11-18 06:01:28 +01:00
Philip Taron
911e746520
squeak: fix build with LLVM 16
Part of ZHF for 23.11: https://hydra.nixos.org/build/241300457

I bisected this failure to this first bad commit: [9ed7bfe46b] llvmPackages: 11 -> 16 on Linux,
then looked around for other repairs made to assuage LLVM's errors. This appears to be the pattern.
2023-11-17 20:35:20 -08:00
Lily Foster
5511dd3c32
Merge pull request #267999 from marsam/update-llpp
llpp: 41 -> 42
2023-11-17 21:07:57 -05:00
Ryan Lahfa
d3530f494c
Merge pull request #264358 from RaitoBezarius/drop-nodejs 2023-11-17 23:26:13 +01:00
tu-maurice
8a94c31fea perl538Packages.AppClusterSSH: skip failing test 2023-11-17 22:28:10 +01:00
Robert Scott
c2bd3be1b5
Merge pull request #267659 from a-n-n-a-l-e-e/deliantra-server
deliantra-server: use perl536; fix build
2023-11-17 21:18:25 +00:00
Julien Malka
cac11727b3
Merge pull request #227588 from camillemndn/jitsi-meet
nixos/jitsi-meet: updated prosody, support secure domain setup and Excalidraw whiteboards
2023-11-17 22:08:05 +01:00
Adam C. Stephens
4b8d7d814e
Merge pull request #265556 from adamcstephens/slimserver/fix
slimserver: fix broken package
2023-11-17 15:47:26 -05:00
Raito Bezarius
72911a99d3 code-server: drop
Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
2023-11-17 20:26:55 +01:00
Raito Bezarius
022ee4d701 kibana7: drop
Depends on EOL software and no maintenance has been attempted to change this after a ping
(https://github.com/NixOS/nixpkgs/issues/259178)
Feel free to adopt and re-introduce if you care about this software.

This will probably seriously hamper ELK usability in nixpkgs, but as it
receives no maintenance…
2023-11-17 20:26:55 +01:00
Raito Bezarius
b013b3ee50 nodejs_16: drop
Security support EOLed 1 month ago.
2023-11-17 20:26:55 +01:00
Ryan Lahfa
7870f05ada
Merge pull request #264364 from RaitoBezarius/drop-llvm 2023-11-17 20:26:08 +01:00
Fabian Affolter
88e121dae8 python311Packages.linknlink: init at 0.1.1
Module and CLI for controlling Linklink devices locally

https://github.com/xuanxuan000/python-linknlink
2023-11-17 20:09:59 +01:00
Ryan Lahfa
5dcbaf3cc3
Merge pull request #264361 from RaitoBezarius/drop-ruby3 2023-11-17 18:43:35 +01:00
Aldo Borrero
c7eeda7413 python311Packages.llm: init at version 0.12 2023-11-17 18:41:49 +01:00
Ilya Fedin
e31cf313a9 kotatogram-desktop: downgrade to llvmPackages_12 compiler on Darwin 2023-11-17 21:27:11 +04:00
Raito Bezarius
9866a5be7e llvmPackages_5: drop
While using very old compilers is a fair usecase, it induces a maintenance churn as
we collect more and more LLVM versions for the LLVM maintainers.

Especially when we need to backport uniform changes to the whole tree,
furthermore, it consumes and waste CI resources.
2023-11-17 16:12:32 +01:00