Commit Graph

605181 Commits

Author SHA1 Message Date
Nick Cao
263522caf6
Merge pull request #299893 from r-ryantm/auto-update/python312Packages.tesserocr
python312Packages.tesserocr: 2.6.2 -> 2.6.3
2024-03-29 10:32:16 -04:00
Nick Cao
14c4896052
Merge pull request #299897 from r-ryantm/auto-update/step-cli
step-cli: 0.25.2 -> 0.26.0
2024-03-29 10:31:03 -04:00
Nick Cao
ccf037e45b
Merge pull request #299902 from r-ryantm/auto-update/rsonpath
rsonpath: 0.8.7 -> 0.9.0
2024-03-29 10:29:51 -04:00
Nick Cao
cf9be2bf50
Merge pull request #299905 from r-ryantm/auto-update/python312Packages.pex
python312Packages.pex: 2.2.2 -> 2.3.0
2024-03-29 10:29:16 -04:00
Mathew Polzin
8273075e61 idris2Packages.buildIdris: better nix-shell support via shellHook 2024-03-29 09:29:08 -05:00
R. Ryantm
4df67ea446 aws-iam-authenticator: 0.6.18 -> 0.6.19 2024-03-29 14:27:01 +00:00
R. Ryantm
ff44f3006c brev-cli: 0.6.277 -> 0.6.279 2024-03-29 14:26:36 +00:00
Nick Cao
c0f0e98a0f
Merge pull request #299829 from trofi/nixVersions.unstable-update
nixVersions.unstable: 2.21.0 -> 2.21.1
2024-03-29 10:25:11 -04:00
Nick Cao
ac8bb24eee
Merge pull request #299835 from acuteenvy/tlrc-v1.9.1
tlrc: 1.9.0 -> 1.9.1
2024-03-29 10:24:22 -04:00
Nick Cao
8f2eee9300
Merge pull request #299855 from r-ryantm/auto-update/signal-desktop-beta
signal-desktop-beta: 7.4.0-beta.1 -> 7.4.0-beta.2
2024-03-29 10:23:26 -04:00
Nick Cao
c779fa34ed
Merge pull request #299862 from khaneliman/netcoredbg
netcoredbg: add meta.mainProgram
2024-03-29 10:23:07 -04:00
Nick Cao
28f4d801e4
Merge pull request #299783 from r-ryantm/auto-update/clash-verge-rev
clash-verge-rev: 1.5.10 -> 1.5.11
2024-03-29 10:21:49 -04:00
Nick Cao
c8e4c3756f
Merge pull request #299799 from teutat3s/signal-desktop-7.3.1
signal-desktop: 7.2.1 -> 7.3.1, signal-desktop (aarch64): 6.46.0 -> 7.3.0
2024-03-29 10:20:19 -04:00
Nick Cao
4b4f51dce6
Merge pull request #299808 from TomaSajt/gramps
gramps: 5.2.0 -> 5.2.1
2024-03-29 10:18:58 -04:00
R. Ryantm
e74e911310 hacompanion: 1.0.11 -> 1.0.12 2024-03-29 14:14:38 +00:00
Nick Cao
271291303c
Merge pull request #299369 from azuwis/librosa
python3Packages.librosa: fix build on darwin
2024-03-29 10:14:37 -04:00
Nick Cao
4bb7a3ceec
Merge pull request #299867 from NickCao/krun
libkrun: 1.7.2 -> 1.8.1
2024-03-29 10:14:13 -04:00
Nick Cao
2d4404497d
Merge pull request #299970 from jchw-forks/update/pynvim-pp
pynvim-pp: unstable-2023-08-03 -> unstable-2024-03-11
2024-03-29 10:13:35 -04:00
Sandro
f9352dc79c
Merge pull request #297153 from quantenzitrone/doge
doge: 3.7.0 -> 3.8.0
2024-03-29 15:08:28 +01:00
Randy Eckenrode
71c6ee9295
darwin.stdenv: add sdkRoot to extraNativeBuildInputs
Setting the SDK root by default allows `overrideSDK` to correctly set
the SDK version when using a different SDK. It also allows the correct
SDK version to be set when using an older deployment target. Not setting
the correct SDK version can result in unexpected behavior at runtime.

Examples:

* Automatic dark mode switching requires linking against an SDK version
  of 10.14 or newer. With the current behavior, the only way to do this
  is by using a 10.14+ deployment target even when the application
  supports older platforms when build with a newer SDK.
* MetalD3D checks that the system version is at least 14.0. The API it
  uses returns a compatibility version when the the SDK is older than
  11.0, which causes it to display an error and terminate the
  application even when even when its requirements are all met.
2024-03-29 10:07:50 -04:00
Randy Eckenrode
f61e189ad3
overrideSDK: support all deps attributes
This is effectively a rewrite of `overrideSDK`. It was required because
`wrapGAppsHook` propagates `depsTargetTarget` with the expectation that
it will effectively be `buildInputs` when the hook is itself used as a
`nativeBuildInput`. This propagates Gtk, which itself propagates the
default Dariwn SDK, making it effectively impossible to override the SDK
when a package depends on Gtk and uses `wrapGAppsHook`.

This rewrite implements the following improvements:

* Cross-compilation should be supported correctly (untested);
* Supports public and private frameworks;
* Supports SDK `libs`;
* Remaps instead of replacing extra (native) build inputs in the stdenv;
* Updates any Darwin framework references in `nix-support`; and
* It updates `xcodebuild` regardless of which input its in.

The implementation avoids recursion for performance reasons. Instead, it
enumerates transitive dependencies and walks the list from the leaf
packages backwards to the parent packages.
2024-03-29 10:03:08 -04:00
Martin Weinelt
9e29e9c255
Merge pull request #277407 from mweinelt/wyoming-satellite
wyoming-satellite: init at 1.2.0
2024-03-29 15:02:50 +01:00
Randy Eckenrode
1f231173a5
darwin.stdenv: drop curl from assertions 2024-03-29 10:00:30 -04:00
Randy Eckenrode
017eda24ae
darwin.stdenv: use wrapBintoolsWith instead of a direct import 2024-03-29 10:00:28 -04:00
Maxine Aubrey
8c85e9ba89
Merge pull request #299850 from amaxine/drop_vala_0.54
vala_0_{48,54}: drop
2024-03-29 14:57:31 +01:00
a-n-n-a-l-e-e
ac9da6874a
Merge pull request #299985 from GaetanLepage/mizani
python311Packages.mizani: 0.11.0 -> 0.11.1
2024-03-29 06:48:25 -07:00
Alessandro Labate
43521f9021
nixos/networkmanager: correct example (#295439)
The example pertinent to `fccUnlockScripts` contains wrong (maybe old) key names possibly leading to trial/error while configuring the option. This issue can be avoided updating the example.
2024-03-29 14:42:14 +01:00
lassulus
f54322490f
Merge pull request #299990 from r-vdp/mycelium-0-4-5
nixos/mycelium: 0.4.3 -> 0.4.5
2024-03-29 14:41:31 +01:00
lassulus
b4a4b9e565
Merge pull request #299987 from r-vdp/mycelium-args
nixos/mycelium: allow specifying extra args to mycelium
2024-03-29 14:41:10 +01:00
Nick Gerace
6d3145bb2a buildkite-test-collector-rust: 0.1.0 -> 0.1.3
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
2024-03-29 06:30:50 -07:00
Raghav Sood
4e30d81138
erigon: 2.55.1 -> 2.59.2 2024-03-29 21:24:51 +08:00
David McFarland
6f97e21691
Merge pull request #299757 from corngood/backblaze-b2
backblaze-b2: 3.15.0 -> 3.17.0
2024-03-29 10:22:19 -03:00
Vincent Laporte
824952ff6b coqPackages.metacoq: 1.2.1 → 1.3.1 2024-03-29 14:00:42 +01:00
ajs124
b2d16906b0
Merge pull request #260867 from helsinki-systems/upd/xfsprogs
xfsprogs: 6.4.0 -> 6.6.0
2024-03-29 14:00:29 +01:00
Maxine Aubrey
4fab6afee2
vala_0_48: drop 2024-03-29 13:55:36 +01:00
José Romildo Malaquias
159a701902
Merge pull request #286476 from Silveere/google-fonts-bugfix
google-fonts: fix font name format
2024-03-29 09:51:26 -03:00
r-vdp
5c3f5d8fe3
nixos/mycelium: 0.4.3 -> 0.4.5
See:
  - https://github.com/threefoldtech/mycelium/releases/tag/v0.4.5
  - https://github.com/threefoldtech/mycelium/releases/tag/v0.4.4
2024-03-29 13:51:14 +01:00
Guillaume Maudoux
62bf950eb3
Merge pull request #299916 from r-ryantm/auto-update/dafny
dafny: 4.5.0 -> 4.6.0
2024-03-29 13:49:00 +01:00
Randy Eckenrode
39a5f4a6ee
darwin.apple_sdk.sdkRoot: init at 10.12 and 11.0
Based on the derivation from xcbuild.sdk. apple_sdk.sdkRoot provides
version plists and a hook that passes them automatically to the compiler
as `-isysroot`. This is needed to correctly set the SDK version in
compiled binaries. Otherwise, clang will infer the SDK version to be the
same as the deployment target, which is usually not what you want.
2024-03-29 08:47:41 -04:00
Randy Eckenrode
79db5b641e
darwin.apple_sdk_10_12: add objc4 2024-03-29 08:47:41 -04:00
Randy Eckenrode
2573f2c44a
darwin.apple_sdk_10_12: add Libsystem 2024-03-29 08:47:40 -04:00
r-vdp
b9fc0a8f67
nixos/mycelium: allow specifying extra args to mycelium 2024-03-29 13:38:59 +01:00
a-n-n-a-l-e-e
807c549fea
Merge pull request #299421 from GaetanLepage/bunbun
bunbun: init at 1.3.0
2024-03-29 05:35:36 -07:00
annalee
cbbbe2ce86
Merge remote-tracking branch 'upstream/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/nampa/default.nix
2024-03-29 12:31:07 +00:00
Gaetan Lepage
b03356c917 python311Packages.mizani: 0.11.0 -> 0.11.1
Diff: https://github.com/has2k1/mizani/compare/refs/tags/v0.11.0...v0.11.1

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.11.1
2024-03-29 13:24:56 +01:00
Pol Dellaiera
6a2bf3ad24
Merge pull request #299932 from drupol/typstyle/init
typstyle: init at 0.11.5
2024-03-29 13:18:01 +01:00
Gaetan Lepage
5fe496cb6e python311Packages.transformers: 4.39.1 -> 4.39.2
Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.39.1...v4.39.2

Changelog: https://github.com/huggingface/transformers/releases/tag/v4.39.2
2024-03-29 13:14:17 +01:00
Gaetan Lepage
b710171847 python311Packages.huggingface-hub: 0.22.0 -> 0.22.2
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.22.0...v0.22.2

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.22.2
2024-03-29 13:13:20 +01:00
Sergei Trofimovich
26154be277 linux-pam: pull upstream fix to restore empty password handling
Before the change the login into users without passwords was failing:

    https://github.com/NixOS/nixpkgs/issues/297920

It used to work when `linux-pam` used direct `shadow` access when ran as
root. The switch to external helper have broken that use case.

Let's pull accepted upstream fix to restore empty password handling.
2024-03-29 12:12:23 +00:00
github-actions[bot]
29d12c9448
Merge master into staging-next 2024-03-29 12:01:18 +00:00