Commit Graph

575385 Commits

Author SHA1 Message Date
Kiara Grouwstra
a081cfb27e nyxt-gtk: add -f flag to rm operation 2024-01-23 14:14:38 +01:00
Sandro Jäckel
874317d4e4
topgrade: 13.0.0 -> 14.0.0
Diff: https://github.com/topgrade-rs/topgrade/compare/v13.0.0...v14.0.0

Changelog: https://github.com/topgrade-rs/topgrade/releases/tag/v14.0.0
2024-01-23 13:48:07 +01:00
Luke Granger-Brown
a95d98f05a
Merge pull request #282538 from r-ryantm/auto-update/pomerium
pomerium: 0.24.0 -> 0.25.0
2024-01-23 12:47:36 +00:00
ajs124
f0f6cf2a3b nss_latest: 3.96.1 -> 3.97
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/cZaH4rFPMxg
2024-01-23 13:13:40 +01:00
7c6f434c
05f11d5cf8
Merge pull request #278342 from D3vil0p3r/patch-5
libewf-legacy: init at 20140814
2024-01-23 12:00:32 +00:00
Daniel Nagy
bc167fded1
chickenPackages.chickenEggs: update 2024-01-23 13:00:00 +01:00
Pascal Bach
d1ca333bde
Merge pull request #283070 from r-ryantm/auto-update/minio
minio: 2023-12-23T07-19-11Z -> 2024-01-18T22-51-28Z
2024-01-23 12:58:46 +01:00
José Romildo
7c288aa351 nordic: unstable-2023-10-17 -> 2.2.0-unstable-2024-01-20 2024-01-23 08:58:27 -03:00
Weijia Wang
b09829cb75 alpine-make-vm-image: add wegank as maintainer 2024-01-23 12:58:04 +01:00
Fabian Affolter
595185b2d3 python311Packages.dvclive: 3.5.1 -> 3.41.1
Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.5.1...3.41.1

Changelog: https://github.com/iterative/dvclive/releases/tag/3.41.1
2024-01-23 12:54:41 +01:00
Fabian Affolter
aa724f8116 python311Packages.jsonargparse: init at 4.27.2
Module to mplement minimal boilerplate CLIs derived from various sources

https://github.com/omni-us/jsonargparse
2024-01-23 12:54:41 +01:00
Fabian Affolter
3835e47059 python311Packages.reconplogger: init at 4.13.0
Module to ease the standardization of logging within omni:us

https://github.com/omni-us/reconplogger
2024-01-23 12:54:41 +01:00
Yureka
3022ccf188
bankstown-lv2: init at 1.1.0 (#281307) 2024-01-23 12:48:21 +01:00
R. Ryantm
141c07705b earthly: 0.7.23 -> 0.8.0 2024-01-23 11:42:10 +00:00
R. Ryantm
035b004560 trufflehog: 3.63.10 -> 3.63.11 2024-01-23 11:42:02 +00:00
Yureka
192e7f9887 python3.pkgs.openusd: build with openexr 3 2024-01-23 12:35:06 +01:00
Yureka
720fc988c6 osl: build with openexr 3 2024-01-23 12:35:06 +01:00
Yureka
46f1dbf40d blender: build with openexr 3 2024-01-23 12:35:06 +01:00
Yureka
f164a12772 alembic: build with openexr 3 2024-01-23 12:35:06 +01:00
Yureka
b597c38884 openimageio: build with openexr 3
ilmbase is replaced by Imath (propagated from openexr_3)

See the following upstream change from 2020 on OpenEXR 3.x support: 6313484e35 (diff-40f1f520160b8fecd67891ee24b54add91856f733ece4bae0c3896adb00452af)
2024-01-23 12:35:06 +01:00
Yureka
d1145ea84f openvdb: remove openexr and ilmbase dependencies
Neither openexr nor ilmbase dependencies were actually being picked up
(checked with nix why-depends).
Instead, openvdb defaults to building its own vendored Half library since 8.1.0:
5c9f0f9685

Also, starting from 11.0.0, OpenEXR 2 will no longer be supported.
Someone else can look into fixing this properly to use system libraries.
2024-01-23 12:35:06 +01:00
Yureka
ce95061d7d prusa-slicer: openvdb overrideAttrs -> override 2024-01-23 12:35:06 +01:00
Naïm Favier
287694981a
Merge pull request #283180 from trofi/weechat-unwrapped-update
weechat-unwrapped: 4.2.0 -> 4.2.1
2024-01-23 12:14:36 +01:00
Gustavo Coutinho de Souza
aa385c97e5
bonsai: refactor derivation
1. Remove `rec` keyword in favor of passing a function to
   `stdenv.mkDerivation`;
2. Reorder attributes;
3. Put build only dependencies --- Hare's third party libraries --- into
   `nativeBuildInputs`;
4. Remove `preConfigure` hook in favor of setting the `HARECACHE` make
   variable;
5. Use `stdenv.hostPlatform.uname.processor` for setting the
   architecture needed for cross-compilation;
6. Substitute in place the `HAREFLAGS` make variable instead of the `-a`
   flag directly, which is now set on the make variable (this should be
   submitted upstream, since the make variable, as of now, does
   absolutely nothing);
8. Pass the `-q` flag to `HAREFLAGS` to avoid polluting the logs when
   hare is either being called with `test` or `build`;
9. Remove deprecated `agpl3` license in favor of `agpl3Plus`;
10. Add `bonsaictl` as `meta.mainProgram`; and
11. Enable parallel building.
2024-01-23 08:00:00 -03:00
xrelkd
83ea558423
clipcat: 0.16.2 -> 0.16.3
Diff: https://github.com/xrelkd/clipcat/compare/v0.16.2...v0.16.3
2024-01-23 18:39:15 +08:00
embr
b43bb235ef syncterm: Cherry-pick upstream fixes for pthread_yield errors
This non-standard function has been deprecated since glibc 2.34 (August 2021),
and calls to it were breaking the build. This has since been fixed in the
upstream Synchronet tree, from which SyncTERM releases are cut, but this was
last done in 2020.

Big thanks to @aexoxea, who not only dug into this, but adapted the upstream
patches to the SyncTERM tree and posted almost this exact diff in #174749 -
where it completely slipped my mind until now, sorry!

Fixes #174749
2024-01-23 11:38:30 +01:00
xrelkd
b4ccacc6cc
clipcat: migrate to by-name 2024-01-23 18:38:28 +08:00
Naïm Favier
dc23dd7af1
Merge pull request #283171 from atemp/ddnet_18
ddnet: 17.4.2 -> 18.0.1
2024-01-23 11:31:41 +01:00
Thiago Kenji Okada
6284c22db2
Merge pull request #281059 from onemoresuza/haredo
haredo: wrap program with a shell
2024-01-23 10:28:49 +00:00
Sergei Trofimovich
63d379b04b weechat-unwrapped: 4.2.0 -> 4.2.1
Changes: https://weechat.org/files/releasenotes/ReleaseNotes-devel.html#v4.2.1
2024-01-23 10:23:34 +00:00
Sandro
b18fb3ac36
Merge pull request #282792 from r-ryantm/auto-update/mitmproxy 2024-01-23 11:19:51 +01:00
Thiago Kenji Okada
832b9385c6
Merge pull request #283078 from r-ryantm/auto-update/graalvm-ce
graalvm-ce: 21.0.1 -> 21.0.2
2024-01-23 10:17:55 +00:00
Weijia Wang
628bbaf6c5
Merge pull request #272621 from r-ryantm/auto-update/python310Packages.yappi
python310Packages.yappi: 1.4.0 -> 1.6.0
2024-01-23 11:17:29 +01:00
Sandro
04c4acda5c
Merge pull request #282845 from r-ryantm/auto-update/python311Packages.python-openstackclient 2024-01-23 11:07:45 +01:00
Jean-François Roche
4844b997d4 nix: fix installCheckPhase crashes on Darwin
While building nix on Darwin, I encountered an error in the `installCheckPhase`:

```
nix>     building '/private/tmp/nix-build-nix-2.17.1.drv-1/nix-test/tests/fetchurl/store/mkc9z3arar02wi5jii655cjhdinx4npy-fetchurl.sh.drv'...
nix>     waiting for children
nix>     building of '/private/tmp/nix-build-nix-2.17.1.drv-1/nix-test/tests/fetchurl/store/mkc9z3arar02wi5jii655cjhdinx4npy-fetchurl.sh.drv^out' from .drv file: read 377 bytes
nix>     objc[70707]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
nix>     objc[70707]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
nix>     waiting for children
```

I noticed that #278802 should have addressed this problem, but it didn't.
The solution for me was to replace `yes` with `YES`.

As it turns out, most of the references to `OBJC_DISABLE_INITIALIZE_FORK_SAFETY` use `YES` instead of `yes`.

https://airflow.apache.org/blog/airflow-1.10.10/#running-airflow-on-macos
http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html

The objective C code that parses the environment variable is defined in
the function `environ_init` in [here](cd5e62a559/runtime/objc-runtime.mm (L265)) and it does
`*opt->var = (0 == strcmp(value, "YES"));`.

```
% nix-info -m
 - system: `"aarch64-darwin"`
 - host os: `Darwin 21.3.0, macOS 12.2.1`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.19.2`
 - channels(hetzner): `"darwin, nixpkgs-22.05-darwin"`
 - channels(root): `"darwin, nixpkgs-23.05-darwin"`
 - nixpkgs: `/Users/hetzner/git/nixpkgs`
```
2024-01-23 11:05:12 +01:00
Sergei Trofimovich
ec0143a458 btrfs-progs: 6.6.3 -> 6.7
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.7
2024-01-23 10:02:03 +00:00
R. Ryantm
0dce022fbf cargo-license: 0.5.1 -> 0.6.0 2024-01-23 10:50:22 +01:00
R. Ryantm
8aa8e1766e cargo-deb: 2.0.0 -> 2.0.4 2024-01-23 10:49:58 +01:00
Weijia Wang
53c4c09430
Merge pull request #281089 from r-ryantm/auto-update/python311Packages.pyqtwebengine
python311Packages.pyqtwebengine: 5.15.4 -> 5.15.6
2024-01-23 10:49:20 +01:00
Sandro
c682b1c7f3
Merge pull request #278355 from elesiuta/picosnitch-update 2024-01-23 10:48:12 +01:00
Heinz Deinhart
eb4d2a35c2 ddnet: 17.4.2 -> 18.0.1
https://github.com/ddnet/ddnet/compare/17.4.2...18.0.1
https://ddnet.org/downloads/#18.0
2024-01-23 10:43:38 +01:00
Weijia Wang
8075b4a175
Merge pull request #275510 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager
python310Packages.google-cloud-secret-manager: 2.16.4 -> 2.17.0
2024-01-23 10:41:24 +01:00
Konrad Malik
5db0147c5f
earthly: and testVersion 2024-01-23 10:40:35 +01:00
Sandro
7854cca1a1
Merge pull request #274378 from rhendric/rhendric/maptool
maptool: 1.13.2 -> 1.14.3
2024-01-23 10:31:01 +01:00
Weijia Wang
eda5bfce35
Merge pull request #275501 from r-ryantm/auto-update/python310Packages.google-cloud-resource-manager
python310Packages.google-cloud-resource-manager: 1.10.4 -> 1.11.0
2024-01-23 10:30:45 +01:00
Sandro
a9767322d0
Merge pull request #274739 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: 1.2.12 -> 1.2.14
2024-01-23 10:28:00 +01:00
Fabian Affolter
b0de35af03 python311Packages.logmatic-python: init at 0.1.7
Python helpers to send logs to Logmatic.io

https://github.com/logmatic/logmatic-python
2024-01-23 10:19:23 +01:00
Robin Gloster
1f04b1ac8d
Merge pull request #282867 from r-ryantm/auto-update/starlark-rust
starlark-rust: 0.10.0 -> 0.11.0
2024-01-23 10:09:05 +01:00
Robin Gloster
87572b3c5e
Merge pull request #282885 from alyssais/maintainership
Remove myself as maintainer of a couple of packages
2024-01-23 10:08:11 +01:00
R. Ryantm
755738087d spicedb: 1.28.0 -> 1.29.0 2024-01-23 09:02:48 +00:00