Weijia Wang
b680cd4d0c
Merge pull request #311853 from Sigmanificient/adopt-mooooore
...
treewide: adopt some packages with no maintainers
2024-05-15 13:01:21 +02:00
Weijia Wang
a423476b55
Merge pull request #311609 from jmpunkt/fix-cctag-gcc13
...
cctag: fix failing tests with gcc13
2024-05-15 10:55:49 +02:00
Naïm Favier
54b7ab5b45
Merge branch 'master' into haskell-updates
2024-05-15 09:57:11 +02:00
Sigmanificient
4e7ef76a3a
git-standup: modenize, migrate to by-name
...
git-standup: remove from top-level
2024-05-15 09:21:58 +02:00
Sigmanificient
60a9d5f477
unipicker: modernize, migrate to by-name
...
unipicker: remove from top-level
2024-05-15 09:21:57 +02:00
Sigmanificient
4d7083f20f
hexedit: migrate to by-name, refactor
...
hexedit: remove from top-level
2024-05-15 09:21:57 +02:00
Sigmanificient
0798a05349
fte: modernize, migrate to by-name
...
fte: remove from top-level
2024-05-15 09:21:57 +02:00
Sigmanificient
d90c078609
gbsplay: modernize, migrate to by-name
...
gbsplay: move to by-name
2024-05-15 09:21:56 +02:00
Mauricio Scheffer
9482a09293
nominatim: use postgresql 14 by default
2024-05-15 07:52:24 +01:00
Fabian Affolter
0eae78d9f6
Merge pull request #311680 from fabaff/pyais
...
python312Packages.pyais: init at 2.6.5
2024-05-15 08:44:05 +02:00
linsui
20edaf9a47
jabref: 5.12 -> 5.13
2024-05-15 13:51:06 +08:00
Vincent Laporte
ff926785c5
ocamlPackages.ocamlformat: 0.26.1 → 0.26.2
2024-05-15 06:49:14 +02:00
github-actions[bot]
e49079e5ca
Merge master into haskell-updates
2024-05-15 00:13:25 +00:00
zowoq
e5d9b197e9
darwin.openwith: unbreak on x86_64-darwin
2024-05-15 09:08:54 +10:00
Cody Hiar
2ec7c081df
python311Packages.filedate: init at 3.0
2024-05-14 10:41:32 -06:00
Patka
07849edcfa
phpExtensions.zend_test: fix build
...
libxml2 headers were missing. For the build failure see: https://hydra.nixos.org/build/259581636/nixlog/1
2024-05-14 18:08:39 +02:00
Fabian Affolter
4b051a6797
python312Packages.pyais: init at 2.6.5
...
Module for decoding and encoding AIS messages (AIVDM/AIVDO)
https://github.com/M0r13n/pyais
2024-05-14 17:09:45 +02:00
Weijia Wang
0fa65181a6
Merge pull request #311443 from pluiedev/zhf-24.05/tartan
...
tartan: 0.3.0-unstable-2021-12-13 -> 0.3.0-unstable-2023-10-11
2024-05-14 12:54:15 +02:00
Leah Amelia Chen
6dd36412f2
tartan: 0.3.0-unstable-2021-12-13 -> 0.3.0-unstable-2023-10-11
...
Also reformatted with `nixfmt-rfc-style` and moved to `by-name`
2024-05-14 12:06:57 +02:00
Weijia Wang
6b5afbf413
Merge pull request #311489 from TomaSajt/bayespy-truncnorm
...
python312Packages.bayespy: add missing dependency, clean up; python312Packages.truncnorm: init at 0.0.2
2024-05-14 11:09:16 +02:00
Raghav Sood
48378ee5cf
Merge pull request #311571 from fabaff/pyzufall-remove
...
python311Packages.pyzufall: remove
2024-05-14 17:08:55 +08:00
Jonas Meurer
f11d0b0601
cctag: fix failing tests with gcc13
...
Since GCC13 the package does not build correctly, causing the tests to
fail. This was not the case with GCC12. Instead of building it with an
older version of GCC, we can build and test it successfully with
Clang.
2024-05-14 10:52:59 +02:00
Weijia Wang
2b6ad513c1
Merge pull request #305794 from wegank/ustream-ssl-bump
...
ustream-ssl: unstable-2023-11-11 -> 0-unstable-2024-03-26
2024-05-14 10:43:09 +02:00
Weijia Wang
f7cfebad69
ustream-ssl-mbedtls: fix build on x86_64-darwin
2024-05-14 09:27:18 +02:00
WilliButz
a487b332bb
Merge pull request #311485 from fpletz/pkgs/rm-dibbler
...
dibbler: remove, unmaintained
2024-05-14 09:22:19 +02:00
Weijia Wang
066007e854
Merge pull request #308606 from wegank/opencflite-alias
...
opencflite: add alias in darwin-aliases.nix
2024-05-14 09:17:38 +02:00
Fabian Affolter
5838f16859
Merge pull request #311413 from fabaff/avwx-engine
...
python312Packages.avwx-engine: init at 1.8.28
2024-05-14 08:37:09 +02:00
Fabian Affolter
1015d9f69f
python311Packages.pyzufall: remove
...
pyzufall was removed, because it is no longer maintained
2024-05-14 08:19:09 +02:00
Dominique Martinet
27e5b8e6ec
bcc/bpftrace: use default llvmPackages
...
In practice, that is llvmPackages_16 -> llvmPackages_17.
This doesn't seem to bring anything useful, but we shouldn't pull in
an older llvm version for no reason as that'll increase system closure
size
Back when we set a specific version the default linux version was very
old and having a more modern version brought in some candies, but it
doesn't seem to be as true now clang supports bpf well.
Conversely the latest llvm 18 isn't supported yet by the latest release
of bpftrace, but it works with bcc's, and bpftrace master also has
support so it won't be far behind: the nixos default version shouldn't
break, so let's use it.
2024-05-14 14:38:10 +09:00
Marcus Ramberg
c5e1cf1c93
Merge pull request #310571 from martinetd/by-name
...
{rmfakecloud, libbpf, pahole, bcc, bpftrace}: migrate to by-name
2024-05-14 07:02:06 +02:00
superherointj
b3bbba605a
Merge pull request #310692 from superherointj/k3s-v1.30.0+k3s1
...
k3s_1_30: init 1.30.0+k3s1
2024-05-13 21:49:16 -03:00
Fang-Pen Lin
34225aa069
beanhub-cli: init at 1.1.3
2024-05-14 00:48:52 +00:00
Fang-Pen Lin
9438b41029
beanhub-forms: init at 0.1.3
2024-05-14 00:48:32 +00:00
Fang-Pen Lin
9ec842fbf4
beanhub-import: init at 0.1.5
2024-05-14 00:48:13 +00:00
Fang-Pen Lin
b29fd82b11
beanhub-extract: init at 0.0.7
2024-05-14 00:48:02 +00:00
github-actions[bot]
105028cf9e
Merge master into haskell-updates
2024-05-14 00:13:38 +00:00
7c6f434c
f778a3d907
Merge pull request #311439 from pluiedev/zhf-24.05/renpy
...
renpy: 8.1.3 -> 8.2.1, unbreak, modernize
2024-05-14 00:06:20 +00:00
Weijia Wang
d288c747d0
opencflite: add alias in darwin-aliases.nix
2024-05-14 00:36:51 +02:00
TomaSajt
90abd0a1b2
python312Packages.truncnorm: init at 0.0.2
2024-05-14 00:16:38 +02:00
Franz Pletz
d07398c91d
dibbler: remove, unmaintained
...
Has not seen any updates for more than 10 years. Needs workarounds to
compile cleanly.
2024-05-14 00:04:52 +02:00
Weijia Wang
8225d5eaef
Merge pull request #311380 from RaghavSood/cargo-bisect-rustc/fix-build
...
cargo-bisect-rustc: fix darwin build
2024-05-13 23:05:46 +02:00
Weijia Wang
e38231ddaf
Merge pull request #311342 from pluiedev/zhf-24.05/cargo-raze
...
cargo-raze: 0.16.0 -> 0.16.1, unbreak, modernize
2024-05-13 23:03:50 +02:00
Ulrik Strid
c802669245
Merge pull request #311389 from vbgl/ocaml-5.2.0
...
ocaml-ng.ocamlPackages_5_2.ocaml: 5.2.0-β2 → 5.2.0
2024-05-13 22:08:35 +02:00
Leah Amelia Chen
b881e25eb6
renpy: reformat with nixfmt-rfc-style and migrate to by-name
2024-05-13 21:46:20 +02:00
superherointj
8778446d94
k3s_1_30: init 1.30.0+k3s1
...
Release: https://github.com/k3s-io/k3s/releases/tag/v1.30.0%2Bk3s1
2024-05-13 15:54:23 -03:00
Martin Weinelt
0cb78770f6
Merge pull request #311201 from Sigmanificient/python-revemove-38
...
python3Packages.{pxml,cadquery,globre,cryptacular,pathlib}, cq-editor: remove
2024-05-13 19:02:55 +02:00
Fabian Affolter
c3419d593e
python312Packages.avwx-engine: init at 1.8.28
...
Aviation Weather parsing engine
https://github.com/avwx-rest/avwx-engine
2024-05-13 18:56:46 +02:00
Matthias Beyer
18879bac6c
Merge pull request #311230 from aaronjheng/mysql-shell
...
mysql-shell: 8.0.36 -> 8.0.37
2024-05-13 18:51:05 +02:00
Raghav Sood
182513d558
cargo-bisect-rustc: fix darwin build
2024-05-14 00:10:12 +08:00
Samuel Ainsworth
3a993d3244
Merge pull request #291705 from GaetanLepage/jax
...
python311Packages.{jax,jaxlib,jaxlib-bin}: 0.4.24 -> 0.4.28
2024-05-13 12:06:07 -04:00
Sandro
aa62c10bef
Merge pull request #311370 from fabaff/sqlsoup-remove
2024-05-13 17:25:26 +02:00
sternenseemann
0f28cc203c
top-level/release-haskell.nix: restore primitive builds
2024-05-13 17:17:11 +02:00
Sigmanificient
65cb72413c
python3Packages.cq-editor: remove
2024-05-13 17:01:08 +02:00
Vincent Laporte
699ddd8f8e
ocaml-ng.ocamlPackages_5_2.ocaml: 5.2.0-β2 → 5.2.0
2024-05-13 16:37:48 +02:00
Jonas Chevalier
7a689a202c
Merge pull request #311316 from zimbatm/treefmt2
...
treefmt2: init at 2.0.0-rc1
2024-05-13 16:16:47 +02:00
Cosima Neidahl
068c0e3c95
Merge pull request #303745 from quantenzitrone/ydotool
...
ydotool: refactor ; nixos/ydotool: init module & nixosTest
2024-05-13 15:49:49 +02:00
Fabian Affolter
acaea3480b
python311Packages.sqlsoup: remove
...
sqlsoup has been removed as it is incompatible with modern
SQLAlchemy and unmaintained
2024-05-13 15:39:40 +02:00
Leah Amelia Chen
059f2de9db
cargo-raze: 0.16.0 -> 0.16.1, unbreak, modernize
...
Contains the same fix as in #310673 and #310125 that allows it to build
on Rust >1.76. However, I think this patch might have to be a permanent
one as upstream has been abandoned and unmaintained.
Also removed some spurious `with lib;` and `rec` use, moved to use
`pkgs/by-name` and reformatted using `nixfmt-rfc-style`.
2024-05-13 13:59:23 +02:00
Aleksana
7689655b82
Merge pull request #296846 from ilya-epifanov/onagre-1.0.0
...
onagre: 1.0.0-alpha.0 -> 1.1.0
2024-05-13 19:34:40 +08:00
Ivan Trubach
e7a0146675
autoPatchelfHook: allow building on all platforms ( #308994 )
...
* python3.pkgs.pyelftools: fix license metadata
* autoPatchelfHook: allow building on all platforms
This change allows using autoPatchelfHook in nativeBuildInputs when
cross-compiling from non-Linux platform. Technically, the hook is
platform-independent and only limited by the dependencies, namely
patchelf (`platforms = all`) and pyelftools (inherits from python, that
is, `platforms = linux ++ darwin ++ windows`).
---------
Co-authored-by: Guillaume Maudoux <guillaume.maudoux@tweag.io>
2024-05-13 12:48:02 +02:00
Vaibhav Sagar
640cf550ee
haskell.compiler.ghc910: init at 9.10.1
...
https://www.haskell.org/ghc/blog/20240510-ghc-9.10.1-released.html
2024-05-13 12:22:46 +02:00
Quantenzitrone
6722b4ade9
ydotool: move to pkgs/by-name, add meta.mainProgram, refactor
2024-05-13 12:20:53 +02:00
zimbatm
41efcb97ef
treefmt: move to pkgs/by-name
2024-05-13 12:15:19 +02:00
Vlad M
b521caa006
Merge pull request #311029 from LudovicoPiero/mako-bump
...
mako: 1.8.0 -> 1.9.0, and other cleanup
2024-05-13 13:04:04 +03:00
Ilya Epifanov
7321c7cb6f
onagre: moved to pkgs/by-name
2024-05-13 12:00:58 +02:00
Weijia Wang
f46f95fb3e
Merge pull request #311254 from azuwis/dualsensectl
...
dualsensectl: migrate to pkgs/by-name and other enhancements
2024-05-13 10:55:22 +02:00
Weijia Wang
e4086f54ad
Merge pull request #311253 from azuwis/uxplay
...
uxplay: migrate to pkgs/by-name and other enhancements
2024-05-13 10:54:47 +02:00
mitchmindtree
a92186244b
python3Packages.gguf: init at 0.6.0 ( #311060 )
...
Adds gguf, a python module for writing the gguf format, a common format
for storing machine learning model weights.
I ran into a need for this when using `ollama`, and trying to use
the `llama.cpp/convert.py` tool to convert a model from one format to
another.
2024-05-13 08:53:48 +00:00
K900
8db3d39e0b
Merge pull request #311275 from K900/kernel-6.9
...
linux_6_9: init at 6.9
2024-05-13 11:07:27 +03:00
Peder Bergebakken Sundt
431d312318
Merge pull request #311206 from xzfc/bevelbar
...
bevelbar: 22.06 -> 23.08
2024-05-13 09:59:20 +02:00
kirillrdy
1808f94bc1
Merge pull request #305902 from vinnymeller/init-python3-uxsim
...
python3Packages.uxsim: init at 1.1.1
2024-05-13 16:02:18 +10:00
K900
6d249cae65
linux_6_9: init at 6.9
2024-05-13 08:43:29 +03:00
Aaron Jheng
36d4c3bbc3
mysql-shell: 8.0.36 -> 8.0.37
2024-05-13 10:14:21 +08:00
nicoo
6432027fad
Merge pull request #310624 from Pandapip1/init-pythonpackages-optree
...
pythonPackages.optree: init 0.11.0
2024-05-13 00:18:45 +00:00
github-actions[bot]
5a817226eb
Merge master into haskell-updates
2024-05-13 00:13:56 +00:00
Moritz Sanft
a407b02ec1
python3Packages.miasm: init at 0.1.5-unstable-2024-04-28 ( #310791 )
2024-05-13 00:13:34 +00:00
Albert Safin
2d8cfea95d
bevelbar: move to by-name
2024-05-13 00:00:56 +00: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
Patrick Chilton
d95cd83e5b
python311Packages.waybackpy: init at 3.0.6
...
Co-authored-by: seth <getchoo@tuta.io>
2024-05-12 21:31:44 +02: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
Ludovico Piero
a145b3e915
mako: migrate to pkgs/by-name
...
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-05-13 02:59:37 +09: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
Gaetan Lepage
9c9f01b670
cudaPackagesGoogle: deprecate as only used by tensorflow
2024-05-12 17:23:53 +02: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