3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

575354 commits

Author SHA1 Message Date
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
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
Florian Klink 439eb59727
Merge pull request #282908 from RaitoBezarius/unmaintain-dolibarr
dolibarr: remove myself from maintainers
2024-01-23 11:01:31 +02:00
R. Ryantm def128e672 refinery-cli: 0.8.11 -> 0.8.12 2024-01-23 08:59:22 +00:00
Fabian Affolter b1770afd23 python311Packages.typeshed-client: init at 2.4.0
Retrieve information from typeshed and other typing stubs

https://github.com/JelleZijlstra/typeshed_client
2024-01-23 09:58:23 +01:00
OTABI Tomoya b292726fa3
Merge pull request #282948 from r-ryantm/auto-update/python311Packages.clarifai-grpc
python311Packages.clarifai-grpc: 10.0.3 -> 10.0.4
2024-01-23 17:57:27 +09:00
R. Ryantm 9bd349225c pgmoneta: 0.7.3 -> 0.8.0 2024-01-23 08:57:12 +00:00
OTABI Tomoya fc1b3f6a60
Merge pull request #282349 from Ma27/otel-python
python3.pkgs: opentelemetry-api: 1.21.0 -> 1.22.0, opentelemetry-instrumentation: 1.16.0 -> 0.43b0 (sic), opentelemetry-instrumentation-flask: init at 0.43b0
2024-01-23 17:55:26 +09:00
OTABI Tomoya 72f6116731
Merge pull request #281620 from malob/update-openai
python311Packages.openai: 1.7.1 -> 1.9.0
2024-01-23 17:49:00 +09:00
R. Ryantm 007c39b532 op-geth: 1.101305.0 -> 1.101305.1 2024-01-23 08:48:10 +00:00
OTABI Tomoya a039570c7e
Merge pull request #282946 from r-ryantm/auto-update/python311Packages.langchain
python311Packages.langchain: 0.1.0 -> 0.1.1
2024-01-23 17:46:34 +09:00
Doron Behar bdcb8904ae
Merge pull request #283129 from r-ryantm/auto-update/sccache
sccache: 0.7.5 -> 0.7.6
2024-01-23 10:39:00 +02:00
Weijia Wang 9339584936
python311Packages.heudiconv: drop support for python 3.7 2024-01-23 09:34:57 +01:00
Weijia Wang e5ef1ab7de
Merge pull request #283076 from r-ryantm/auto-update/php81Extensions.blackfire
php81Extensions.blackfire: 1.92.6 -> 1.92.8
2024-01-23 09:34:08 +01:00
Weijia Wang 521e625bc1
Merge pull request #283116 from r-ryantm/auto-update/qpwgraph
qpwgraph: 0.6.1 -> 0.6.2
2024-01-23 09:33:33 +01:00
R. Ryantm dcbc2a303c hcl2json: 0.6.0 -> 0.6.1 2024-01-23 08:26:40 +00:00
Weijia Wang 7ea90f84d4 python311Packages.labgrid: 23.0.4 -> 23.0.5, fix build 2024-01-23 09:20:18 +01:00
h7x4 f1e0a0a3c5
Merge pull request #281985 from bryango/inetutils-low-priority
inetutils: set priority lower than util-linux
2024-01-23 09:18:31 +01:00
7c6f434c 6bbcb63401
Merge pull request #283091 from amjoseph-nixpkgs/pr/codeowners/drop
.github/CODEOWNERS
2024-01-23 08:16:09 +00:00
Fabian Affolter 249c4bf19e python311Packages.dvc-render: 1.0.0 -> 1.0.1
Diff: https://github.com/iterative/dvc-render/compare/refs/tags/1.0.0...1.0.1

Changelog: https://github.com/iterative/dvc-render/releases/tag/1.0.1
2024-01-23 09:14:59 +01:00
Fabian Affolter 819a5315ce python311Packages.dvc-render: refactor 2024-01-23 09:14:22 +01:00
Fabian Affolter 6ecc325b43 python311Packages.botocore-stubs: 1.34.23 -> 1.34.25 2024-01-23 09:12:39 +01:00
Fabian Affolter a69448796d python311Packages.boto3-stubs: 1.34.23 -> 1.34.25 2024-01-23 09:12:17 +01:00
Fabian Affolter 320fb73403 python311Packages.aesedb: 0.1.4 -> 0.1.6
Diff: https://github.com/skelsec/aesedb/compare/refs/tags/0.1.4...0.1.6

Changelog: https://github.com/skelsec/aesedb/releases/tag/0.1.6
2024-01-23 09:10:53 +01:00
Fabian Affolter d206112191 python311Packages.aesedb: refactor 2024-01-23 09:10:04 +01:00
Fabian Affolter 712132db1f python311Packages.adafruit-platformdetect: 3.58.0 -> 3.59.0
Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.59.0
2024-01-23 09:07:59 +01:00