Commit Graph

98949 Commits

Author SHA1 Message Date
Weijia Wang
72803c77db
Merge pull request #308951 from Sigmanificient/criterion
criterion: 2.4.1 -> 2.4.2, add maintainer, migrate by-name, add version check
2024-05-12 20:45:53 +02:00
Sandro
ea75c38b31
onionshare: cleanup, fix crash (#309950)
* onionshare: cleanup dependencies according to used upstream ones

* python3Packages.cepa: drop that it is now unused

* onionshare: fix starting under none qt desktops

* onionshare: fix crash with presumable newer pyside6
2024-05-12 20:41:29 +02:00
Azat Bahawi
f0e9b901ca
Merge pull request #309018 from azahi/endlessh-go-update
endlessh-go: 20230625-3 -> 2024.0119.1
2024-05-12 20:09:09 +03:00
Vladimír Čunát
9447fd7bc8
Merge #309297: staging-next 2024-05-05 2024-05-12 17:09:49 +02:00
Nick Cao
5a1112cb08
Merge pull request #310991 from uncenter/refactor/scc-by-name
scc: move to by-name
2024-05-12 11:04:47 -04:00
Ryan Lahfa
df0bced725
Merge pull request #310194 from RaitoBezarius/lix
lix: init at 2.90-beta.1
2024-05-12 16:28:36 +02:00
Nora Breitmoser-Widdecke
db4171f3e2
sarif-tools: init at 2.0.0 (#283208)
* sarif-tools: init at 2.0.0

* Update pkgs/development/python-modules/sarif-tools/default.nix

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

---------

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-05-12 21:18:35 +08:00
github-actions[bot]
971c61f4d8
Merge master into staging-next 2024-05-12 12:01:24 +00:00
Pol Dellaiera
8949291221
Merge pull request #305586 from drupol/private-gpt/init
private-gpt: init at 0.5.0
2024-05-12 12:53:53 +02:00
Vladimír Čunát
1d2dff45d3
php: fix build on darwin (the iconv extension)
https://hydra.nixos.org/build/258946784/nixlog/2/tail
The issue was probably triggered by the darwin iconv changes
done during this staging-next cycle.

Also use enable tests on linux, as they pass for me
on native x86_64 and aarch64.
2024-05-12 08:54:43 +02:00
github-actions[bot]
8101e67b3d
Merge master into staging-next 2024-05-12 06:01:23 +00:00
uncenter
a01cf4d989
scc: move to by-name 2024-05-12 00:21:29 -04:00
John Ericson
f8dff35f25
Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibc
FreeBSD: Rework scope + building libc
2024-05-11 21:56:38 -04:00
Artemis Tosini
06b05d2289 freebsd: Cleanup, get ready to support version 14
* Extend libc

  Include non-libc core libraries in the libc package. Many of these
  mirror libraries present in glibc on linux, such as libgcc, libraries
  used for iconv, and libraries used for reading kernel info (libkvm,
  libprocstat, libmemstat).

  Without this many packages outside the freebsd tree would need to be
  modified to include standard dependencies which would already be on
  the system for other packages.

* Mark FreeBSD as using LLVM

* Update default LLVM version FreeBSD

* Use patch monolith

  The patchesRoot system combined with the fact that each derivation
  will Request specific names of patches makes it very annoying to use
  other FreeBSD source trees with nixpkgs. This new system allows
  providing one Or more entire trees of patches whose contents will be
  dynamically Parsed and only the relevant patches will be applied for
  any one Derivation.

  With this commit, the following knobs are available for specifying the
  FreeBSD source:

  - overriding `freebsd.versionInfo`, for picking another official
    supported FreeBSD release.

  - overriding `freebsd.source` for specifying a specific unpatched
    FreeBSD source tree.

  - overriding `freebsd.patches`, for specifying the patches to apply.

Co-Authored-by: Audrey Dutcher <audrey@rhelmot.io>
Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11 21:52:07 -04:00
github-actions[bot]
ab6da4a615
Merge master into staging-next 2024-05-12 00:02:26 +00:00
Maciej Krüger
426c785e7d
Merge pull request #310754 from JohnRTitor/tribler
tribler: 7.13.0 -> 7.14.0
2024-05-12 02:01:43 +02:00
Raito Bezarius
3388179c48 lix: init at 2.90-beta.1
[Lix](https://lix.systems) is a fork of CppNix, the original Nix implementation. It behaves like `nixVersions.*` in terms of packaging with a big difference: it uses Meson for its build system.

Therefore, it is not possible to share the packaging trees.

The rest is pretty mundane:

- Lix will passthru all the time to the `nixosTests.misc` to smoke test any critical regressions as a last line after all our regression battery on the Lix project side.
- Cross compilation has been extensively tested.
- Static compilation is known to fail on a test.

Internal API documentation is out of scope for this commit.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-11 22:54:02 +02:00
Pol Dellaiera
0a3301fd91
private-gpt: init at 0.5.0 2024-05-11 22:42:04 +02:00
github-actions[bot]
42828a757c
Merge master into staging-next 2024-05-11 18:01:23 +00:00
Jonas Heinrich
9d99eed00a
Merge pull request #310561 from onny/caddy-riscv
caddy: Cross-compilation fix, various enhancements
2024-05-11 18:44:58 +02:00
Weijia Wang
1339225762
Merge pull request #310676 from Princemachiavelli/jhoffer/fix_cli11_strictdeps
cli11: pkgs/development -> pkgs/by-name, refactor
2024-05-11 18:08:07 +02:00
7c6f434c
0a64b544fd
Merge pull request #307450 from reckenrode/wine-fixes
winePackages.{stable,unstable,staging}: cleanups
2024-05-11 15:28:17 +00:00
Tricia Tan
d216d87a31
python3Packages.binance-connector: init at v3.7.0 2024-05-11 19:22:46 +08:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Weijia Wang
0ff60c84f7
Merge pull request #310767 from annaleeleaves/ensemble-chorus-use-default-c++
ensemble-chorus: unpin gcc8Stdenv; unbreak
2024-05-11 10:51:53 +02:00
Weijia Wang
df0b351bbf
Merge pull request #310691 from pluiedev/zhf-24.05/fontfor
fontfor: 0.4.1 -> 0.4.3, modernize
2024-05-11 10:50:12 +02:00
Weijia Wang
e0fb422a8e
Merge pull request #310670 from gepbird/cargo-geiger-fix
cargo-geiger: 0.11.6 -> 0.11.7, unbreak
2024-05-11 10:48:58 +02:00
Jörg Thalheim
29b607f43d
nix-eval-jobs: 2.21.0 -> 2.22.0 (#310301)
* nix-eval-jobs: 2.21.0 -> 2.22.0

* nix-eval-jobs: pin darwin on 2.19 release

An issue in nix causes segfaults:
https://github.com/nix-community/nix-eval-jobs/issues/301
2024-05-11 10:30:16 +02:00
annalee
c8bdca3a87
ensemble-chorus: unpin gcc8
fix build to use default gcc toolchain which fixes link errors
associated with building against mismatched libstd++

patch vendored juice library to remove packed attributes which cause
compile errors but add static asserts to verify that the struct / class
layouts are identical regardless of attribute
2024-05-11 07:31:18 +00:00
John Titor
f8c1e5bdbb
tribler: migrate to pkgs/by-name 2024-05-11 10:18:22 +05:30
OTABI Tomoya
6980cd174d
Merge pull request #310521 from pathob/python-package-tinytunya
python311Packages.tinytuya: init at 0.1.51
2024-05-11 10:56:39 +09:00
OTABI Tomoya
13327288b4
Merge pull request #310496 from Sigmanificient/marshmallow-enum-remove
python3Packages.marshmallow-enum: remove
2024-05-11 10:53:37 +09:00
Leah Amelia Chen
d76288b0dd fontfor: 0.4.1 -> 0.4.3, modernize
Switched to the `pkgs/by-name` convention, reformatted using
`nixfmt-rfc-style`, and added an update script.
2024-05-11 00:06:10 +02:00
Marcus Ramberg
7a33e97e7b
Merge pull request #310109 from ocfox/showmethekey
showmethekey: 1.13.0 -> 1.13.1
2024-05-10 23:22:44 +02:00
Josh Hoffer
9dd5ff0b82 cli11: pkgs/development -> pkgs/by-name, refactor
* Fix and enable strictDeps.
* Apply RFC linter.
* Move to pkgs by-name.
* Use finalAttrs.
2024-05-10 14:03:04 -07:00
Jon Seager
31bfa98ed4
Merge pull request #310658 from JohnRTitor/update-chrome 2024-05-10 22:59:25 +02:00
Gutyina Gergő
bca6725f18
cargo-geiger: move to pkgs/by-name 2024-05-10 22:30:06 +02:00
éclairevoyant
8e9745496f
Merge pull request #310649 from tomodachi94/enhance/discord-gamesdk/by-name-nixfmt
discord-gamesdk: modernize (move to by-name, format with nixfmt-rfc-style)
2024-05-10 20:21:13 +00:00
John Titor
dd6ad0baa1
google-chrome: 124.0.6367.118 -> 124.0.6367.201
move to pkgs/by-name for easier maintainance
add johnrtitor as maintainer
2024-05-11 00:27:53 +05:30
Tomo
9e50f5eab7
discord-gamesdk: move to pkgs/by-name 2024-05-10 10:45:39 -07:00
Tom Hubrecht
c4462d46bc pythonPackages.loadcredential: init at v1.1 2024-05-10 18:28:30 +02:00
Jonas Heinrich
672a32a071 caddy, xcaddy: move to pkgs/by-name 2024-05-10 17:15:15 +02:00
Nick Cao
e5b56d248a
Merge pull request #310400 from NixOS/klipper-fw-fix
klipper-firmware: build fix
2024-05-10 10:21:11 -04:00
Patrick Hobusch
1497926a68 python311Packages.tinytuya: init at 0.1.51 2024-05-10 20:36:52 +08:00
rewine
5117e0c2ca
Merge pull request #310221 from Sigmanificient/coost-3.0.2
coost: 3.0.0 -> 3.0.2, migrate to by-name
2024-05-10 20:26:20 +08:00
Sigmanificient
18eaf127f1 python3Packages.marshmallow-enum: remove 2024-05-10 14:10:45 +02:00
rewine
e8ff2ab023
Merge pull request #310144 from wineee/hyprland-w
hyprland: build wlroots form submodules
2024-05-10 19:38:25 +08:00
Fabian Affolter
adc41e1e3e
Merge pull request #310431 from fabaff/pycomm3
python312Packages.pycomm3: init at 1.2.14
2024-05-10 13:13:53 +02:00
éclairevoyant
064fe27cf1
Merge pull request #288687 from nu-nu-ko/nixos-navidrome-cleanup
nixos/navidrome: add user/group options, ensure dirs exist/are valid & format changes
2024-05-10 11:05:12 +00:00
Martin Weinelt
3708b2a1e4
Merge pull request #310439 from drawbu/fix-tidal
python3Packages.tidalapi: fix build error; python3Packages.mpegdash: init at 0.4.0
2024-05-10 12:08:42 +02:00