Commit Graph

103094 Commits

Author SHA1 Message Date
Sefa Eyeoglu
768baf9526
opencomposite-helper: drop
This helper script made use of `VR_OVERRIDE` which causes issues with
some applications/games. As detailed in 3rd-party documentation[0] the
recommended way to setup OpenComposite is to configure
`$XDG_CONFIG_HOME/openvr/openvrpaths.vrpath` instead. This is also
documented on the NixOS Wiki[1].

[0]: https://monado.freedesktop.org/valve-index-setup.html#5-setting-up-opencomposite
[1]: https://wiki.nixos.org/wiki/VR#OpenComposite

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 18:11:09 +02:00
Aleksana
d9b288ada0
eask: Rename eask -> eask-cli (#339932) 2024-09-07 22:32:43 +08:00
aleksana
7905b1a5a8 amp: move to pkgs/by-name 2024-09-07 15:58:20 +02:00
0x4A6F
194cc3d7f6
iotools: Move package definition into by-name directory (#338674) 2024-09-07 15:41:01 +02:00
0x4A6F
442210ed40
libjaylink: Move package definition into by-name directory (#338675) 2024-09-07 15:38:04 +02:00
github-actions[bot]
de15243c9a
Merge master into staging-next 2024-09-07 12:04:51 +00:00
David McFarland
13a975148a
dotnet: add override mechanism for nuget packages (#339953) 2024-09-07 09:00:01 -03:00
Fabian Affolter
6535273699
python312Packages.ldap3-bleeding-edge: init at 2.10.1.1337, ldeep: 1.0.60 -> 1.0.61, python312Packages.pywerview: 0.6.1 -> 0.7.0 (#340166) 2024-09-07 10:37:57 +02:00
Aleksana
2cb8581d10
darwin.xcode: add 15.2, 15.3 and 15.4 (#313003) 2024-09-07 16:24:18 +08:00
github-actions[bot]
319af78438
Merge master into staging-next 2024-09-07 06:04:15 +00:00
Yt
2bd06aae37
beam-packages: add nodocs target for building ex_doc on 27+ (#340105) 2024-09-07 01:51:54 +00:00
github-actions[bot]
b6b2ac4f61
Merge master into staging-next 2024-09-07 00:12:59 +00:00
Robert Schütz
79b2e91635 python312Packages.hass-client: init at 1.2.0 2024-09-06 16:41:54 -07:00
David McFarland
e5cb52bd58 buildDotnetGlobalTool: move into dotnetCorePackages 2024-09-06 16:05:19 -03:00
David McFarland
5b31367e13 buildDotnetModule: move into dotnetCorePackages 2024-09-06 16:05:19 -03:00
John Ericson
f43cc75868
Clean up cross bootstrapping, take 2 (#321525) 2024-09-06 14:56:54 -04:00
Fabian Affolter
c6deee04b5 python312Packages.ldap3-bleeding-edge: init at 2.10.1.1337
Strictly RFC 4510 conforming LDAP V3 client library (bleeding edge)

https://pypi.org/project/ldap3-bleeding-edge/
2024-09-06 20:53:36 +02:00
Fabian Affolter
0da8cdf3d1
python312Packages.devpi-common: refactor (#340099) 2024-09-06 20:26:34 +02:00
Fabian Affolter
9acaafc8eb
python312Packages.docx2python: 2.11.0 -> 3.0.0 (#340092) 2024-09-06 20:10:10 +02:00
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
éclairevoyant
95e172d7c0
valgrind-light: set meta.description to clarify difference to valgrind 2024-09-06 13:14:03 -04:00
Gaetan Lepage
6b95f30743 python312Packages.simple-parsing: init at 0.1.6 2024-09-06 17:38:33 +02:00
Dmitry Kalinkin
5f02113980 python312Packages.snakemake-storage-plugin-fs: init at 1.0.6 2024-09-06 11:22:44 -04:00
Jean-Baptiste Giraudeau
0e639f2cc0
gancio: init at 1.19.0
Gancio is a shared agenda for local communities: https://gancio.org/
2024-09-06 16:32:06 +02:00
John Ericson
5f134ec6cf Clean up cross bootstrapping
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.

Now, almost all of these `*Cross` attributes are gone: just these are
kept:

- Glibc's and Musl's are kept, because those packages are widely used
  and I didn't want to risk changing the native builds of those at this
  time.

- generic `libcCross`, `theadsCross`, and friends, because these relate
  to the convolulted GCC bootstrap which still needs to be redone.

The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:

1. It usable for native and cross alike

2. It named according to what it *is* ("a standard environment without
   libc but with a C compiler"), rather than some non-compositional
   jargon ("the stdenv used for building libc when cross compiling",
   yuck).

I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.

The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.

(adapted from commit 51f1ecaa59)
(adapted from commit 1743662e55)
2024-09-06 10:26:56 -04:00
Adam Stephens
836658e721
beam-packages: add nodocs target for building ex_doc on 27+ 2024-09-06 09:57:17 -04:00
Paul Meyer
d300e2a889 waagent: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
Ilan Joselevich
8d2ba0feae
buildRustCrate: Fix rust-overlay usage
I broke the usage of buildRustCrate with a toolchain from rust-overlay
when I added support for wasm32-unknown-unknown, this change adds
additional conditionals to restore the usage.

The toolchain can now be overriden either through
```
buildRustCrate {
  rust = toolchain;
  cargo = toolchain
}
```
or
```
buildRustCrate.override {
  rustc = toolchain;
  cargo = toolchain;
}
```
They should now be consistent with each other.
2024-09-06 16:47:29 +03:00
Fabian Affolter
f179901ab1 python312Packages.packaging-legacy: init at 23.0.post0
Module to support for legacy Python Packaging functionality

https://github.com/di/packaging_legacy
2024-09-06 15:47:22 +02:00
Thiago Kenji Okada
6427bcad3b
emilua: bump + plugin support (#339898) 2024-09-06 14:45:33 +01:00
Fabian Affolter
8df6327267 python312Packages.paragraphs: init at 1.0.1
Module to incorporate long strings

https://github.com/ShayHill/paragraphs
2024-09-06 15:29:13 +02:00
JenChieh
e81edcaded eask: Rename eask -> eask-cli 2024-09-06 02:16:03 -07:00
github-actions[bot]
6802206bcc
Merge master into staging-next 2024-09-06 06:04:31 +00:00
ocfox
1d5377fffd
music-player: migrate to by-name 2024-09-06 13:04:25 +08:00
Adam Joseph
fa8b6b8e2f libcCross: set to null rather than using assert in nonsense scenarios
As discussed in

  https://discourse.nixos.org/t/help-me-understand-two-load-bearing-assert-statements/51420

The assertion here tickles (via wine, which is always the biggest headache for
our cross-compilation machinery) a `tryEval` that silently drops any outputs
that `throw` while splicing.

In this case, the `gcc.libgcc` output is `throw`ing due to checking if
`libcCross==null`.  The same effect is had by simply setting `libcCross` to
`null` in that situation, and this way we don't have to lean on `tryEval`.
2024-09-05 21:53:54 -07:00
David McFarland
d4776214f7 mkNugetSource/Deps: move into dotnetCorePackages 2024-09-05 23:46:23 -03:00
Connor Baker
94b9bccc4b
gpu-burn: unstable-2023-11-10 -> unstable-2024-04-09; update CUDA packaging (#339911) 2024-09-05 18:03:55 -07:00
Yt
fcc6387b76
nixos/stalwart-mail: package and configure webadmin (#314820) 2024-09-06 01:03:27 +00:00
lucasew
6cb162ece8 emiluaPlugins: recurseIntoAttrs
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:49:02 -03:00
lucasew
0c3ff997a7 nixfmt as told by ci
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:40 -03:00
lucasew
278b2dfe71 emiluaPlugins.beast: init at 1.1.0
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:07 -03:00
lucasew
93bd1ce196 emiluaPlugins: init scope
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:39:25 -03:00
github-actions[bot]
25ef10109d
Merge master into staging-next 2024-09-06 00:13:20 +00:00
Dmitry Kalinkin
589165439b python312Packages.sysrsync: init at 1.1.1 2024-09-05 19:27:18 -04:00
Connor Baker
98140869fb gpu-burn: unstable-2023-11-10 -> unstable-2024-04-09; update CUDA packaging 2024-09-05 21:36:41 +00:00
Marcus Ramberg
a779daa556
Update k3s packages and init v1.31.0 (#339264) 2024-09-05 23:33:10 +02:00
Callum Leslie
9838a041fb
linuxPackages.nullfs: init at 0.17 2024-09-05 21:30:50 +01:00
Fabian Affolter
f76d96a873
python312Packages.pynslookup: init at 1.8.1 (#339626) 2024-09-05 20:52:10 +02:00
Fabian Affolter
de8e3a03ab
python312Packages.graphtage: refactor (#339785) 2024-09-05 20:51:38 +02:00
Fabian Affolter
30bb95bfc7
python312Packages.ctypesgen: init at 1.1.1 (#339719) 2024-09-05 20:49:02 +02:00
github-actions[bot]
769b11176d
Merge master into staging-next 2024-09-05 18:03:49 +00:00
Philip Taron
8ce0231474
zoom-us: move to by-name 2024-09-05 09:45:55 -07:00
OTABI Tomoya
41120cbe97
python312Packages.kaleido: init at 0.2.1 (#339136) 2024-09-06 01:17:45 +09:00
Peder Bergebakken Sundt
94df02c3a1
backintime: 1.4.3 -> 1.5.2 (#335738) 2024-09-05 11:33:48 -04:00
Emily
9a73513034
jujutsu: refactor, add emily to maintainers (#339702) 2024-09-05 16:11:12 +01:00
Peder Bergebakken Sundt
4d741d8e4b
schemaspy: 6.1.0-SNAPSHOT -> 6.2.4 (#337020) 2024-09-05 10:57:28 -04:00
Robert Schütz
e0639a2de3
fittrackee: 0.8.6 -> 0.8.8 (#339297) 2024-09-05 07:53:20 -07:00
Alyssa Ross
8ce7f9f78b qemu: 9.0.2 -> 9.1.0
The macOS deployment target has been set to 12.0, and the collection
of patches and reverts to keep older macOS versions working has been
dropped, as maintaining what is effectively a fork of QEMU solely for
the sake of versions no longer supported by Apple has become untenable.
It may or may not still work on older macOS versions, potentially with
reduced functionality. Upstream only officially supports the latest
two versions of macOS, so this is still extending support further back
than QEMU will support. To continue supporting back to macOS 10.12,
at least the following upstream commits would have to be reverted,
and possibly more:

* <2d27c91e2b>
* <e9c9d8dc3b>
* <7b60b971cc>

However, if you want to do that, you should be prepared to take up the
burden of maintaining the monotonically‐increasing set of patches
that will be required to keep this working in future.

Fixes: CVE-2024-7409
Co-authored-by: Emily <vcs@emily.moe>
2024-09-05 16:38:43 +02:00
Fabian Affolter
f4ec76bd67 python312Packages.fickling: init at 0.1.3
A Python pickling decompiler and static analyzer

https://github.com/trailofbits/fickling
2024-09-05 14:26:48 +02:00
github-actions[bot]
37c947df6c
Merge master into staging-next 2024-09-05 12:05:31 +00:00
Alyssa Ross
b745b4f77c
hyperion-ng: 2.0.14 -> 2.0.16 2024-09-05 11:30:45 +02:00
Doron Behar
93674b2dab
musescore: 4.3.2 -> 4.4.0 (#337764) 2024-09-05 08:24:38 +00:00
Peder Bergebakken Sundt
e3232bf075
{micro-full,micro-with-wl-clipboard,micro-with-xclip}: "init" (#339368) 2024-09-05 03:43:32 -04:00
Fabian Affolter
c9fcbdf69b python312Packages.pynslookup: init at 1.8.1
Module to do DNS lookups

https://github.com/wesinator/pynslookup
2024-09-05 09:29:05 +02:00
Jonas Heinrich
ef0d15f8d3 wasm-bingen-cli: 0.2.92 -> 0.2.93 2024-09-05 08:34:13 +02:00
github-actions[bot]
b00b35b402
Merge master into staging-next 2024-09-05 06:04:41 +00:00
Philip Taron
0223e698fc
{SDL1, SDL_compat}: migrate to by-name (#339311) 2024-09-04 22:49:09 -07:00
OTABI Tomoya
84173eb8cf
python312Packages.minari: 0.4.3 -> 0.5.0 (#338197) 2024-09-05 11:53:00 +09:00
OTABI Tomoya
481cad11e5
python311Packages.python-magnumclient: init at 4.7.0 (#339618) 2024-09-05 11:49:08 +09:00
éclairevoyant
fcb54ddcc9
openlens: remove package (#339553) 2024-09-05 02:32:14 +00:00
Emily
64bbb1d94c jujutsu: move to pkgs/by-name 2024-09-05 03:16:47 +01:00
Aleksana
0030e0df08
tsid: init at 1.7.1 (#337587) 2024-09-05 09:32:12 +08:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next 2024-09-05 00:13:11 +00:00
Adam C. Stephens
cc75a581a2
libcutl: 0.10.0 -> 0.11.0, move to by-name, modernize, adopt (#332257) 2024-09-04 20:12:42 -04:00
Adam C. Stephens
8ac904cf0b
weston: 13.0.3 -> 14.0.0 (#339537) 2024-09-04 20:05:56 -04:00
Martin Weinelt
07ff4e715f
home-assistant: 2024.8.3 -> 2024.9.0 (#338722) 2024-09-05 01:27:10 +02:00
Philip Taron
afb866e64a
yarnInstallHook: init (#328544) 2024-09-04 14:33:47 -07:00
Sebastian Sellmeier
4b29fd82fc
openlens: remove package 2024-09-04 22:47:28 +02:00
Gavin John
25ad2d11ec
python312Packages.kaleido: init at 0.2.1 2024-09-04 13:47:17 -07:00
Anthony ROUSSEL
fc34fc1c85 python311Packages.python-magnumclient: init at 4.7.0
Add Magnum Client package, a client for the OpenStack Magnum container orchestration engine service.
2024-09-04 22:15:16 +02:00
Anderson Torres
27e300bca2 SDL_classic: red-alias it to SDL1 2024-09-04 16:40:57 -03:00
Martin Weinelt
ce9c1ef119 python312Packages.pysnmp: 4.4.2 -> 6.2.5
https://github.com/lextudio/pysnmp/blob/v6.2.5/CHANGES.rst
https://github.com/etingof/pysnmp/issues/429

Promotes the lextudio fork to the the primary pysnmp package.
2024-09-04 12:02:11 -07:00
Martin Weinelt
d05ede7bac python312Packages.pysmi: 0.3.4 -> 1.4.4
https://github.com/lextudio/pysmi/blob/v1.4.4/CHANGES.rst

Absorbs pysmi-lextudio, since the author of pysmi has passed away and
the lextudio fork has now become pysmi.
2024-09-04 12:02:11 -07:00
Robert Schütz
174c549d5d python312Packages.zigpy-zboss: init at 1.2.0 2024-09-04 12:02:07 -07:00
Robert Schütz
28ef7195fb python312Packages.lcn-frontend: init at 0.1.6 2024-09-04 12:02:06 -07:00
Robert Schütz
6d51ba7470 python312Packages.pyvicare: drop
Home Assistant switched to PyViCare-neo.
2024-09-04 12:02:05 -07:00
Robert Schütz
8430312fac python312Packages.pyvicare-neo: init at 0.3.0 2024-09-04 12:02:05 -07:00
Robert Schütz
e6cdf02736 python312Packages.pyspeex-noise: init at 1.0.2 2024-09-04 12:02:05 -07:00
Robert Schütz
2f172d3656 python312Packages.nice-go: init at 0.3.8 2024-09-04 12:02:04 -07:00
Robert Schütz
a75ce75e11 python312Packages.ayla-iot-unofficial: init at 1.3.1 2024-09-04 12:02:04 -07:00
Robert Schütz
950404a7e6 python312Packages.pysmlight: init at 0.0.13 2024-09-04 12:02:03 -07:00
Robert Schütz
50c9581c8b python312Packages.aiohttp-sse-client2: init at 0.3.0 2024-09-04 12:02:03 -07:00
Doron Behar
d1a0bf8bfc musescore: 4.3.2 -> 4.4.0
Diff: https://github.com/musescore/MuseScore/compare/v4.3.2...v4.4.0
2024-09-04 22:01:21 +03:00
Philip Taron
8ed9f95120
stdenv: Allow user to supply their bootstrapFiles set of tools (#317119) 2024-09-04 11:34:37 -07:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next 2024-09-04 18:04:23 +00:00
Wael Nasreddine
e68d683175
prow: unstable-2020-04-01 -> 0-unstable-2024-08-27 (#338144) 2024-09-04 09:25:46 -07:00
7c6f434c
b932454feb
botan: refactoring (#339560) 2024-09-04 15:58:14 +00:00
Anderson Torres
7159facf92 SDL1: migrate to by-name
And green-alias both SDL1 and SDL_classic to it.
2024-09-04 12:24:11 -03:00
Anderson Torres
245276a925 SDL_classic: hide parameters under package expression 2024-09-04 12:24:11 -03:00
Anderson Torres
77b1cefe32 SDL_compat: migrate to by-name 2024-09-04 12:20:35 -03:00
K900
5a18fb6668
pkgs: fix eval (#339561) 2024-09-04 17:55:53 +03:00
Francesco Gazzetta
15785da801
qrcp: 0.11.2 → 0.11.3 (#339319) 2024-09-04 14:50:34 +00:00
Anderson Torres
1918269b08 SDL_compat: hide parameters under package expression 2024-09-04 11:47:43 -03:00
éclairevoyant
c8204eda76
pkgs: fix eval 2024-09-04 10:47:34 -04:00
lelgenio
7783e118af yarnInstallHook: init 2024-09-04 11:15:47 -03:00
nikstur
981d819d46 botan: refactor
Improve overridability and make it more idiomatic.
2024-09-04 16:13:55 +02:00
Aleksana
05a7a89754
python3Packages.bcc: init at 0.31.0 (#339505) 2024-09-04 22:07:05 +08:00
Pierre Roux
197b4434c9 coqPackages.coq: 8.20+rc1 -> 8.20.0 2024-09-04 16:01:47 +02:00
OTABI Tomoya
99e4c3d6da
python311Packages.python-troveclient: init at 7.0.0 (#339315) 2024-09-04 22:48:31 +09:00
Fabian Affolter
85bbba4a18 python312Packages.ctypesgen: init at 1.1.1
Pure-python wrapper generator for ctypes

https://github.com/ctypesgen/ctypesgen
2024-09-04 15:48:28 +02:00
Alyssa Ross
57808a38ec
weston: 13.0.3 -> 14.0.0 2024-09-04 15:00:48 +02:00
github-actions[bot]
4be617cf77
Merge master into staging-next 2024-09-04 12:06:17 +00:00
Fabian Affolter
9b40840066
python312Packages.mypy-boto3-*: updates (#303877) 2024-09-04 13:07:14 +02:00
K900
7be0aecdfb
pythonPackages.whey, pythonPackages.whey-pth: init at 0.1.1 (#328025) 2024-09-04 13:52:27 +03:00
Ryan Yin
fb27fe2102 python3Packages.bcc: init at 0.31.0 2024-09-04 17:30:57 +08:00
Fernando Rodrigues
636e440d64 qemu_xen: avoid building qemu_xen twice
We achieve this by simply aliasing qemu_xen to qemu_xen_LATESTVERSION.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-04 08:57:20 +02:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Anderson Torres
7ab079fe17 {micro-full,micro-with-wl-clipboard,micro-with-xclip}: "init" 2024-09-03 21:06:59 -03:00
Anderson Torres
9cc5c5ec1d czkawka-full: "init"
This meta-package is a convenient wrapper for czkawka, useful to include extra
auxiliary packages - like ffmpeg.

Many thanks for `parallel` package keepers! The idea is nice!
2024-09-03 20:50:57 -03:00
Fabian Affolter
e83cbb10c3 python312Packages.mypy-boto3-*: remove obsolete modules 2024-09-04 01:29:41 +02:00
Philip Taron
26a7a87293
avahi: remove config.avahi
This was added in 6832a42b7f, which
replaced an attrset with `qt4Support = config.avahi.qt4Support or false;`.

As qt4 support is now out of the tree, so should this be as well.
2024-09-03 14:54:27 -07:00
Nick Cao
8170212c3c
libcyaml: 1.4.1 -> 1.4.2 (#338707) 2024-09-03 15:30:08 -04:00
Sandro
08acf1700a
containerlab: 0.56.0 -> 0.57.0 (#336679) 2024-09-03 21:29:27 +02:00
Robert Rose
d3da7528fa k3s_1_31: init 1.31.0+k3s1
Release: https://github.com/k3s-io/k3s/releases/tag/v1.31.0%2Bk3s1
2024-09-03 21:03:39 +02:00
Manuel Mendez
3c841d740f gdlv: Convert to by-name 2024-09-03 15:02:50 -04:00
Nikolay Korotkiy
dcb3223139
qrcp: migrate to by-name 2024-09-03 22:51:56 +04:00
Anthony ROUSSEL
6848dad993 python311Packages.python-troveclient: init at 7.0.0
Add [Trove Client package](https://github.com/openstack/python-troveclient),
a client for the OpenStack Trove DBaaS service.
2024-09-03 20:43:41 +02:00
Maximilian Bosch
6cc3e274c9
prometheus-openldap-exporter: remove (#338824) 2024-09-03 19:57:31 +02:00
Robert Schütz
389bca777e fittrackee: rename from fit-trackee
The former aligns with what the package is called on PyPI.
2024-09-03 10:23:55 -07:00
Donovan Glover
3c82d2b912
mdt: remove (duplicate of md-tui) (#339239) 2024-09-03 16:08:32 +00:00
Donovan Glover
425d2be64f
measureme: 11.0.1 -> 12.0.0 (#338746) 2024-09-03 15:34:25 +00:00
sternenseemann
1f060355f9
haskellPackages: update stackage and hackage (#335932) 2024-09-03 16:37:49 +02:00
Félix
8dc7602989
power-profiles-daemon: format, move to by-name, add updateScript (#339242) 2024-09-03 16:34:12 +02:00
sternenseemann
3b49463ace Merge branch master into haskell-updates 2024-09-03 16:28:39 +02:00
Alyssa Ross
387fbb7a4b libunwind: use default LLVM on riscv32-linux
This was set because the default LLVM was too old.  Now it's ahead,
and llvmPackages_14.libunwind no longer builds for riscv32-linux.
2024-09-03 16:20:12 +02:00
Robert Rose
864f4c2276 k3s_1_29: 1.29.7+k3s2 -> 1.29.8+k3s1
https://github.com/k3s-io/k3s/releases/tag/v1.29.8%2Bk3s1
2024-09-03 15:31:25 +02:00
Robert Rose
941e3ccbc4 k3s_1_28: 1.28.12+k3s1 -> 1.28.13+k3s1
https://github.com/k3s-io/k3s/releases/tag/v1.28.13%2Bk3s1
2024-09-03 15:14:35 +02:00
Matthieu Coudron
23f4d2edd4
playwright: package with buildNpmPackage (#302759) 2024-09-03 15:08:41 +02:00
Pol Dellaiera
f059f56556
php82Extensions.soap: fix tests (#339227) 2024-09-03 15:03:26 +02:00
r-vdp
916f08fab3
power-profiles-daemon: move to pkgs/by-name 2024-09-03 15:03:00 +02:00
aleksana
f2e14433d7 mdt: remove (duplicate of md-tui) 2024-09-03 20:22:24 +08:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
Aleksana
f7442ae9d1
filebot: 5.1.4 -> 5.1.5 (#336870) 2024-09-03 19:53:54 +08:00
Aaron Jheng
d8abd48bcb
atlas: 0.26.0 -> 0.27.0 2024-09-03 10:53:10 +00:00
Maximilian Bosch
bc9dacde24
php82Extensions.soap: fix tests
Closes #339074
2024-09-03 12:45:22 +02:00
t4ccer
e416cfd21c
measureme: move to by-name, format 2024-09-02 22:20:22 -06:00
github-actions[bot]
1b5ba42224
Merge master into haskell-updates 2024-09-03 00:14:50 +00:00
github-actions[bot]
a07f612219
Merge master into staging-next 2024-09-03 00:13:11 +00:00
Nikolay Korotkiy
99d58d3d2b
pyradio: 0.9.3.9 -> 0.9.3.11 (#338991) 2024-09-02 23:44:43 +04:00
Nikolay Korotkiy
a8fd5e2601
pyradio: migrate to by-name 2024-09-02 23:31:22 +04:00
Alyssa Ross
0383215a85 relibc: add throw alias
Fixes: e6f33f4a94 ("relibc: remove")
2024-09-02 14:41:31 -04:00
Emily
2349afa474
buck: pin python3 to python311 (#338856) 2024-09-02 19:07:53 +01:00
github-actions[bot]
ce19166255
Merge master into staging-next 2024-09-02 18:04:19 +00:00
Jörg Thalheim
b1e24e94a8
relibc: remove (#339043) 2024-09-02 19:10:21 +02:00
Morgan Helton
c7188fe301
kubectl-gadget: move to by-name 2024-09-02 12:05:20 -05:00
Nikolay Korotkiy
e05baacd43
mapproxy: 2.2.0 -> 3.0.1 (#338741) 2024-09-02 20:36:34 +04:00
Alyssa Ross
e6f33f4a94
relibc: remove
This has been broken for more than a year on x86_64-linux, and
x86_64-redox doesn't even evaluate far enough to get to its libc.

Given that it doesn't work anyway, and doesn't seem likely to in the
near future, let's remove it until somebody wants to work on it,
because the custom toolchain makes other changes to Rust more
difficult.
2024-09-02 17:54:21 +02:00
Nikolay Korotkiy
5625ade6bb
chirp: 0.4.0-unstable-2024-08-06 -> 0.4.0-unstable-2024-08-31 (#338754) 2024-09-02 16:48:21 +04:00
github-actions[bot]
4aa8416117
Merge master into staging-next 2024-09-02 12:05:34 +00:00
Sandro
9d4badae3e
bmaptool: rename from bmap-tools and bump 3.6 -> 3.8.0 (#332434) 2024-09-02 11:35:06 +02:00
Sandro
b870875375
liberasurecode: 1.6.3 -> 1.6.4 (#338883) 2024-09-02 11:29:39 +02:00
Johannes Jöns
80fa723e5b
glfw-minecraft: merge glfw-wayland-minecraft into glfw (#310073) 2024-09-02 06:17:29 +00:00
github-actions[bot]
46a57b6e9d
Merge master into staging-next 2024-09-02 06:04:55 +00:00
Jan Tojnar
abd37c51b2
gamin, fileschanged: remove (#305197) 2024-09-02 07:22:53 +02:00
Keto
135d180253
ldid-procursus: Migrate to by-name 2024-09-01 22:30:00 -04:00
github-actions[bot]
b35ed50e47
Merge master into haskell-updates 2024-09-02 00:15:49 +00:00
github-actions[bot]
d834278999
Merge master into staging-next 2024-09-02 00:13:57 +00:00
Stanisław Pitucha
2163a45ca7
gamin, fileschanged: remove
The projects have not been in development for around a decade. The
original source for gamin does not exist. Although it exists in gnome
archive now, it only has one similarily unmaintained tool.

Remove both instead of fixing gamin for the latest clang update.
2024-09-01 23:27:24 +02:00
Anthony ROUSSEL
c3bda7ebcb liberasurecode: migrate to pkgs/by-name 2024-09-01 21:34:43 +02:00
Nikolay Korotkiy
6ddbfadefc
chirp: migrate to by-name 2024-09-01 23:08:58 +04:00
Anthony ROUSSEL
c03d445db9 python311Packages.python-mistralclient: init at 5.3.0
https://opendev.org/openstack/python-mistralclient
2024-09-01 20:09:12 +02:00
github-actions[bot]
e1bf37ee9a
Merge master into staging-next 2024-09-01 18:03:51 +00:00
Ivan Mincik
ef7da07646
python3Packages.pystac-client: init at 0.8.3 2024-09-01 17:11:18 +00:00
tu-maurice
4fbb84dd8b buck: pin python3 to python311
buck is incompatible with python 3.12 due to the imp module which has been
removed from the standard library in python 3.12. buck is also not in active
development anymore, so there will be no fix for this.
2024-09-01 19:08:22 +02:00
Jan Tojnar
e9179b4fa3 Merge branch 'master' into staging-next 2024-09-01 19:04:04 +02:00
Johannes Jöns
0a17c07274
maestro: update from 1.36.0 to 1.37.9 (#335888) 2024-09-01 16:14:13 +00:00
Nikolay Korotkiy
88bee160aa
mapproxy: migrate to by-name 2024-09-01 20:08:43 +04:00
Sandro
a188d234b0
python312Packages.mdformat-gfm-alerts: init at 1.0.1 (#328747) 2024-09-01 18:01:35 +02:00
Nikolay Korotkiy
5ef342eb9c
act: 0.2.65 -> 0.2.66 (#338802) 2024-09-01 19:39:10 +04:00
pinage404
5e8d9db28a maestro: refactor move to pkgs/by-name 2024-09-01 17:37:59 +02:00
Sandro
d719f51398
pythonPackages: Add OpenStack Octavia client and Neutron bindings (#322593) 2024-09-01 17:18:58 +02:00
Emily
f22e565ee4
chiaki4deck: 1.7.4 -> 1.8.1; rename to chiaki-ng (#332342) 2024-09-01 15:53:42 +01:00
Maximilian Bosch
735662bf16
prometheus-openldap-exporter: remove
2.3.0 is the final release, the repo is now archived.

Also I don't use it anymore for quite a while, so it didn't have a real
nixpkgs maintainer either.

Closes #338712
2024-09-01 16:47:45 +02:00
Nikolay Korotkiy
56b92e141a
libcyaml: migrate to by-name 2024-09-01 18:39:15 +04:00
Fabian Affolter
9ddc554bd2
python312Packages.cirq-core: 1.4.0 -> 1.4.1 (#338568) 2024-09-01 16:25:11 +02:00
Nikolay Korotkiy
a5cebec559
velero: 1.14.0 -> 1.14.1 (#338766) 2024-09-01 18:24:39 +04:00
Nikolay Korotkiy
1cd96300d5
act: migrate to by-name 2024-09-01 18:06:56 +04:00
Sefa Eyeoglu
8dce7dafcf
glfw-minecraft: merge glfw-wayland-minecraft into glfw
The set-cursor patch is taken from:
<https://github.com/Admicos/minecraft-wayland/pull/56>

And other changes including fractional scaling is already upstreamed in
3.4 thus not needed anymore.

Co-authored-by: oxalica <oxalicc@pm.me>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:12:21 +02:00
Nikolay Korotkiy
3397a57a53
velero: migrate to by-name 2024-09-01 17:01:01 +04:00
Nikolay Korotkiy
4a5dddcdde
cirrus-cli: 0.122.4 -> 0.124.2 (#338776) 2024-09-01 16:57:33 +04:00
Nikolay Korotkiy
b12f10e527
cirrus-cli: migrate to by-name 2024-09-01 16:53:43 +04:00
Nikolay Korotkiy
7ef152a7cb
license-generator: move to by-name (#338777) 2024-09-01 16:49:41 +04:00
Jan Tojnar
5c40feae4d
libbytesize: 2.10 -> 2.11 (#337267) 2024-09-01 14:40:54 +02:00
Nikolay Korotkiy
9d91a91951
openfst: 1.8.2 -> 1.8.3 (#280667) 2024-09-01 16:19:49 +04:00
Jan Tojnar
e1093690a8 gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
c2f1fa833e gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
d2da9a19c4 gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
649d663029 gnome-session-ctl: Move to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
2180dc740e gnome-2048: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
7c05cf7101 gnome-tour: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
27ba32c031 gnome-text-editor: Move to by-name 2024-09-01 14:16:31 +02:00
Colin
9baa4280ed libayatana-indicator: move to pkgs/by-name 2024-09-01 12:14:17 +00:00
Colin
37e443af61 ayatana-ido: move to pkgs/by-name 2024-09-01 12:07:10 +00:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
Nikolay Korotkiy
3859083923
opengrm-ngram: migrate to by-name 2024-09-01 15:47:56 +04:00
Nikolay Korotkiy
99c921501a
openfst: migrate to by-name 2024-09-01 15:46:31 +04:00
7c6f434c
2c6b12386c
sbcl: 2.4.7 -> 2.4.8 (#338557) 2024-09-01 11:36:10 +00:00
Loïc Reynier
eacef538b2
license-generator: move to by-name 2024-09-01 10:55:00 +00:00
Nikolay Korotkiy
0955a07334
keeweb: move to by-name, fix crash, and other cleanup (#338469) 2024-09-01 12:31:43 +04:00
Ashish SHUKLA
129ee13619
sbcl: 2.4.7 -> 2.4.8
Changes: https://sourceforge.net/p/sbcl/mailman/message/58811388/
2024-09-01 13:59:21 +05:30
Fabian Affolter
8b7da67b57
python312Packages.sqlmodel: 0.0.21 -> 0.0.22 (#338645) 2024-09-01 10:10:49 +02:00
Jonas Heinrich
7d5f98578b
handbrake: 1.8.1 -> 1.8.2, migrate to pkgs/by-name, add mainProgram, format with nixfmt-rfc-style (#335279) 2024-09-01 08:23:56 +02:00
github-actions[bot]
0cfb8626ee
Merge staging-next into staging 2024-09-01 06:05:31 +00:00
Mogeko
96283678b6
rke2_stable: 1.28.11+rke2r1 -> 1.30.4+rke2r1 2024-09-01 13:20:35 +08:00
github-actions[bot]
3a0dfc2341
Merge master into haskell-updates 2024-09-01 00:18:20 +00:00
Fabian Affolter
61239130a5 python312Packages.reflex-chakra: init at 0.5.10
Chakra Implementation in Reflex

https://github.com/reflex-dev/reflex-chakra
2024-09-01 01:01:29 +02:00
Felix Singer
5fc67c2ab7 libjaylink: Move package definition into by-name directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-31 21:44:10 +02:00
Felix Singer
584e028d6f iotools: Move package definition into by-name directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-31 21:41:54 +02:00
Felix Singer
4ce2599a98 acpica-tools: Move package definition into by-name directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-31 21:31:01 +02:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging 2024-08-31 18:04:19 +00:00
rewine
15ab8bcb74
dwl: 0.6 -> 0.7 (#338222) 2024-08-31 23:27:29 +08:00
Nick Cao
d4c1f24ab4
python311Packages.mox3: remove (#338475) 2024-08-31 09:49:28 -04:00
Thomas Gerbet
367279285c
rubyPackages.rexml: 3.3.0 -> 3.3.6 (#338032) 2024-08-31 15:33:29 +02:00
zendo
7bd29c7ddf notes: move to by-name 2024-08-31 21:00:28 +08:00
github-actions[bot]
c33b70bb75
Merge staging-next into staging 2024-08-31 12:05:08 +00:00
Fabian Affolter
5946122ff9 python312Pasckages.cirq-ft: remove 2024-08-31 13:21:30 +02:00
Vladimír Čunát
36a13f9f21
staging-next 2024-08-23 (#336718) 2024-08-31 11:49:12 +02:00
Alyssa Ross
d4a72a3935 lib.platforms.mesaPlatforms: remove
Mesa is a package like any other.  There's no reason for it to be a
special case with its platforms listed in lib, because if other
packages want to refer to mesa's platforms, they can access the
platforms from the package meta like they would for any other package.
2024-08-31 10:28:31 +02:00
github-actions[bot]
023a2c3d2a
Merge staging-next into staging 2024-08-31 06:04:54 +00:00
github-actions[bot]
8158f1d5b3
Merge master into staging-next 2024-08-31 06:04:15 +00:00
Jörg Thalheim
e6c09b2d57
breakpointHook: move to by-name (#338497) 2024-08-31 07:01:11 +02:00
github-actions[bot]
179b0a961b
Merge master into haskell-updates 2024-08-31 00:15:04 +00:00
Philip Taron
1b9af797ec
breakpointHook: move to by-name, mark broken instead of asserting 2024-08-30 15:03:42 -07:00
Anthony ROUSSEL
3a993a3de3 python311Packages.mox3: remove
Project no longer maintained since June 2020.
See https://opendev.org/openstack/mox3
2024-08-30 23:24:22 +02:00
éclairevoyant
f9839bc927
keeweb: migrate to by-name 2024-08-30 16:34:55 -04:00
github-actions[bot]
d8c78f272c
Merge staging-next into staging 2024-08-30 18:04:32 +00:00
github-actions[bot]
b857d97eec
Merge master into staging-next 2024-08-30 18:04:02 +00:00
Valentin Chassignol
3730b2575b
pythonPackages.python-octaviaclient init at 3.7.0 2024-08-30 19:56:30 +02:00
Valentin Chassignol
03b19fdb87
python312Packages.python-neutronclient init at 11.3.1 2024-08-30 19:56:29 +02:00
Valentin Chassignol
735db61d4b
python312Packages.os-client-config: init at 2.1.0 2024-08-30 19:56:29 +02:00
Valentin Chassignol
3b9b9b38d7
python12Packages.osprofiler: init at 4.1.0 2024-08-30 19:56:24 +02:00
Emily
322e57fa6b
tinyxxd: init at 1.3.5, use as default xxd (#335277) 2024-08-30 16:49:54 +01:00
Philip Taron
7118909e82
unixtools: use tinyxxd to serve up xxd 2024-08-30 08:23:09 -07:00
Martin Weinelt
48689f5d8c
python312Packages.phonenumberslite: init at 8.13.39 (#338283) 2024-08-30 16:50:32 +02:00
Thiago Kenji Okada
a91396614d
onedrive: 2.4.25 -> 2.5.0-rc3 (#337370) 2024-08-30 15:03:30 +01:00
Constantin Gahr
415ba70c9d dwl: 0.6 -> 0.7 2024-08-30 14:52:04 +02:00
github-actions[bot]
758138647a
Merge staging-next into staging 2024-08-30 12:05:38 +00:00