2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-21 13:13:33 +00:00
Commit Graph

90680 Commits

Author SHA1 Message Date
Jules Aguillon
b94953dbd4 odig: Init at 0.0.9
Odig is a tool for building the documentation of OCaml libraries. It is
described with the recent `buildTopkgPackage` function.
2023-09-28 12:03:20 +02:00
Jules Aguillon
187d777aad ocamlPackages.buildTopkgPackage: Added
This function helps building an OCaml package that builds with topkg.
There are currently many such packages in nixpkgs and this function
would greatly simplify adding more.

This is heavily inspired by `ocamlPackages.buildDunePackage`.
2023-09-28 12:03:20 +02:00
Jules Aguillon
499149ef95 ocamlPackages.b0: Init at 0.0.5
The recent package is a dependency for odig.
2023-09-28 12:03:18 +02:00
Weijia Wang
1e411c5516
Merge pull request from jzbor/uutils-coreutils-noprefix
uutils-coreutils-noprefix: init at 0.0.20
2023-09-28 11:52:07 +02:00
Yureka
a4a1616950 electron_{25,26}: default to source-built version on linux 2023-09-28 11:44:17 +02:00
Yureka
ea1779a2ae electron-source.electron_26: init at 26.2.3 2023-09-28 11:44:17 +02:00
Pavel Sobolev
516fac849d
python3Packages.simplemma: init at 0.9.1 2023-09-28 12:21:43 +03:00
Fabian Affolter
00c045a4fa python311Packages.pyweatherflowudp: init at 1.4.4 2023-09-28 08:56:13 +02:00
Fabian Affolter
1ceb9dab50 python311Packages.psychrolib: init at 2.5.0 2023-09-28 08:49:11 +02:00
Vincent Laporte
038238e6ae pplite: init at 0.11 2023-09-28 07:33:52 +02:00
Fabián Heredia Montiel
41c2c61436
Merge pull request from jwijenbergh/qtile-23.0
Qtile: 0.22.1 -> 0.23.0
2023-09-27 23:00:52 -06:00
OTABI Tomoya
efb617b055
Merge pull request from aviallon/feature/init-dns-lexicon
python310Packages.dns-lexicon: init at 3.14.1 and add aviallon to maintainers
2023-09-28 09:57:55 +09:00
Felix Schröter
248a83fffc tor-browser: rename from tor-browser-bundle-bin
The term "Tor Browser Bundle" has been dropped quite a while ago. It's
just called "Tor Browser" now.
Also removes the `-bin` pname suffix, since the it's already marked as a
binary distribution via `meta.sourceProvenance`.
2023-09-27 21:02:12 -03:00
Pavel Sobolev
2f690a9306 python3Packages.sentence-splitter: init at 1.4 2023-09-27 21:01:26 -03:00
Ben Darwin
2f169dab5d python310Packages.port-for: init at 0.7.1 2023-09-27 19:42:35 -04:00
Ben Darwin
f28d661e49 python310Packages.mirakuru: init at 2.5.1 2023-09-27 19:42:30 -04:00
lassulus
bbaae293b9 super: drop 2023-09-27 23:40:50 +01:00
Fabian Affolter
4fd25b5ed1
Merge pull request from fabaff/pybloom-live
python311Packages.pybloom-live: init at 4.0.0
2023-09-28 00:40:34 +02:00
Fabian Affolter
dd601b8bbc
Merge pull request from fabaff/stix2
python311Packages.stix2-patterns: init at 2.0.0
2023-09-28 00:38:47 +02:00
Fabian Affolter
b710d9572d
Merge pull request from fabaff/exitcode
python311Packages.exitcode: init at 0.1.0
2023-09-28 00:38:34 +02:00
Ryan Lahfa
e909050efd
Merge pull request from minijackson/netbox-3.6.2 2023-09-27 18:50:54 +02:00
Vladimír Čunát
8a86b98f0b
Merge : staging-next 2023-09-17 2023-09-27 18:00:00 +02:00
Fabian Affolter
c44e1cb83b python311Packages.pybloom-live: init at 4.0.0 2023-09-27 17:48:03 +02:00
Fabian Affolter
4ff40d2912 python311Packages.stix2-patterns: init at 2.0.0 2023-09-27 17:39:21 +02:00
Jörg Thalheim
23e8423184 self: drop package
This is an unsupported programming language from 2017 that crashes on startup and doesn't build on x86_64.
Dropping this without an alias since the alias can potentially shadow self as used in overlays and flakes quite often.
2023-09-27 10:04:00 -03:00
Aldo
52dce4809c
heygpt: init at 0.4.0 () 2023-09-27 14:38:39 +02:00
github-actions[bot]
81ae4e07a3
Merge master into staging-next 2023-09-27 12:01:06 +00:00
Fabian Affolter
ec68439bdc
Merge pull request from fabaff/ha-mqtt-discoverable-cli
ha-mqtt-discoverable-cli: init at 0.2.1
2023-09-27 13:28:00 +02:00
Fabian Affolter
9ae60ea55a python311Packages.exitcode: init at 0.1.0 2023-09-27 13:01:25 +02:00
Thiago Kenji Okada
45eff9d9c7 graalvm-ce: 22.3.1 -> 21.0.0
This initially may look like a downgrade, but this is caused by how
upstream is tagging versions.

Before they would have the GraalVM having its own version (e.g. 22.3.1),
and each version would support multiple JVM versions (e.g. 11, 17, 19).
Now each release supports only one JVM version (e.g.: 21), and they
track the same version as the JVM.

They also changed packaging, making all sub-products (e.g.: GraalPy,
GraalRuby, etc.) standalone, so they do not depend in GraalVM anymore
and have their own version. Thanks to this change, we will need to
repackage everything.

To simplify, this commit will remove all sub-products and only care
about the GraalVM/Native Image (that is back to GraalVM itself) part.
Other commits will re-added each sub-product.

Fix (partial): https://github.com/NixOS/nixpkgs/issues/257292
2023-09-27 10:25:44 +01:00
Sefa Eyeoglu
c884a7d5b7
python3Packages.mandown: init at 1.5.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-27 10:52:05 +02:00
Sefa Eyeoglu
5efab0a0bf
python3Packages.comicon: init at 1.0.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-27 10:50:03 +02:00
Sefa Eyeoglu
cea0b7b837
python3Packages.ebooklib: init at 0.18
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-27 10:50:03 +02:00
github-actions[bot]
9a4dae4abd
Merge master into staging-next 2023-09-27 06:01:00 +00:00
Artturi
198f108a4b
Merge pull request from emilytrau/appcleaner 2023-09-27 08:18:29 +03:00
github-actions[bot]
f80bca6721
Merge master into staging-next 2023-09-27 00:02:24 +00:00
Marc Jakobi
c9e2bc6920 tuxedo-rs: init at 0.2.2 2023-09-26 23:28:05 +02:00
Minijackson
541d1eef67
netbox_3_3: remove
should be, by now, unused by everyone

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26 22:51:48 +02:00
Minijackson
3cc7cbce03
netbox_3_6: init, mark 3_5 as EOL
use it for the upgrade test
increase tests memory, otherwise NetBox gets OOM killed

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26 22:42:49 +02:00
Weijia Wang
1781c2c6c3
Merge pull request from r-ryantm/auto-update/snac2
snac2: 2.35 -> 2.41
2023-09-26 22:16:29 +02:00
Pavel Sobolev
85f94e7b1e
python3Packages.mobi: init at 0.3.3 2023-09-26 23:00:41 +03:00
Weijia Wang
ea3cfdb020 snac2: fix build on x86_64-darwin 2023-09-26 21:18:09 +02:00
github-actions[bot]
4bfb61a48c
Merge master into staging-next 2023-09-26 18:01:12 +00:00
7c6f434c
81aa88d4c4
Merge pull request from tobim/pkgs/clisp-update
clisp: 2.49 -> 2.50pre2023-01-12; 2.50pre20171114 -> remove
2023-09-26 15:33:48 +00:00
Anderson Torres
07d7df7670 yeahwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
2a95347f70 waybox: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
a66b468cbf tinywm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
90ab1593dd smallwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
18b69e20f4 ratpoison: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
0eaa3976f9 pekwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
3436c16da1 notion: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
5330af0c97 berry: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
90f93ed379 afterstep: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
8338045f91 afterstep: refactor
- finalAttrs
- fetchFromGitHub
- split output
- no nested with
- meta.mainProgram
2023-09-26 12:13:10 -03:00
K900
c018561f54 nixos/amdgpu-pro: remove nixpkgs.config usage
A new X.org ABI is exceptionally unlikely at this point, and we can
add an assertion if it ever happens.
2023-09-26 18:02:00 +03:00
K900
7a7c1859cd nixos/lightdm-tiny-greeter: remove nixpkgs.config usage 2023-09-26 18:02:00 +03:00
Antoine Viallon
a6d734cd8a
python310Packages.dns-lexicon: init at 3.14.1 2023-09-26 15:15:34 +02:00
Yureka
67df3cd0ab pyixapi: init at 0.2.1 2023-09-26 14:42:45 +02:00
Alexander Bantyev
299e0b9560
Merge pull request from AleXoundOS/castopod
castopod: init at 1.6.4
2023-09-26 16:42:26 +04:00
github-actions[bot]
2717201e72
Merge master into staging-next 2023-09-26 12:01:28 +00:00
Kerstin
0019463360
Merge pull request from dotlambda/imagemagick-7.1.1-16
imagemagick: 7.1.1-15 -> 7.1.1-18
2023-09-26 13:56:46 +02:00
Tobias Mayer
7c6811713c
clisp: 2.49 -> 2.50pre2023-01-12 2023-09-26 10:52:04 +02:00
github-actions[bot]
3bfcfd7eef
Merge master into staging-next 2023-09-26 06:01:00 +00:00
Artturin
6c73dc6746 bash: Remove unnecessary explicit passing of binutils
`binutils` for darwin was added in (add binutils to bash build for size)[9c153e2227].

The override was added in (bash: provide a working binutils)[9e05276949].
2023-09-26 04:05:52 +03:00
Daniel Olsen
0f24b2409c python3Packages.pillow-heif: init at 0.13.0 2023-09-26 00:07:29 +00:00
github-actions[bot]
cc5ae613ff
Merge master into staging-next 2023-09-26 00:02:17 +00:00
Artturi
0dd560f0ab
Merge pull request from dpc/rblake2sum 2023-09-25 23:57:17 +03:00
Frederik Rietdijk
2cd3ae1994
Merge pull request from thiagokokada/bump-pypy
pypy{27,39}: 3.7.11 -> 3.7.12; pypy310: init at 3.7.12
2023-09-25 21:13:21 +02:00
toastal
058d9b8ff5 ocamlPackages.ocolor: init at 1.3.1 2023-09-25 20:52:30 +02:00
github-actions[bot]
fc1f757bf6
Merge master into staging-next 2023-09-25 18:01:06 +00:00
Jennifer Graul
938bfe28ac phpExtensions.rrd: init at 2.0.3
Co-authored-by: Ember Keske <git@n0emis.eu>
2023-09-25 19:24:40 +02:00
Weijia Wang
4ddbdb0d9c
Merge pull request from wegank/libmongocrypt-darwin
libmongocrypt: fix build on x86_64-darwin
2023-09-25 18:25:07 +02:00
Weijia Wang
fe537ec5aa libmongocrypt: fix build on x86_64-darwin 2023-09-25 17:35:21 +02:00
K900
3f97b1d307
Merge pull request from K900/firefox-bin-cleanup
firefox-bin: cleanup, use autoPatchelfHook
2023-09-25 18:29:19 +03:00
K900
db6eb8f6bb firefox-*-bin: fix branding and wmClass config to match upstream 2023-09-25 18:14:36 +03:00
K900
40483b3bb5 firefox-bin: derive binary name from channel 2023-09-25 18:14:35 +03:00
figsoda
a884775ffb findomain: fix build on darwin 2023-09-25 10:21:33 -04:00
jzbor
544a62c5a5 uutils-coreutils-noprefix: init at 0.0.20 2023-09-25 14:14:30 +02:00
github-actions[bot]
3e52e5929d
Merge master into staging-next 2023-09-25 12:01:02 +00:00
jwijenbergh
2fcf97398d
python3Packages.pywlroots: 0.15.24 -> 0.16.5
- Updated version + hash
- Removed wlroots pin
- Added xcbutilwm
2023-09-25 13:54:42 +02:00
jwijenbergh
80ab54b3af
python3Packages.qtile: 0.22.1 -> 0.23.0
- Updated version and hash
- Added pulsectl-asyncio dependency and removed pulseaudio as those FFI bindings are now handled by pulsectl-asyncio
- Added libdrm and pixman patches
- Added xcbutilwm otherwise we get a header not found
- Removed wlroots 0.15 pin as qtile now uses wlroots 0.16
2023-09-25 13:53:48 +02:00
Thiago Kenji Okada
795e0c0851 pypy310: init at 3.7.12 2023-09-25 12:21:36 +01:00
WilliButz
2d30a37d9f
Merge pull request from FugiMuffi/prometheus-sabnzbd-exporter
prometheus-sabnzbd-exporter: init at 0.1.70
2023-09-25 12:09:36 +02:00
Fabian Affolter
acc1ad38e7 python311Packages.ha-mqtt-discoverable: init at 0.10.0 2023-09-25 10:49:34 +02:00
Fabian Affolter
96fc268994 python311Packages.thelogrus: init at 0.7.0 2023-09-25 10:35:32 +02:00
Fabian Affolter
80b7bfad6d python311Packages.gitlike-commands: init at 0.2.1 2023-09-25 10:27:19 +02:00
misuzu
17f036f4fb castopod: init at 1.6.4 2023-09-25 10:17:44 +04:00
Vincent Laporte
48e2e83db5
ocamlPackages.ptime: fix evaluation
Evaluation must fail and not silently return the bogus null value.
2023-09-25 06:58:20 +02:00
Aaron Jheng
55f819840c
python310Packages.ray: clean up 2023-09-25 02:09:53 +00:00
github-actions[bot]
680b13891d
Merge master into staging-next 2023-09-25 00:02:13 +00:00
Hraban Luyat
1b26fc011a emacs: allow using as shebang on darwin 2023-09-24 19:50:52 -03:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next 2023-09-24 18:00:54 +00:00
Robert Schütz
30750a3fa4 perlPackages.ImageMagick: 7.1.0-0 -> 7.1.1-18 2023-09-24 09:20:23 -07:00
Weijia Wang
54ea412f48
Merge pull request from wegank/etcher-bump
etcher: 1.7.9 -> 1.18.12
2023-09-24 14:01:18 +02:00
Minijackson
6c7e768420
netbox_3_5: introduce alias
clears up ambiguity
use that alias in tests

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-24 10:13:05 +02:00
Vladimír Čunát
b9f372ba3b
protobuf: avoid the failing tests on darwin
abseil-cpp version hell makes it hard to switch versions (as I feared)
https://hydra.nixos.org/build/236112673/nixlog/1/tail
So let's avoid tests instead, until someone really investigates this.
2023-09-24 09:20:50 +02:00
github-actions[bot]
7c07355415
Merge master into staging-next 2023-09-24 06:01:00 +00:00
OTABI Tomoya
da703a6c86
Merge pull request from mbalatsko/init-dwt-python
python3Packages.dtw-python: init at 1.3.0
2023-09-24 10:43:49 +09:00
OTABI Tomoya
86833713a7
Merge pull request from mbalatsko/init-checksumdir
python3Packages.checksumdir: init at 1.2.0
2023-09-24 10:41:31 +09:00
Weijia Wang
e84ed3c1d4 etcher: 1.7.9 -> 1.18.12 2023-09-24 02:57:28 +02:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Anderson Torres
7bfc02724f labwc: migrate to by-name 2023-09-23 19:44:14 -03:00
Felix Schröter
5365ecb40b rome: remove
rome is no longer maintained.
A fork called biome is available in nixpkgs.
2023-09-23 19:43:45 -03:00
Dmitry Kalinkin
9e7786c32b
Merge pull request from bcdarwin/remove-vtk_8
vtk_8: remove
2023-09-23 15:50:41 -04:00
mxmlnkn
5e6a8a643b python3Packages.ratarmount: init at 0.14.0 2023-09-23 20:03:28 +02:00
mxmlnkn
7e7f626d28 python3Packages.ratarmountcore: init at 0.6.0 2023-09-23 20:03:28 +02:00
mxmlnkn
25c3d229c7 python3Packages.rapidgzip: init at 0.10.3 2023-09-23 20:03:28 +02:00
mxmlnkn
be9536a652 python3Packages.python-xz: init at 0.4.0 2023-09-23 20:03:27 +02:00
mxmlnkn
c8976d5878 python3Packages.indexed-zstd: init at 1.6.0 2023-09-23 20:03:27 +02:00
mxmlnkn
1987b35044 python3Packages.indexed-gzip: init at 1.8.5 2023-09-23 20:03:27 +02:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
Stig
25873caab5
Merge pull request from doronbehar/pkg/PerlLanguageServer
perlPackages.PerlLanguageServer: 2.5.0 -> 2.6.1
2023-09-23 19:09:35 +02:00
Mihai Fufezan
92522217af hyprland: 0.29.1 -> 0.30.0 2023-09-23 19:00:11 +02:00
Mario Rodas
07ffdd2b6e
Merge pull request from aaronjheng/gdlv
gdlv: 1.8.0 -> 1.10.0
2023-09-23 11:46:52 -05:00
Mario Rodas
40842be9d5
Merge pull request from aaronjheng/mysql-shell
mysql-shell: use finalAttrs
2023-09-23 11:46:00 -05:00
OTABI Tomoya
712b98005e
Merge pull request from Twey/automx2
python3Packages.automx2: init at 2022.01
2023-09-23 23:26:08 +09:00
Aaron Jheng
d0585fc1aa
mysql-shell: use finalAttrs 2023-09-23 20:42:48 +08:00
github-actions[bot]
3180ce092d
Merge master into staging-next 2023-09-23 12:01:04 +00:00
mxmlnkn
7ec4ed7b6c python3Packages.indexed-bzip2: init at 1.5.0 2023-09-23 13:54:01 +02:00
Doron Behar
bdaaadf620
Merge pull request from doronbehar/pkg/qscintilla
qscintilla: move to qt{5,6}Packages.nix
2023-09-23 11:36:20 +00:00
Fabian Affolter
5a4efb31f1
Merge pull request from fabaff/podman
python311Packages.podman: ini at 4.6.0
2023-09-23 12:26:14 +02:00
Doron Behar
14a133e76f perlPackages.PerlLanguageServer: 2.5.0 -> 2.6.1 2023-09-23 12:45:35 +03:00
Vladimír Čunát
47f278a936
dig: tiny code cleanup
https://github.com/NixOS/nixpkgs/pull/252097#issuecomment-1697244637
2023-09-23 11:37:55 +02:00
Artturi
3194eaa0a7
Merge pull request from TomaSajt/whitesur-cursors
whitesur-cursors: init at unstable-2022-06-17
2023-09-23 12:06:11 +03:00
Vladimír Čunát
8ef0db39e5
protobuf: downgrade default to 3.21 on darwin
Feel free to find a better solution.  This is just a simple
mass-regression stop-gap, as noone seems to care about the failure.
2023-09-23 10:39:10 +02:00
TomaSajt
2b3cec21b6
whitesur-cursors: init at unstable-2022-06-17 2023-09-23 09:54:54 +02:00
github-actions[bot]
f95580a6ff
Merge master into staging-next 2023-09-23 06:00:57 +00:00
Artturi
0b0169e4f1
Merge pull request from MoritzBoehme/konsave 2023-09-23 08:55:43 +03:00
Moritz Böhme
e85ecaca58 konsave: init at 2.2.0
Co-authored-by: Keenan Weaver <37268985+keenanweaver@users.noreply.github.com>
2023-09-23 07:49:23 +03:00
Martin Weinelt
444fefe145
Merge pull request from mweinelt/evcc-0.119.5
evcc: 0.118.11 -> 0.120.1
2023-09-23 02:19:46 +02:00
Peder Bergebakken Sundt
6226c4ac22 python3Packages.snaptime: init at 0.2.4 2023-09-23 02:18:00 +02:00
github-actions[bot]
334a61dd1d
Merge master into staging-next 2023-09-23 00:02:16 +00:00
Aaron Jheng
08d41b7372 gdlv: 1.8.0 -> 1.10.0 2023-09-23 01:57:35 +02:00
Weijia Wang
06ce92cd3e
Merge pull request from SuperSandro2000/nix_2_18
nixVersions.nix_2_18: init
2023-09-23 01:35:50 +02:00
Martin Weinelt
6201b0ec9f
evcc: 0.118.11 -> 0.119.5
https://github.com/evcc-io/evcc/releases/tag/0.119.0
https://github.com/evcc-io/evcc/releases/tag/0.119.1
https://github.com/evcc-io/evcc/releases/tag/0.119.2
https://github.com/evcc-io/evcc/releases/tag/0.119.3
https://github.com/evcc-io/evcc/releases/tag/0.119.4
https://github.com/evcc-io/evcc/releases/tag/0.119.5
https://github.com/evcc-io/evcc/releases/tag/0.120.0
https://github.com/evcc-io/evcc/releases/tag/0.120.1
2023-09-23 00:49:41 +02:00
Fabian Affolter
bbdcead3fe python311Packages.podman: ini at 4.6.0 2023-09-22 22:05:33 +02:00
Weijia Wang
6e47428243
Merge pull request from azuwis/netproc
netproc: unstable-2022-02-11 -> 0.6.6
2023-09-22 20:57:26 +02:00
github-actions[bot]
583877beb2
Merge master into staging-next 2023-09-22 18:01:00 +00:00
Nikolay Korotkiy
00be41f710
Merge pull request from mbalatsko/init-pytest-reverse
python3Packages.pytest-reverse: init at 1.7.0
2023-09-22 21:16:39 +04:00
László Kupcsik
c678bba28c trimmomatic: init at 0.39
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-09-22 13:50:18 -03:00
Zhong Jianxin
d75c1e5612 netproc: unstable-2022-02-11 -> 0.6.6
- Migrate to by-name hierarchy
- Use the finalAttrs pattern for easier overrides
- Add meta.mainProgram
2023-09-23 00:13:24 +08:00
Emily
62adb5fc51
Merge pull request from donovanglover/thud
thud: rename from go-thumbnailer, 0.1.0 -> 0.3.0
2023-09-22 17:25:47 +02:00
John Ericson
0a991e0394
Merge pull request from Ericson2314/pkg-config-progress
More progress improving pkg-config info
2023-09-22 10:38:47 -04:00
Donovan Glover
cc166be63f
thud: rename from go-thumbnailer, 0.1.0 -> 0.3.0 2023-09-22 08:32:16 -04:00
github-actions[bot]
3431cedfe3
Merge master into staging-next 2023-09-22 12:01:02 +00:00
Stig
a65921ce99
Merge pull request from vcunat/p/perlPackages.MathCalcParser
perlPackages.MathCalcParser: mark as broken
2023-09-22 13:36:19 +02:00
Vladimír Čunát
81e3ef436c
perlPackages.MathCalcParser: mark as broken
Apparently it hasn't succeeded for several months:
https://hydra.nixos.org/job/nixpkgs/trunk/perl536Packages.MathCalcParser.x86_64-linux/all
https://hydra.nixos.org/job/nixpkgs/trunk/perl538Packages.MathCalcParser.x86_64-linux/all

And I also caught the build eating lots of RAM, like 50G.
That can cause issues for other builds running alongside.
2023-09-22 12:43:12 +02:00
K900
662a2c460d linux: rewrite updater-script, make data-driven
Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-22 10:38:44 +03:00
Jade Lovelace
12650cd156 linuxKernel.kernels: patch out nvme regression on 2017ish Dell laptops
Fixes 
2023-09-22 07:17:49 +00:00
github-actions[bot]
2e05346ba2
Merge master into staging-next 2023-09-22 06:01:00 +00:00
Anthony Roussel
9f66359b60 iouyap: remove 2023-09-22 02:03:12 -03:00
Anderson Torres
8a75a8f4cf bmake: move to by-name 2023-09-22 01:38:23 -03:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next 2023-09-22 00:02:14 +00:00
Sandro Jäckel
00a343b1b1
harmonia: unpin nix unstable 2023-09-22 01:16:04 +02:00
happysalada
a2a6075ea3 python311Packages.onnx: use c++14 on darwin 2023-09-21 21:17:53 +00:00
Weijia Wang
8f0b7ce4fb
Merge pull request from chvp/upd/greenfoot
greenfoot: 3.7.1 -> 3.8.0
2023-09-21 22:40:31 +02:00
éclairevoyant
d126740fe5
sunpaper: add meta.mainProgram, fix license, and other cleanup ()
* sunpaper: fix meta

* sunpaper: replace rec with finalAttrs idiom

* sunpaper: use lib.getExe

* sunpaper: fix installPhase

* sunpaper: move to pkgs/by-name
2023-09-21 22:38:24 +02:00
github-actions[bot]
25421963c7
Merge master into staging-next 2023-09-21 18:00:53 +00:00
John Ericson
420f7d5ed7 pkg-config-data.json: Avoid an alias 2023-09-21 10:33:47 -04:00
Ryan Lahfa
d3666b5740
Merge pull request from Tom-Hubrecht/django-types
python3Packages.django-types: init at 0.17.0
2023-09-21 15:50:22 +02:00
Maksym Balatsko
b25543f889 python3Packages.pytest-reverse: init at 1.7.0 2023-09-21 05:36:53 -07:00
github-actions[bot]
4c610adf95
Merge master into staging-next 2023-09-21 12:01:19 +00:00
Stig
c9a667043f
Merge pull request from puckipedia/fix-frozen-bubble
perlPackages.SDL: fix on perl >= 5.38.0
2023-09-21 13:58:37 +02:00
Mario Rodas
2880f62798
Merge pull request from anthonyroussel/aws-encryption-sdk-cli
aws-encryption-sdk-cli: init at 4.1.0
2023-09-21 06:53:46 -05:00
Maksym Balatsko
05e470828d python3Packages.scikit-posthocs: init at 0.7.0 2023-09-21 09:21:02 +00:00
Maksym Balatsko
c585510601 seaborn-data: init at unstable-2023-01-26 2023-09-21 09:21:02 +00:00
Puck Meerburg
5742d5a8fd perlPackages.SDL: import patch 2023-09-21 09:14:44 +00:00
Vincent Laporte
2abfae9e9b coq: 8.17.1 -> 8.18.0 2023-09-21 11:02:55 +02:00
Niols
3b49077fbe ocamlPackages.opam-publish: init at 2.2.0 2023-09-21 10:57:54 +02:00
Doron Behar
138eebe549 qscintilla: move to qt{5,6}Packages.nix
Since it is a somewhat common library, with support for multiple qt
versions, it is safer to put each version of it in libsForQt5 and
qt6Packages attribute sets. Also, it is cleaner to put the darwin
if-else inside the expression, in relation to https://github.com/NixOS/rfcs/pull/140 .
2023-09-21 11:45:35 +03:00
Maksym Balatsko
c14a11b76f python3Packages.pycatch22: init at 0.4.3 2023-09-21 01:34:30 -07:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain ()
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Charlotte Van Petegem
11e7a4161f
greenfoot: 3.7.1 -> 3.8.0
https://greenfoot.org/version_history

Also did some cleanup of the derivation to make it more like bluej (a very
closely related program).
2023-09-21 09:57:11 +02:00
Maksym Balatsko
df76aa7551 python3Packages.checksumdir: init at 1.2.0 2023-09-20 23:57:30 -07:00
github-actions[bot]
743d7baa31
Merge master into staging-next 2023-09-21 06:01:07 +00:00
OTABI Tomoya
28c306a5ce
Merge pull request from dani0854/python/manuf/init
python3Packages.manuf: init at 1.1.5
2023-09-21 13:22:39 +09:00
Anderson Torres
6e8e316fde xorriso: migrate to by-name 2023-09-20 22:51:30 -03:00
Anderson Torres
68aaadf133 libisoburn: migrate to by-name 2023-09-20 22:51:30 -03:00
Anderson Torres
a7d3d7e85f libisofs: migrate to by-name 2023-09-20 22:51:30 -03:00
Anderson Torres
529eb045d0 libburn: migrate to by-name 2023-09-20 22:51:30 -03:00
Maksym Balatsko
ff7daa5661 python3Packages.pydateinfer: init at 0.3.0 2023-09-21 00:35:09 +00:00
Puck Meerburg
73afddd2a5 perlPackages.SDL: fix on perl >= 5.38.0
This applies the patch from [1], fixing the most important game in
nixpkgs.

[1]: https://github.com/PerlGameDev/SDL/pull/304
2023-09-20 21:17:53 +00:00
Fabián Heredia Montiel
b2f85dbf28 Merge remote-tracking branch 'origin/master' into staging-next 2023-09-20 15:08:16 -06:00
Yorick
68a7cc9b47
Merge pull request from cafkafk/cafk-normcap-init
normcap: init at 0.4.4
2023-09-20 22:37:15 +02:00
Yorick
a8be39d4a9
Merge pull request from chrpinedo/master
pricehist: init at 1.4.6
2023-09-20 22:36:35 +02:00
Fabián Heredia Montiel
34fe3faf98
Merge pull request from kashw2/kitty
kitty: 0.29.2 -> 0.30.0
2023-09-20 14:36:02 -06:00
Wout Mertens
e99603603d
Merge pull request from wmertens/corepack-wrappers
nodejs: corepack wrappers package
2023-09-20 21:00:37 +02:00
Wout Mertens
00de2104fc corepack: PR review updates
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Sandro Jaeckel <sandro.jaeckel@gmail.com>
2023-09-20 17:27:05 +02:00
Nick Cao
96c357e5b3
Merge pull request from GaetanLepage/svgelements
python310Packages.svgelements: init at 1.9.6
2023-09-20 09:39:38 -04:00
Maksym Balatsko
dfd3b86289 python3Packages.type-infer: init at 0.0.15 2023-09-20 09:15:21 +00:00
kashw2
d13268ac8a kitty: 0.29.2 -> 0.30.0 2023-09-20 18:42:22 +10:00
Wout Mertens
724f6bcb77 nodejs: corepack wrappers package 2023-09-20 10:10:51 +02:00
github-actions[bot]
8d8feb905e
Merge master into staging-next 2023-09-20 06:01:21 +00:00
Rick van Schijndel
97695cf250
Merge pull request from colemickens/pr-cfspeedtest-103
cfspeedtest: init at 1.1.2
2023-09-20 06:59:25 +02:00
Vincent Laporte
46b9ee34e4 ocamlPackages.dolmen_loop: init at 0.6 2023-09-20 06:57:49 +02:00
Vincent Laporte
24d7dda90a ocamlPackages.dolmen_type: init at 0.6 2023-09-20 06:57:49 +02:00
OTABI Tomoya
ef0fd06dee
Merge pull request from mbalatsko/init-kotsu
python3Packages.kotsu: init at 0.3.3
2023-09-20 11:32:29 +09:00
OTABI Tomoya
7c74737c56
Merge pull request from mbalatsko/init-mrsqm
python3Packages.mrsqm: init at 0.0.4
2023-09-20 11:29:47 +09:00
github-actions[bot]
429d006c1a
Merge master into staging-next 2023-09-20 00:02:14 +00:00
Stig
1839996831
Merge pull request from TomaSajt/mojolicious
perlPackages.Mojolicious: 9.26 -> 9.34
2023-09-20 01:01:33 +02:00
Weijia Wang
0425ad73b3
Merge pull request from wegank/wordpress-bump
wordpress: 6.2.2 -> 6.3.1
2023-09-20 00:41:56 +02:00
TomaSajt
a9ef40b991
perlPackages.Mojolicious: 9.26 -> 9.34 2023-09-19 22:42:40 +02:00
github-actions[bot]
e26a9c8bb7
Merge master into staging-next 2023-09-19 18:01:23 +00:00
Cole Mickens
a03690056a
cfspeedtest: init at 1.1.2 2023-09-19 19:18:31 +02:00
OTABI Tomoya
8b5ab8341e
Merge pull request from elohmeier/django-ninja
python3Packages.django-ninja: init at 0.22.2
2023-09-19 23:14:51 +09:00
Gaetan Lepage
541954ac76 python310Packages.svgelements: init at 1.9.6 2023-09-19 15:33:06 +02:00
github-actions[bot]
e22ad0ef4c
Merge master into staging-next 2023-09-19 12:01:22 +00:00
Enno Richter
e3a6b0c4eb python3Packages.django-ninja: init at 0.22.2 2023-09-19 09:48:32 +02:00
Fabián Heredia Montiel
90040cd36a linux/hardened/patches/6.5: init at 6.5.3-hardened1 2023-09-19 07:09:14 +00:00
github-actions[bot]
3245a21e71
Merge master into staging-next 2023-09-19 06:01:00 +00:00
Janik
9b3be3f09e
Merge pull request from OroraTech/feature/add-libpcap 2023-09-19 07:35:07 +02:00
Anderson Torres
c3f4c7f54c elvish: refactor
- move installCheck to passthru.tests
- migrate to by-name
2023-09-19 00:02:22 -03:00
Anderson Torres
88a627e012 rc: migrate to by-name 2023-09-19 00:02:22 -03:00
Anderson Torres
fd09de7be5 mksh: migrate to by-name 2023-09-19 00:02:22 -03:00
Anderson Torres
1e58183743 less: migrate to by-name 2023-09-18 23:56:22 -03:00
github-actions[bot]
e68e375a72
Merge master into staging-next 2023-09-19 00:02:18 +00:00
Ben Darwin
f110cccd04 vtk_8: remove 2023-09-18 18:43:57 -04:00
Ben Darwin
b2e44fcf6f opencascade: remove at 0.18.3 2023-09-18 18:43:50 -04:00
Weijia Wang
5455f592a5
Merge pull request from IncredibleLaser/optipng-use-libpng-apng
optipng: Use libpng instead of libpng-1.2
2023-09-19 00:19:01 +02:00
Weijia Wang
f73b762f53
Merge pull request from azuwis/mfoc-hardnested
mfoc-hardnested: unstable-2021-08-14 -> unstable-2023-03-27
2023-09-18 23:23:38 +02:00
happysalada
8e11eef314 python311Packages.onnx: protobuf 3.x -> 4.x 2023-09-18 19:58:56 +00:00
Weijia Wang
110ad0ed8f
Merge pull request from wegank/qtkeychain-darwin
libsForQt5.qtkeychain: fix build on x86_64-darwin
2023-09-18 21:37:41 +02:00
github-actions[bot]
f6ea8c7459
Merge master into staging-next 2023-09-18 18:01:08 +00:00
Ben Darwin
ba6b7b05cf smesh: remove at 6.7.6
No commits to master since 2019, depends on similarly unmaintained
opencascade-oce, and mainly used for pythonocc-core package which is
similarly unmaintained.
2023-09-18 13:37:08 -04:00
Weijia Wang
ad09c958e5
Merge pull request from Atemu/warp-darwin
warp: add Darwin support
2023-09-18 18:26:46 +02:00
Weijia Wang
2ed9b44d0c libsForQt5.qtkeychain: fix build on x86_64-darwin 2023-09-18 17:08:17 +02:00
Maksym Balatsko
f6b76f03c7 python3Packages.kotsu: init at 0.3.3 2023-09-18 06:11:10 -07:00
Fabian Affolter
52c495b2d9
Merge pull request from mbalatsko/init-pmdarima
python3Packages.pmdarima: init at 2.0.3
2023-09-18 15:09:04 +02:00
github-actions[bot]
9fd6a65a3a
Merge master into staging-next 2023-09-18 12:01:07 +00:00
Fabian Affolter
2de6950437
Merge pull request from kashw2/grype
grype: 0.66.0 -> 0.68.0
2023-09-18 13:06:18 +02:00
Atemu
58eb45b0fe warp: add Darwin support 2023-09-18 12:23:38 +02:00
OTABI Tomoya
b2f387ac8f
Merge pull request from happysalada/fast_chat_init
fschat: init at 0.2.28
2023-09-18 17:30:23 +09:00
Fabian Affolter
0d3835e09a
Merge pull request from fabaff/simple-websocket
python311Packages.simple-websocket: init at 0.9.0
2023-09-18 10:21:23 +02:00
Danil Suetin
9b49ad3bb8
python3Packages.manuf: init at 1.1.5 2023-09-18 15:19:21 +07:00
happysalada
2cdff5b224 python311Packages.fschat: init at 0.2.28 2023-09-18 04:18:35 -04:00
Peder Bergebakken Sundt
fe806f6136 pagefind: init at 1.0.3 2023-09-18 08:13:58 +00:00
Peder Bergebakken Sundt
187afc5d1b rustc-wasm32: init at 1.70.0 2023-09-18 08:13:58 +00:00
Matthias Beyer
48216fda18
Merge pull request from pacien/meli-0-8-1
meli: re-introduce at 0.8.1
2023-09-18 09:58:02 +02:00
Maksym Balatsko
32558a617a python3Packages.mrsqm: init at 0.0.4 2023-09-18 00:37:37 -07:00
Maksym Balatsko
163ae47dcc python3Packages.dtw-python: init at 1.3.0 2023-09-17 23:53:12 -07:00
Victor Engmark
5efaf495d0 urlencode: init at 1.0.1
A CLI utility for URL-encoding and -decoding strings.

Input is either string arguments or stdin. That is,
`urlencode 'foo bar'` prints the same as
`echo 'foo bar' | urlencode`, that is, "foo%20bar".
2023-09-18 08:09:26 +02:00
github-actions[bot]
3c56b929c1
Merge master into staging-next 2023-09-18 06:01:00 +00:00
Fabián Heredia Montiel
91b20bb736
Merge pull request from delroth/gitter-rm
gitter: remove (unmaintained upstream, probably useless now)
2023-09-17 22:29:13 -06:00
OTABI Tomoya
e3f328b0de
Merge pull request from mbalatsko/init-langid
python3Packages.langid: init at 1.1.6
2023-09-18 12:00:03 +09:00
Pierre Bourdon
6cbb28ee08
gitter: remove (unmaintained upstream, probably useless now) 2023-09-18 02:22:19 +02:00
github-actions[bot]
cb25ab46c1
Merge master into staging-next 2023-09-18 00:02:10 +00:00
pacien
527e3dc045 meli: re-introduce at 0.8.1
This package had been dropped in ac019b9 because it required an
insecure version of openssl. This is no longer the case with this
update.

This new version also enables notmuch support by default in upstream,
detecting the presence of the binary purely at runtime. Therefore,
the matching package build switch has been removed.
2023-09-18 00:19:45 +02:00
Anderson Torres
75d7b2e8ae uxn: migrate to by-name 2023-09-17 18:58:49 -03:00
Anderson Torres
1237d6eb57 katriawm: migrate to by-name 2023-09-17 18:47:10 -03:00
Fabian Affolter
f073c3b584 python311Packages.simple-websocket: init at 0.9.0 2023-09-17 21:09:04 +02:00
Anderson Torres
30cca2e6f7 celluloid: refactor
- finalAttrs
- strictDeps
- meta.changelog and meta.mainProgram
2023-09-17 15:47:03 -03:00
github-actions[bot]
d2fdbb7e40
Merge master into staging-next 2023-09-17 18:00:59 +00:00
Maksym Balatsko
c94459586a python3Packages.pmdarima: init at 2.0.3 2023-09-17 10:43:08 -07:00
Elis Hirwing
77f079cbc6
pdepend: Build from source 2023-09-17 18:09:25 +02:00
Weijia Wang
a15a5921cd
Merge pull request from ianliu/master
flashprint: init at 5.7.1
2023-09-17 17:31:05 +02:00
honnip
0dadba6925
pretendard: 1.3.3 -> 1.3.8, add pretendard-gov ()
* pretendard: 1.3.3 -> 1.3.4

* pretendard: 1.3.4 -> 1.3.5

* pretendard: 1.3.5 -> 1.3.6

* pretendard: 1.3.6 -> 1.3.7, add `pretendard-gov`

* pretendard: 1.3.7 -> 1.3.8
2023-09-17 17:29:21 +02:00
Pol Dellaiera
4934f25064
Merge pull request from etu/platformsh-update
platformsh: 3.79.2 -> 4.10.0
2023-09-17 17:14:40 +02:00
OTABI Tomoya
31527f17ec
Merge pull request from pbsds/pyrender-init
python3Packages.pyrender: init at 0.1.45
2023-09-17 23:06:32 +09:00
Ian Liu Rodrigues
d453259932 flashprint: init at 5.7.1 2023-09-17 15:38:20 +02:00
Elis Hirwing
c3b9ae0547
platformsh: 3.79.2 -> 4.10.0
Also:
- Follow the rename of the repository
- Switch to the new composer builder
2023-09-17 15:07:02 +02:00
Fabian Affolter
0cfd4f1bca
Merge pull request from fabaff/garminconnect-bump
python311Packages.garminconnect: 0.1.55 -> 0.2.4
2023-09-17 14:31:22 +02:00
github-actions[bot]
4851185192
Merge master into staging-next 2023-09-17 12:01:05 +00:00
Fabian Affolter
30e1bb0d4d python311Packages.garth: init at 0.4.25 2023-09-17 11:21:49 +02:00
K900
9f0e5916c8
Merge pull request from aidalgol/heroic-2.9.2
heroic: 2.9.1 -> 2.9.2
2023-09-17 11:50:59 +03:00
Aidan Gauland
ae56b64b71
vulkan-helper: init at 2023-08-09 2023-09-17 20:49:49 +12:00
Fabián Heredia Montiel
965047638c
Merge pull request from atorres1985-contrib/debianutils
debianutils: 5.8 -> 5.13
2023-09-17 01:40:36 -06:00
K900
0181f1d78c
Merge pull request from K900/pipewire-0.3.80
Pipewire 0.3.80
2023-09-17 09:21:52 +03:00
github-actions[bot]
aafb7c13a2
Merge staging-next into staging 2023-09-17 06:01:27 +00:00
Artturi
6e445b7a19
Merge pull request from refi64/itamae 2023-09-17 05:29:43 +03:00
Mario Rodas
46423a1a75
Merge pull request from purcell/postgresql-16
postgresql_16: init at 16.0
2023-09-16 19:39:18 -05:00
github-actions[bot]
a9648759c9
Merge staging-next into staging 2023-09-17 00:03:08 +00:00
Weijia Wang
b4521212e4 wordpress: 6.2.2 -> 6.3.1 2023-09-17 00:02:26 +02:00
Frank Doepper
7427bf8438 perlPackages.Starman: enable IPv6 2023-09-16 23:36:29 +02:00
Anderson Torres
33c496936d nawk: migrate to by-name hierarchy 2023-09-16 21:17:02 +00:00
Anderson Torres
de1073b68e fleng: migrate to by-name 2023-09-16 21:15:31 +00:00
Doron Behar
98e1e2d61a
Merge pull request from mdarocha/move-boogie
boogie: 2.15.7 -> 3.0.4, move out of `dotnet-packages.nix`
2023-09-16 23:29:10 +03:00
github-actions[bot]
c43057cfb6
Merge staging-next into staging 2023-09-16 18:01:34 +00:00
Peder Bergebakken Sundt
4a4017d9a1 python3Packages.pyrender: init at 0.1.45 2023-09-16 19:51:11 +02:00
Maksym Balatsko
646b6a1415 python3Packages.langid: init at 1.1.6 2023-09-16 09:21:18 -07:00
Steve Purcell
ae5b96f3ab postgresql_16: init at 16.0 2023-09-16 18:19:06 +02:00
mdarocha
b0d00352bb boogie: move out of dotnet-packages.nix
dotnet-packages.nix is deprecated and being removed
2023-09-16 16:00:29 +02:00
Anderson Torres
39c2bcdf1a algol68g: migrate to by-name 2023-09-16 13:22:03 +00:00
Mario Rodas
00207520f9
Merge pull request from kilianar/mpsolve-init
mpsolve: init at 3.2.1
2023-09-16 07:48:28 -05:00
Christina Sørensen
cbe40c63c0
normcap: init at 0.4.4
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-16 11:34:48 +02:00
github-actions[bot]
7f93574706
Merge staging-next into staging 2023-09-16 06:01:30 +00:00
mdarocha
f773e7cf09 pash: remove
The package is old and fully replaced by PowerShell
2023-09-16 02:55:44 +00:00
Anderson Torres
41ea5b3609 debianutils: migrate to by-name 2023-09-15 23:52:13 -03:00
Yureka
fd2b5eec41 mosh: build with latest protobuf 2023-09-16 03:19:07 +02:00
James ‘Twey’ Kay
3d479ec076
python3Packages.automx2: init at 2022.01
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-09-16 01:50:04 +01:00
github-actions[bot]
d06d856341
Merge staging-next into staging 2023-09-16 00:02:37 +00:00
Martin Weinelt
48c5ac5ce0
Merge pull request from fabaff/gardena-bluetooth
python311Packages.aiopegelonline: init at 0.0.6
2023-09-16 00:36:55 +02:00
Fabian Affolter
f7c51d5b5d python311Packages.aiopegelonline: init at 0.0.6 2023-09-16 00:16:38 +02:00
Robert Schütz
7fb1b60965
Merge pull request from dotlambda/redoc-cli-buildNpmPackage
redoc-cli: use buildNpmPackage
2023-09-15 20:49:53 +00:00
Azat Bahawi
d968d29a3a
Merge pull request from alexshpilkin/der-ascii
der-ascii: init at unstable-2022-01-18
2023-09-15 23:49:29 +03:00
github-actions[bot]
61d4f1db27
Merge staging-next into staging 2023-09-15 18:01:26 +00:00
kilianar
d82f297d79 mpsolve: init at 3.2.1 2023-09-15 17:44:16 +02:00
Ulrik Strid
1e9b40835c
Merge pull request from vbgl/ocaml-5.1.0
ocaml-ng.ocamlPackages_5_1.ocaml: 5.1.0-rc3 → 5.1.0
2023-09-15 16:16:09 +02:00
Anderson Torres
37a01b3e4f ecmtools: migrate to by-name 2023-09-15 14:12:15 +00:00
Maciej Krüger
7b737acb4a
Merge pull request from nbraud/sha256-to-hash/top-level 2023-09-15 14:36:49 +02:00
github-actions[bot]
a8b6cc7e11
Merge staging-next into staging 2023-09-15 12:01:33 +00:00
Adam Joseph
5da2745e24 catdvi: init at 0.14 2023-09-15 09:55:57 +02:00
Artturi
e497d02143
Merge pull request from expipiplus1/swiftshader
swiftshader: 2020-11-06 -> 2023-09-11
2023-09-15 10:49:39 +03:00
Vincent Laporte
460e931dac
ocaml-ng.ocamlPackages_5_1.ocaml: 5.1.0-rc3 → 5.1.0 2023-09-15 08:57:27 +02:00
github-actions[bot]
65bc8eea63
Merge staging-next into staging 2023-09-15 06:01:42 +00:00
Anderson Torres
5d866fe3fb robotfindskitten: migrate to by-name 2023-09-15 02:40:50 +00:00
kashw2
30a7be48b3 grype: 0.66.0 -> 0.68.0 2023-09-15 09:02:34 +10:00
github-actions[bot]
dd6646009e
Merge staging-next into staging 2023-09-14 18:01:28 +00:00
Fabián Heredia Montiel
c5aab69eaa
Merge pull request from helsinki-systems/upd/openssl_1_1
openssl_1_1: 1.1.1v -> 1.1.1w
2023-09-14 11:35:26 -06:00
Yaya
a8cba393e9
element-{desktop,web}: 1.11.40 -> 1.11.42 ()
https://github.com/vector-im/element-desktop/releases/tag/v1.11.42
https://github.com/vector-im/element-web/releases/tag/v1.11.42
2023-09-14 18:28:53 +02:00
kashw2
2f5ec79c5a syft: 0.88.0 -> 0.90.0 2023-09-14 23:32:00 +10:00
Ulrik Strid
67f7fb56e2
Merge pull request from vbgl/ocaml-ocaml-protoc-2.4
ocamlPackages.ocaml-protoc: 2.0.2 → 2.4
2023-09-14 14:28:54 +02:00
K900
19bdef9225 webrtc-audio-processing_1: 1.0 -> 1.3, cleanup
- use fetchFromGitLab instead of fetchurl
- remove old workarounds
- propagate abseil as it's required to link
2023-09-14 15:06:01 +03:00
github-actions[bot]
3f7284c556
Merge staging-next into staging 2023-09-14 12:02:00 +00:00
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Anderson Torres
e975681deb _4th: refactor
- Migrate to by-name
- Split outputs
- finalAttrs
2023-09-14 10:00:10 +00:00
Mihai Fufezan
4dd9e988a5 xdg-desktop-portal-hyprland: 0.5.0 -> unstable-2023-09-10 2023-09-14 11:03:04 +02:00
Mihai Fufezan
8f4341b144 hyprland: unstable-2023-08-15 -> 0.29.1 2023-09-14 11:03:04 +02:00
Vincent Laporte
3807ab2407
ocamlPackages.ocaml-protoc: 2.0.2 → 2.4 2023-09-14 08:42:12 +02:00
Elis Hirwing
350cac13cf
Merge pull request from NixOS/php/add-new-builder-only
php: add new Composer builder
2023-09-14 07:50:27 +02:00
Vladimír Čunát
f2ea252d23
Merge : staging-next 2023-09-07 2023-09-14 07:38:41 +02:00
Fabián Heredia Montiel
8fb28edf7e
Merge pull request from sikmir/knxd
knxd: init at 0.14.59
2023-09-13 23:31:21 -05:00
Robert Schütz
8cbf615833
Merge pull request from pbsds/cachier-init
python3Packages.cachier: init at 2.2.1
2023-09-14 00:34:21 +00:00
github-actions[bot]
186767dea4
Merge master into staging-next 2023-09-14 00:02:14 +00:00
Dennis Gosnell
fce23b34d2
Merge pull request from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-09-14 08:58:21 +09:00
Fabián Heredia Montiel
ad77a208c5
Merge pull request from faithanalog/vi/bump-schismtracker-202309
schismtracker: 20220506 -> 20230906
2023-09-13 17:20:11 -05:00
Robert Schütz
de4b272988
Merge pull request from Lord-Valen/npm-stylelint
nodePackages.stylelint: use buildNpmPackage
2023-09-13 22:03:32 +00:00
Dennis Gosnell
3672053720 Merge remote-tracking branch 'origin/master' into haskell-updates 2023-09-13 15:36:58 -04:00
github-actions[bot]
98892da85b
Merge master into staging-next 2023-09-13 18:01:09 +00:00
Lord-Valen
db661a558a nodePackages.stylelint: use buildNpmPackage 2023-09-13 10:34:07 -07:00
Lord-Valen
72ed25bfb7 nodePackages.vsc-leetcode-cli: use buildNpmPackage 2023-09-13 10:26:47 -07:00
nicoo
a3f84440cb top-level: Use hash, not sha256
The documentation only mentions the `hash` parameter
on fetches, so `sha256` is deprecated.
2023-09-13 17:24:49 +00:00
renesat
c3772a501f math-preview: init at 5.1.1 2023-09-13 17:07:03 +00:00
Anderson Torres
8485cdfad5 ucg: cleanup
- Use rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- Remove installCheckPhase
  - Change it to a separated derivation inside passthru.tests
- Set meta.mainProgram
2023-09-13 15:31:38 +00:00
Zhong Jianxin
43555b3436 mfoc-hardnested: unstable-2021-08-14 -> unstable-2023-03-27
- Migrate to by-name hierarchy
- Use the finalAttrs pattern for easier overrides
- Fix build on aarch64-darwin
2023-09-13 23:24:14 +08:00
Yorick
8ed6706956
Merge pull request from foo-dogsquared/add-matcha-digest
matcha-rss-digest: init at 0.6
2023-09-13 16:45:52 +02:00
Yorick
047206e20c
Merge pull request from DerDennisOP/django-google-analytics-app
python3.pkgs.django-google-analytics-app: init at 6.0.0
2023-09-13 16:44:56 +02:00
Yorick
1b533471e9
Merge pull request from DerDennisOP/django-simple-history
python3.pkgs.django-simple-history: init at 3.4.0
2023-09-13 16:43:36 +02:00
Robert Schütz
ea36f70f90
Merge pull request from Lord-Valen/npm-terser
nodePackages.terser: use buildNpmPackage
2023-09-13 13:50:00 +00:00
Yorick
3dea3fbed6
Merge pull request from ORichterSec/libkcapi
libkcapi: init at 1.4.0
2023-09-13 15:48:04 +02:00
Elis Hirwing
2160ed2bcc
composer: Stop exposing composer built from a phar file 2023-09-13 15:00:04 +02:00
Elis Hirwing
9e701e6328
composer-local-repo-plugin: Stop exposing this internal tool 2023-09-13 15:00:03 +02:00
Pol Dellaiera
b36ad2f517
php: add new builder buildComposerProject 2023-09-13 15:00:03 +02:00
Pol Dellaiera
27e3b694e7
composer-local-repo-plugin: init at 1.0.0 2023-09-13 15:00:03 +02:00
Mario Rodas
ac50b4a9ce
Merge pull request from afontaine/afontaine/flyctl/v0.1.90
flyctl: 0.1.84 -> 0.1.90
2023-09-13 07:27:49 -05:00
Martin Weinelt
637f72af06
Merge pull request from r-ryantm/auto-update/libvirt
libvirt: 9.6.0 -> 9.7.0
2023-09-13 14:10:21 +02:00
github-actions[bot]
f90dd167f5
Merge master into staging-next 2023-09-13 12:01:05 +00:00
ajs124
f85cec7548 erlang23: remove 2023-09-13 11:33:11 +00:00
Anderson Torres
92832ddf04 trealla: migrate to by-name hierarchy 2023-09-13 10:43:38 +00:00
ajs124
c75843c2a3
Merge pull request from helsinki-systems/drop/old-mariadb
mariadb_104: remove
2023-09-13 12:07:45 +02:00
Robert Hensing
04311ac3fa
Merge pull request from tie/nixpkgs-systems-equals
pkgs/top-level: use lib.systems.equals for crossSystem
2023-09-13 12:04:45 +02:00