Commit Graph

98968 Commits

Author SHA1 Message Date
Sigmanificient
65cb72413c python3Packages.cq-editor: remove 2024-05-13 17:01:08 +02:00
Sigmanificient
08949784fb python3Packages.pathlib: remove 2024-05-13 01:10:17 +02:00
Sigmanificient
e82979d6f7 python3Packages.cryptacular: remove 2024-05-13 01:10:17 +02:00
Sigmanificient
d6334e819c python3Packages.globre: remove 2024-05-13 01:10:17 +02:00
Sigmanificient
20eff53a0a python3Packages.cadquery: remove 2024-05-13 01:10:17 +02:00
Sigmanificient
5188726544 python3Packages.pxml: remove 2024-05-13 01:10:17 +02:00
Franz Pletz
6e8d6c46bb
Merge pull request #310648 from WilliButz/rename/mm-tools 2024-05-13 00:29:03 +02:00
nicoo
928a3ffb9b
Merge #310779: fix ark-pixel-font build 2024-05-12 22:24:23 +00:00
Franz Pletz
ece972dcfd
Merge pull request #310532 from kiike/pr/mpg321 2024-05-13 00:23:34 +02:00
Weijia Wang
4b9a67d8b8
Merge pull request #311147 from RaghavSood/openethereum/remove
openethereum: remove
2024-05-13 00:04:01 +02:00
Tomo
d8acb61cbe
python3Packages.hikari-lightbulb: init at 2.3.5 (#310981) 2024-05-12 21:58:23 +00:00
Pol Dellaiera
b83b0dc7f9
Merge pull request #308824 from blitz/virtualbox-wsimport
virtualbox: unbreak enableWebService
2024-05-12 21:27:39 +02:00
Pol Dellaiera
32ca35ad08
Merge pull request #308721 from RobWalt/codeberg-cli
codeberg-cli: 0.3.5 -> 0.4.0
2024-05-12 21:27:13 +02:00
Raghav Sood
42cc7aa0c8
openethereum: remove 2024-05-13 03:16:51 +08:00
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
éclairevoyant
bdfc362110
python311Packages.pcffont: init at 0.0.11 2024-05-11 04:58:58 -04: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