Commit Graph

65868 Commits

Author SHA1 Message Date
Pol Dellaiera
629a4897b4
Merge pull request #334418 from techknowlogick/rm-hopin
hop-cli: remove pkg
2024-08-13 21:00:07 +02:00
Robert Schütz
89d7f81980
Merge pull request #334153 from dotlambda/abcmidi
abcmidi: 2024.07.26 -> 2024.08.11
2024-08-13 10:40:53 -07:00
techknowlogick
e30a879e01 hop-cli: remove pkg 2024-08-13 11:32:06 -04:00
Julius Michaelis
dd5bc7b7fe qemu-user: add qemu "user space emulator only" variant
When used from pkgsStatic, this is synonymous with the "qemu-user-static"
packages available in other distros.
2024-08-13 13:36:03 +02:00
Doron Behar
102b1152a6
Merge pull request #333766 from Luflosi/npiet-tests
npiet: add tests, cleanup
2024-08-13 10:38:35 +00:00
Robert Schütz
bd909c86cf
Merge pull request #334202 from dotlambda/ledger-autosync
ledger-autosync: fix build with Python 3.12 and don't propagate ledger and hledger
2024-08-13 00:58:36 -07:00
Luflosi
909bf79413
npiet: cleanup
- Move to pkgs/by-name
- Format
- Use `finalAttrs` instead of `rec` for passing the `version` to `fetchurl`
- Use `hash` instead of `sha256` for `fetchurl`
- Use `--replace-fail` instead of `--replace` for `substituteInPlace`
- Add `strictDeps = true`
- Use `lib` directly in `meta` instead of using `with lib;`
- Add `meta.changelog`
- Add `meta.mainProgram`
2024-08-12 23:43:06 +02:00
Edwin Mackenzie-Owen
873934134d irrlichtmt: remove at 1.9.0mt13
Minetest's irrlicht fork has been moved into the minetest repo.
2024-08-12 22:48:40 +02:00
Edwin Mackenzie-Owen
d61c03fe46 minetest: 5.8.0 -> 5.9.0
* remove irrlichtmt input. Minetest's irrlicht fork has been moved into
  the minetest repo and is now statically linked.
* remove mesa from buildInputs for darwin. Otherwise startup fails with
  "OpenGL driver version is not 1.2 or better." and "Shaders are enabled
  but GLSL is not supported by the driver.". Presumably that happens
  because minetest tries to use an incomplete OpenGL driver from mesa
  instead of the drivers provided by macOS.
* remove withTouchSupport arg, as the upstream CMake option has been
  removed. Touch support should now always be enabled.
* make minetest-touch an alias for minetestclient
* remove unused args
2024-08-12 22:07:55 +02:00
Robert Schütz
9faf61f9fb ledger-autosync: move to pkgs/by-name 2024-08-12 12:11:32 -07:00
Robert Schütz
fe02238662 abcmidi: move to pkgs/by-name 2024-08-12 07:25:25 -07:00
Sandro
2d8b5bc8b3
Merge pull request #327686 from erictapen/osrm-backend 2024-08-12 13:45:18 +02:00
Jonas Chevalier
9a645edbb7
github-runner: move to by-name (#333309)
Allow the merge bot to work
2024-08-12 11:09:36 +02:00
superherointj
94dc66045b
Merge pull request #330914 from felschr/pixelorama-1.0
pixelorama: 0.11.4 -> 1.0.1
2024-08-11 19:07:47 -03:00
Peder Bergebakken Sundt
c93eee1f5f
Merge pull request #330507 from melvyn2/update-slskd
slskd: 0.21.1 -> 0.21.3
2024-08-11 23:38:08 +02:00
linsui
44e7e48778 dotter: move to by-name 2024-08-11 22:45:01 +02:00
Peder Bergebakken Sundt
c07ed4a6ee
Merge pull request #331789 from museoa/vkd3d-proton
vkd3d-proton: 2.8-unstable-2023-04-21 -> 2.13
2024-08-11 22:37:22 +02:00
éclairevoyant
95384cc9b3
Merge pull request #333935 from fabaff/crackmapexec-remove
crackmapexec: remove
2024-08-11 20:17:03 +00:00
Pol Dellaiera
ffeda92906
Merge pull request #333903 from dotlambda/python3Packages.md2pdf
python312Packages.md2pdf: init at 1.0.1
2024-08-11 20:17:27 +02:00
Pol Dellaiera
9ef411c586
Merge pull request #333912 from piotrkwiecinski/magerun2-by-name
n98-magerun2: format with nixfmt-rfc-style; move to by-name
2024-08-11 19:52:53 +02:00
Fabian Affolter
de1203f7a0 crackmapexec: remove
Unmaintained and does not work with Python >= 3.12
2024-08-11 17:58:43 +02:00
Pol Dellaiera
770fe6989b
Merge pull request #333783 from mattpolzin/ijq_1_1_1
ijq: 1.1.0 -> 1.1.1
2024-08-11 17:11:33 +02:00
Nick Cao
7616686fae
Merge pull request #333888 from jvanbruegge/nix-update-1.5
nix-update: 1.4.0 -> 1.5.0
2024-08-11 11:03:00 -04:00
Mathew Polzin
8fa374304f ijq: move to pkgs/by-name 2024-08-11 09:18:50 -05:00
Piotr Kwiecinski
fe9516bce1
n98-magerun2: move to by-name 2024-08-11 15:54:46 +02:00
Robert Schütz
a3495eb0c4 python312Packages.md2pdf: init at 1.0.1 2024-08-11 06:13:53 -07:00
Someone
78d1fae7d2
Merge pull request #333707 from flokli/glew-egl
glew: enable both EGL and GLX
2024-08-11 12:50:05 +00:00
Florian Klink
d025091b35 glew: enable both EGL and GLX
Re-roll of https://github.com/NixOS/nixpkgs/pull/328907, but this time
adding the patch from ArchLinux, which keeps both EGL and GLX code paths
active.

Remove overrides where EGL was explicitly requested previously, as well
as the glew-egl package variant.

Add an alias for glew-egl, in case there's any users of this outside
of nixpkgs.
2024-08-11 15:11:22 +03:00
Adam C. Stephens
0536436018
Merge pull request #316466 from uninsane/rebrand-trust-dns
hickory-dns: rename from trust-dns
2024-08-11 07:35:03 -04:00
Stefan Frijters
87c250d7c9
quodlibet: clean up, alternative fix for Python 3.12 (#326924)
* quodlibet: remove option that no longer exists

Upstream removed this at 53c05c1160

* quodlibet: convert to pyproject

* quodlibet: reformat for RFC166

* quodlibet: fixes for Python 3.12
2024-08-11 14:42:34 +04:00
Jan van Brügge
8fe398eec8
nix-update: 1.4.0 -> 1.5.0 2024-08-11 11:02:00 +01:00
Colin
f9df9508f4 hickory-dns: rename from trust-dns 2024-08-11 07:59:32 +00:00
Alex Martens
0ac8e9e2b6 svdtools: move to pkgs/by-name 2024-08-10 12:18:33 -07:00
Sigmanificient
09e84d4cb1 zk-shell: drop 2024-08-10 18:33:50 +02:00
Florian
0b6d56d79d
Merge pull request #333065 from matteo-pacini/nzbhydra2-move
nzbhydra2: move to pkgs/by-name
2024-08-10 11:49:16 +02:00
Atemu
676fcbab0c
Merge pull request #328295 from getchoo/pkgs/turbo/2.0.7
turbo: 1.13.2 -> 2.0.11; modernize; adopt
2024-08-10 10:14:24 +02:00
Donovan Glover
e34c7a6b2a
Merge pull request #333353 from techknowlogick/bump-firecracker
firecracker: 1.7.0 -> 1.8.0
2024-08-10 01:32:26 +00:00
Emily
2c79576ca5
Merge pull request #330855 from emilazy/push-mrtsqsqnwxry
{openlp,python3Packages.sqlalchemy-migrate,python3Packages.tempita}: drop
2024-08-09 23:11:09 +01:00
Donovan Glover
0c4a828b0d
Merge pull request #332061 from emilazy/push-lyoruqmmrqzx
hydron: drop
2024-08-09 15:40:54 +00:00
OTABI Tomoya
980377fa5a
Merge pull request #333097 from pyrox0/pythonpackages/ansible-navigator
ansible-navigator: migrate from python3Packages; modernize
2024-08-10 00:17:49 +09:00
Bobby Rong
3785c1d7cc
Merge pull request #333028 from bobby285271/add/mozjs128
spidermonkey_128: init at 128.1.0
2024-08-09 21:01:36 +08:00
Nick Cao
efbfec028a
Merge pull request #332497 from Bot-wxt1221/updateqq
qq: 3.2.10 -> 3.2.12
2024-08-09 09:00:12 -04:00
Weijia Wang
73c0b5f730
Merge pull request #332100 from wegank/photoqt-bump
photoqt: 4.5 -> 4.6
2024-08-09 09:33:38 +02:00
Matthias Beyer
69d44a2987
Merge pull request #333011 from nix-julia/update-mdbook-d2
mdbook-d2: unstable-2023-03-30 -> 0.3.0
2024-08-09 08:33:16 +02:00
techknowlogick
307313162e firecracker: move to pkgs/by-name 2024-08-08 22:32:05 -04:00
Peder Bergebakken Sundt
c3f597a013
Merge pull request #331622 from ryand56/update/scrcpy
scrcpy: 2.5 -> 2.6.1; migrate to pkgs/by-name
2024-08-09 01:01:03 +02:00
nix-julia
7fc41e1fcf mdbook-d2: move to pkgs/by-name 2024-08-08 22:28:36 +03:30
Bobby Rong
a9c3e1fd49
spidermonkey_128: Workaround by-name CI failures
https://github.com/NixOS/nixpkgs/blob/24.05/pkgs/by-name/README.md#recommendation-for-new-packages-with-multiple-versions
2024-08-08 23:56:32 +08:00
Bobby Rong
46cd220898
spidermonkey_128: init at 128.1.0 2024-08-08 23:55:22 +08:00
rewine
4da3c4b075
Merge pull request #331623 from emilazy/push-yxttoylpkomv
cage: 0.1.5 -> 0.1.5-unstable-2024-07-29; wlroots_0_16: drop
2024-08-08 21:19:56 +08:00