lodi
08f37e63d4
OVMFFull: add TLS, remove conflicting CSM support
2023-12-21 13:37:01 -05:00
Sidharth Kshatriya
c757971da1
clang17Stdenv: add definition
2023-12-21 23:24:28 +05:30
Trent Small
d17d1a370d
ocamlPackages.tty: init at 0.0.2
2023-12-21 17:56:04 +01:00
Bryan Lai
04f1b554ce
tectonic: redefine to wrap it with biber-for-tectonic
...
The `tectonic` attribute is redefined to be a wrapper with a compatible
version of biber, provided by `biber-for-tectonic`.
The wrapper is partially recovered from a previous nixpkgs commit:
5aa8e9f0f9
Also:
- Remove unneeded makeBinaryWrapper input in `tectonic-unwrapped`.
- Add @bryango as a maintainer of both `tectonic-unwrapped` and
`tectonic`.
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2023-12-21 18:23:11 +02:00
Nick Cao
9bebf88cd2
Merge pull request #275838 from aaronjheng/ooniprobe-cli
...
ooniprobe-cli: unpin go1.20
2023-12-21 11:18:09 -05:00
Aaron Jheng
1e21140622
ssb: remove
2023-12-21 15:30:16 +00:00
Aaron Jheng
e36f5af1c2
talosctl: 1.5.5 -> 1.6.0
2023-12-21 15:09:51 +00:00
Aaron Jheng
ee22046a6b
ooniprobe-cli: unpin go1.20
2023-12-21 15:04:52 +00:00
Michele Guerini Rocco
808d2bd0ae
Merge pull request #274346 from peterhoeg/f/mkvtoolnix
...
mkvtoolnix: use utf8cpp from nixpkgs
2023-12-21 11:20:19 +01:00
Emery Hemingway
061f3448de
didder: 1.2.0 -> 1.3.0
2023-12-21 09:18:08 +00:00
Robert Helgesson
30f005eda8
translitcodec: init at 0.7.0
2023-12-21 09:40:52 +01:00
Fabian Affolter
b8beeb1976
Merge pull request #275588 from fabaff/gotailwind
...
python311Packages.gotailwind: init at 0.2.2
2023-12-21 09:08:10 +01:00
Weijia Wang
91991c44cc
Merge pull request #273446 from wegank/tracebox-stdenv
...
tracebox: fix build with gcc 11+
2023-12-21 05:28:33 +01:00
OTABI Tomoya
f9074e626c
Merge pull request #263671 from jpts/nix-cherrypy-cors
...
python3Packages.cherrypy-cors: init at 1.7.0
2023-12-21 10:52:44 +09:00
github-actions[bot]
4025dfd47f
Merge master into haskell-updates
2023-12-21 00:12:59 +00:00
Adam C. Stephens
cacb9f42dd
Merge pull request #271008 from atorres1985-contrib/seabios
...
seabios: 1.16.2 -> 1.16.3 (plus misc updates)
2023-12-20 11:28:28 -05:00
Bryan Lai
d9c62652be
biber-for-tectonic: init at 2.17
...
The `tectonic` package depends on a version of `biber` that is generally
different from the one in the nixpkgs `texlive` bundle. This package
provides an override of biber suitable for use with tectonic.
For biber<=2.17 on perl>=5.36.0 a patch is needed.
This is recovered from a previous nixpkgs commit:
c784cdbf6b
Co-authored-by: Mauricio Collares <mauricio@collares.org>
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2023-12-20 16:46:33 +02:00
sternenseemann
9067af4fb4
haskell.compiler: drop all ghcs without an stackage LTS snapshot
...
https://www.stackage.org/ lists the latest LTS snapshot for any GHC
version which, on the flipside, lets us discover which versions don't
have a corresponding LTS snapshot. There is really no reason to keep
around GHCs that only appeared in some nightly snapshot way back.
haskell.compiler.ghc924: remove at 9.2.4
haskell.compiler.ghc942: remove at 9.4.2
haskell.compiler.ghc943: remove at 9.4.3
haskell.compiler.ghc944: remove at 9.4.4
haskell.compiler.ghc962: remove at 9.6.2
2023-12-20 12:09:06 +01:00
sternenseemann
ce5cbc4465
haskell.packages.{ghc96,ghc98}: disable haddock for cross
...
In this situation, haddock would not be built by hadrian, as there is no
stage0:exe:haddock target by default. (We should eventually try adding
one.) If haddock is enabled and the build->host haddock missing, Cabal
tries using the build->build haddock which may fail to load the
documentation from the interface files produced by the build->host
GHC (e.g. due to a mismatch between dynamic and static linking).
Add regression tests to haskell-updates jobset.
Resolves #275304 .
2023-12-20 11:09:45 +01:00
Vincent Laporte
b0d34692a2
Merge pull request #275608 from proux01/coq_8_19
...
coq_8_19: init at 8.19+rc1
2023-12-20 11:06:56 +01:00
sternenseemann
8b4558e28b
release-haskell.nix: bump pkgsStatic testing from ghc928 to ghc948
...
Testing GHC 9.2.8 is not that valuable anymore. Having an explicit GHC
9.4.8 target duplicates the default haskellPackages targets for now, but
prevents us from loosing testing of the make build system going forward.
2023-12-20 11:04:17 +01:00
sternenseemann
bd16733467
release-haskell.nix: add missing ghc948 jobs
2023-12-20 10:51:32 +01:00
Fabian Affolter
80bb54f003
python311Packages.gotailwind: init at 0.2.2
...
Module to communicate with Tailwind garage door openers
https://github.com/frenck/python-gotailwind
2023-12-20 09:14:11 +01:00
Colin Sane
64121103ec
hareThirdParty.hare-ev: init at unstable-2023-10-31
...
* hareThirdParty.hare-ev: init at unstable-2023-10-30 (#274505 )
---------
Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com>
2023-12-20 01:29:04 +01:00
github-actions[bot]
0b3450476c
Merge master into haskell-updates
2023-12-20 00:10:48 +00:00
Martin Weinelt
331470719a
Merge pull request #273717 from JamieMagee/icalevents
...
home-assistant-custom-components.waste_collection_schedule: init at 1.44.0
2023-12-19 20:13:44 +01:00
Martin Weinelt
6f40f8c159
Merge pull request #274149 from JamieMagee/anova-wifi
...
python311Packages.anova-wifi: init at 0.10.3
2023-12-19 20:13:24 +01:00
Robert Schütz
782978b7fe
python311Packages.dynalite-panel: init at 0.0.4
2023-12-19 10:53:35 -08:00
Pol Dellaiera
22a0416522
code-server: 4.16.1 -> 4.19.1
2023-12-19 16:02:36 +01:00
Pol Dellaiera
1a57f50d95
Revert "code-server: drop"
...
This reverts commit 72911a99d3
.
2023-12-19 15:40:57 +01:00
Pierre Roux
d77d8f69f7
coq_8_19: init at 8.19+rc1
2023-12-19 14:41:20 +01:00
Peder Bergebakken Sundt
1a647a10b8
Merge pull request #268806 from Izorkin/init-angie
...
angie: init at 1.4.0
2023-12-19 13:51:51 +01:00
Someone
9d50059595
Merge pull request #274846 from GaetanLepage/rye
...
rye: 0.15.2 -> 0.16.0
2023-12-19 11:02:22 +00:00
Janne Heß
5eed5416ff
Merge pull request #167670 from messemar/incremental-builds
...
incremental builds: add derivation override functions
2023-12-19 11:37:15 +01:00
Alyssa Ross
8b5ecc55e1
clang-tools: 14.0.6 -> 16.0.6
...
Let's be optimistic that we're going to keep LLVM up to date, and just
use the default LLVM for the default clang-tools.
2023-12-19 11:33:52 +01:00
Fabian Affolter
2020422d4f
Merge pull request #226268 from mrityunjaygr8/sqlboiler
...
sqlboiler: init at 4.14.2
2023-12-19 09:48:07 +01:00
Fabian Affolter
5c1e2a58ce
Merge pull request #275258 from fabaff/aiodiscover-bump
...
python311Packages.cached-ipaddress: init at 0.3.0, python311Packages.aiodiscover: 1.5.1 -> 1.6.0
2023-12-19 08:00:49 +01:00
Jörg Thalheim
b5a455fe02
Merge pull request #275301 from NickCao/vsmtp
...
vsmtp: drop as upstream has gone
2023-12-19 06:05:28 +01:00
Weijia Wang
a81de6fad4
Merge pull request #273455 from aidalgol/r2modman-electron-update
...
r2modman: update electron version
2023-12-19 04:04:06 +01:00
Alex James
9c90a963a0
pcl: fix build on darwin
...
This has been broken on Hydra for a while (presumably due to the SDK
being out of date). Fix it by using the 11.0 SDK.
2023-12-18 19:54:20 -06:00
Franz Pletz
1c7b291635
Merge pull request #274711 from r-ryantm/auto-update/libvirt
2023-12-19 02:25:20 +01:00
github-actions[bot]
3d56b810ad
Merge master into haskell-updates
2023-12-19 00:13:06 +00:00
Nick Cao
517916e94f
vsmtp: drop as upstream has gone
2023-12-18 19:11:39 -05:00
Fabian Affolter
2592a6704e
python311Packages.cached-ipaddress: init at 0.3.0
...
Cache construction of ipaddress objects
https://github.com/bdraco/cached-ipaddress
2023-12-18 20:46:26 +01:00
Jamie Magee
969f3a45ab
python311Packages.icalevents: init at 0.1.27
2023-12-18 10:41:06 -08:00
Jamie Magee
7e6bc49753
python311Packages.anova-wifi: init at 0.10.3
2023-12-18 10:35:54 -08:00
Nick Cao
bdd50be980
Merge pull request #273876 from timothyklim/master
...
nvidia_x11.dc_535: 535.129.03
2023-12-18 12:50:00 -05:00
Vincent Laporte
1791eeb7bd
cgal: default to version 5
2023-12-18 18:18:00 +01:00
Nick Cao
08a9c19a6e
Merge pull request #275119 from marsam/trunk-fix-darwin
...
trunk: fix build on darwin
2023-12-18 10:24:54 -05:00
Nick Cao
fc5c9afd4d
Merge pull request #225513 from codedownio/julia-modules
...
Build arbitrary Julia package environments in Nixpkgs
2023-12-18 09:58:27 -05:00
Ulrik Strid
886c9aee6c
Merge pull request #275144 from vbgl/ocaml-riot-0.0.5
...
ocamlPackages.riot: 0.0.2 → 0.0.5
2023-12-18 12:51:34 +01:00
Vincent Laporte
39e4eb6cca
ocamlPackages.telemetry: init at 0.0.1
2023-12-18 08:41:30 +01:00
Maximilian Bosch
3cda8eb0e4
Merge pull request #274280 from Ma27/drop-urlview
...
urlview: drop
2023-12-18 08:13:54 +01:00
Atemu
21b6bf5150
Revert "packages-config.nix: ignore haskellPackages.hs-mesos"
...
This reverts commit d24b8431aa
.
2023-12-18 06:27:44 +01:00
Mario Rodas
fa80274f38
trunk: fix build on darwin
2023-12-17 20:40:00 -05:00
Mario Rodas
2147020452
Merge pull request #272745 from anthonyroussel/updates/pcsctools
...
pcsc-tools: 1.6.2 -> 1.7.0
2023-12-17 20:03:44 -05:00
github-actions[bot]
83f5ace380
Merge master into haskell-updates
2023-12-18 00:13:30 +00:00
Weijia Wang
8fd713e76b
Merge pull request #274555 from wegank/photoqt-bump
...
photoqt: 3.4 -> 4.0.1
2023-12-18 00:17:28 +01:00
Weijia Wang
bfbd2fd65d
Merge pull request #273134 from wegank/creduce-bump
...
creduce: port to LLVM 16
2023-12-17 23:57:59 +01:00
Gaetan Lepage
7a8c37d77e
rye: 0.15.2 -> 0.16.0
...
Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.15.2...0.16.0
Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.16.0
2023-12-17 21:57:47 +01:00
Peder Bergebakken Sundt
3d49fd5189
Merge pull request #272966 from matdibu/master
...
xen-guest-agent: init at 0.3.0
2023-12-17 21:30:26 +01:00
Izorkin
c580ebee40
angie-console-light: init at 1.1.1
2023-12-17 22:43:14 +03:00
Izorkin
86efccfa45
angie: init at 1.4.0
2023-12-17 22:43:13 +03:00
Weijia Wang
efd788a5e9
creduce: port to LLVM 16
2023-12-17 20:30:27 +01:00
Weijia Wang
eaaa899658
photoqt: 3.4 -> 4.0.1
2023-12-17 19:56:12 +01:00
Weijia Wang
050c97ef96
Merge pull request #273352 from wegank/dl-poly-gcc
...
dl-poly-classic-mpi: fix build with gcc 11+
2023-12-17 19:17:39 +01:00
Weijia Wang
6728bf2d8f
Merge pull request #273440 from wegank/cxxtools-bump
...
cxxtools, tntnet: 2.2.1 -> 3.0; tntdb: 1.3 -> 1.4
2023-12-17 19:16:30 +01:00
Weijia Wang
4e80055e97
Merge pull request #273451 from wegank/cromfs-stdenv
...
cromfs: fix build with gcc 11+
2023-12-17 19:14:44 +01:00
Weijia Wang
7973fdb801
Merge pull request #273216 from wegank/contacts-drop
...
xcbuild6Hook, xcodebuild6: drop
2023-12-17 19:09:14 +01:00
Pol Dellaiera
b0ba41317d
Merge pull request #274959 from drupol/bump/soco-cli
...
soco-cli: 0.4.55 -> 0.4.73
2023-12-17 18:01:05 +01:00
Pierre Bourdon
91a00709ae
Merge pull request #273219 from Lurkki14/tuxclocker-master
...
tuxclocker: init at 1.4.0
2023-12-17 17:30:18 +01:00
Matei Dibu
e778c47517
xen-guest-agent: init at 0.3.0
2023-12-17 17:51:20 +02:00
OTABI Tomoya
c306fb7c22
Merge pull request #274138 from Huy-Ngo/mayim
...
python3Packages.mayim: init at 1.1.0
2023-12-18 00:05:27 +09:00
Pol Dellaiera
819924bbf8
soco-cli: 0.4.55 -> 0.4.73
2023-12-17 11:56:02 +01:00
Quantenzitrone
83267ae441
sway*: move to pkgs/by-name
2023-12-17 09:30:31 +00:00
Alexandre Acebedo
8222fa33b3
hyprlandPlugins.hy3: init at 0.32.0
2023-12-17 09:10:25 +01:00
Peder Bergebakken Sundt
c13ff346a7
Merge pull request #258261 from pacien/translatelocally-models
...
translatelocally: update, fix aarch64, add model pkgs
2023-12-17 03:36:19 +01:00
Peder Bergebakken Sundt
c2ef451f5a
Merge pull request #250991 from PowerUser64/jack-passthrough
...
jack-passthru: init at 2021-9-25
2023-12-17 03:15:18 +01:00
Emily Trau
f2aff727cf
Merge pull request #251554 from mariuskimmina/master
...
cnquery: init at 9.11.0
2023-12-17 12:12:13 +11:00
Alyssa Ross
c4be56b2fe
llvmPackages_latest: 16.0.6 -> 17.0.6
2023-12-17 01:43:20 +01:00
github-actions[bot]
fccc614684
Merge master into haskell-updates
2023-12-17 00:14:10 +00:00
PowerUser64
576f539280
jack-passthrough: init at 2021-9-25
2023-12-16 11:29:49 -08:00
Maximilian Bosch
3abaf0af06
aliases: convert urlview
throw to a oneliner
...
I really, really hope that nobody actually tries to parse Nix code and blindly relies on how it's structured though.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-12-16 17:54:43 +01:00
R. Ryantm
9c0f59adc1
libvirt: 9.9.0 -> 9.10.0
2023-12-16 11:58:58 +00:00
Martin Weinelt
dbb72b239e
esptool_3: drop
...
This was a version that was kept around for esphome, which has since
moved on.
2023-12-16 08:27:46 +01:00
Nick Cao
08d6cec730
Merge pull request #232136 from kylehendricks/add-gasket-linux-kernels
...
gasket: moved to linux-kernels.nix
2023-12-15 22:31:33 -05:00
Kyle Hendricks
c048cfe481
gasket: moved to linux-kernels.nix
...
Since this is a kernel module, this needs to be added
to be added to linux-kernels.nix so that it can be
built for specific kernel versions
Appended the kernel make flags.
Set a minimum kernel version of 5.15 since it's failing to build on
older kernels.
2023-12-15 20:05:00 -05:00
github-actions[bot]
7ee71fe716
Merge master into haskell-updates
2023-12-16 00:12:44 +00:00
Emery Hemingway
2925a9ef30
hjson-go: 4.3.1 -> 4.4.0
2023-12-15 22:39:18 +00:00
Pol Dellaiera
c03d04a1d3
Merge pull request #274516 from ius/winbox-wine
...
winbox: switch to wineWowPackages.stable
2023-12-15 22:30:27 +01:00
pacien
3f9ea32279
translatelocally-models: init 2023-10-02
...
This adds `pkgs.translatelocally-models.*` providing machine
translation models which can be used with `pkgs.translatelocally`.
`translatelocally-models.is-en-tiny` is marked as broken because its
archive is missing.
2023-12-15 21:36:30 +01:00
Franz Pletz
203ecda835
Merge pull request #274321 from Luflosi/update/kubo
...
kubo: 0.24.0 -> 0.25.0
2023-12-15 20:16:17 +01:00
Joerie de Gram
e4129a6cad
winbox: switch to wineWowPackages.stable
...
In a9bf124 (PR #273232 ) winePackages.staging was upgraded from 8.20 to
9.0-rc1 after which WinBox refuses to run
This change downgrades wine to the stable release (8.20)
2023-12-15 19:24:27 +01:00
Pierre Bourdon
dd6cf9cf1c
Merge pull request #273924 from chvp/fix/matrix-appservice-slack
...
matrix-appservice-slack: use nodejs 18 to fix build
2023-12-15 17:45:29 +01:00
Peder Bergebakken Sundt
8ff059ccb8
Merge pull request #272136 from onemoresuza/hare-json
...
hareThirdParty.hare-json: unstable-2023-09-21 -> unstable-2023-03-13
2023-12-15 16:31:28 +01:00
Connor Baker
7333865f88
Merge pull request #272364 from tfmoraes/triton_2.1.0
...
python3Packages.openai-triton: 2.0.0 -> 2.1.0
2023-12-15 10:04:03 -05:00
Ngô Ngọc Đức Huy
245ec77ccf
python3Packages.mayim: init at 1.1.0
2023-12-15 21:33:07 +07:00
Adam Joseph
d412d72d69
pkgs/top-level/release-outpaths.nix: omit attrnames which fail with "unsupported"
...
We have packages that use `meta.platforms = []` as a sort of synonym
for `broken = true`. Without this commit, the attrnames for those
jobs will end up in the list of attrnames which are expected to
build, even though they are not expected to build.
2023-12-15 05:13:51 -08:00
Adam Joseph
77d3093caa
AAAAAASomeThingsFailToEvaluate: provide a message which is actually helpful
2023-12-15 05:13:50 -08:00
Adam Joseph
eda44b7415
pkgs/top-level/release-attrpaths-superset.nix: init
...
This file walks the entire nixpkgs tree and emits a superset of all
release attrnames in only 44 seconds on a 3ghz CPU, using 5 gbytes
of memory. By comparison, on the same CPU the `nix-env` hack used
by ofborg on every PR submission requires 41 *minutes* and peaks at
60 gbytes, even with checkMeta turned off. Full details below.
This is:
- 46x faster (or 2.1% of the elapsed time)
- 12.5x less memory (or 8.0% of the peak memory usage)
In order to replace the ofborg check, this list of attrnames must
then be post-filtered for platform-relevance. However, crucially,
the post-filtering can be done *in parallel* on multiple cores by
splitting the attrname list in to chunks. Generating the list of
attrnames cannot be parallelized because it is a single-threaded
cppnix task.
This PR also adds `recurseForDerivations` where necessary within
nixpkgs in order to make this possible -- it screens out various
non-tryEval-catchable failures and infinite recursions. Before
undraftifying, I will add an invocation of this command to the CI
tests, to ensure that the work performed here is not immediately
undone. My next PR will then add an additional CI check confirming
that the emitted attrpaths are in fact a superset of the release
attrpaths calculated by the slow-memory-hog ofborg method.
I have manually confirmed that this is the case at the tip commit of
this PR, but we need CI to make sure this remains true until ofborg
switches to this more-efficient method of calculation; at that point
the superset-check can be dropped.
According to GNU Time,
Command being timed: "nix-instantiate --eval --strict --json pkgs/top-level/release-attrpaths-superset.nix -A names"
User time (seconds): 44.88
System time (seconds): 8.09
Percent of CPU this job got: 99%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:53.20
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 4823028
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 3611240
Voluntary context switches: 113
Involuntary context switches: 949
Swaps: 0
File system inputs: 1480
File system outputs: 5944
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
Compared to release-outpaths.nix:
Command being timed: "nix-env -qaP --no-name --out-path --arg checkMeta false --argstr path /git/work/pr/release-outpaths -f pkgs/top-level/release-outpaths.nix"
User time (seconds): 2120.67
System time (seconds): 337.80
Percent of CPU this job got: 98%
Elapsed (wall clock) time (h:mm:ss or m:ss): 41:37.91
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 60171768
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 2
Minor (reclaiming a frame) page faults: 230608113
Voluntary context switches: 8876
Involuntary context switches: 22275
Swaps: 0
File system inputs: 62624
File system outputs: 72
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
2023-12-15 05:13:50 -08:00
Adam Joseph
80472e3754
treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs
2023-12-15 05:13:46 -08:00
Adam Joseph
cd99109202
pkgs/top-level/release-outpaths.nix: never attempt to build unfree packages, most of them are broken
...
Since Hydra does not build unfree packages an astonishing proportion
of them are broken yet not marked meta.broken.
2023-12-15 04:21:33 -08:00
Adam Joseph
6e25b3f37c
pkgs/top-level/release-outpaths.nix: add includeBroken parameter
2023-12-15 04:21:33 -08:00
Adam Joseph
e5df65704e
pkgs/top-level/release-outpaths.nix: make systems parameter optional
2023-12-15 04:21:33 -08:00
Adam Joseph
5d3cf4e515
pkgs/top-level/release-outpaths.nix: simplify invocation
2023-12-15 04:21:32 -08:00
Adam Joseph
36b5bfc296
pkgs/top-level/release-outpaths.nix: add attrNamesOnly option
2023-12-15 04:21:32 -08:00
Adam Joseph
8d888a5caa
pkgs/top-level/release-outpaths.nix: adjust default path value
2023-12-15 04:21:32 -08:00
Adam Joseph
5c9ec8597b
pkgs/top-level/release-outpaths.nix: vendor from ofborg
...
This commit vendors `outpaths.nix` from ofborg commit
74f38efa7ef6f0e8e71ec3bfc675ae4fb57d7491
2023-12-15 04:21:32 -08:00
Adam Joseph
02a2822def
pkgs/top-level/release.nix: add attrNamesOnly option
2023-12-15 04:21:32 -08:00
timothy
6e4d90f0b0
nvidia_x11.dc_535: 535.129.03
2023-12-15 18:20:42 +07:00
Fabian Affolter
19500d10c6
Merge pull request #274193 from fabaff/dep-scan
...
dep-scan: init at 5.0.2
2023-12-15 11:44:19 +01:00
Gustavo Coutinho de Souza
494bd4255c
hareThirdParty.hare-json: move to pkgs/development/hare-third-party
2023-12-15 07:01:17 -03:00
Maximilian Bosch
28089f8874
Merge pull request #273858 from dotlambda/nextcloud28-init
...
nextcloud28: init at 28.0.0, nextcloud27: 27.1.4 -> 27.1.5, nextcloud26: 26.0.9 -> 26.0.10
2023-12-15 08:14:15 +01:00
Tom McLaughlin
36bf6afd42
julia.withPackages: init on supported Julias (1.6, 1.8, 1.9)
...
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
2023-12-14 23:00:34 -08:00
rewine
55037435f8
wio: unstable-2023-05-28 -> unstable-2023-11-23
2023-12-15 10:33:06 +08:00
rewine
fbb468d369
waybox: 0.2.0 -> 0.2.2
2023-12-15 10:33:06 +08:00
rewine
3ed88c578c
dwl: 0.4 -> 0.5
2023-12-15 10:33:06 +08:00
rewine
3e1dba866f
wlroots_0_17: init at 0.17.0
2023-12-15 10:31:21 +08:00
Peter Hoeg
22333c615d
mkvtoolnix: use utf8cpp from nixpkgs
2023-12-15 03:13:59 +01:00
Ben Darwin
9fc5ce8ec5
python311Packages.fhir-py: init at 1.4.2
2023-12-14 20:59:54 -05:00
Peder Bergebakken Sundt
43edc09698
Merge pull request #269444 from uku3lig/shotcut-23.09.29
...
shotcut: 21.09.20 -> 23.11.29
2023-12-15 02:58:40 +01:00
Maciej Krüger
28dab0255c
Merge pull request #272121 from gaykitty/framework-laptop-kmod
...
framework-laptop-kmod: init at unstable-2023-12-03
2023-12-15 02:38:53 +01:00
Peder Bergebakken Sundt
778a256ee9
Merge pull request #271652 from teutat3s/qMasterPassword-v2.0
...
qMasterPassword: 1.2.4 -> 2.0
2023-12-15 02:20:19 +01:00
Peder Bergebakken Sundt
239c6fbc9d
Merge pull request #271476 from onemoresuza/hare
...
hare: unstable-2023-10-23 -> unstable-2023-11-27; harec: unstable-2023-10-22 -> unstable-2023-11-29
2023-12-15 02:07:23 +01:00
github-actions[bot]
2405ff3370
Merge master into haskell-updates
2023-12-15 00:13:22 +00:00
Peder Bergebakken Sundt
a547ccbd88
Merge pull request #272000 from starzation/hare-compress
...
hareThirdParty.hare-compress: init at unstable-2023-10-30
2023-12-15 01:02:59 +01:00
Peder Bergebakken Sundt
f3109e1b72
Merge pull request #263214 from lromor/pkg-libdicom
...
libdicom: init at 1.0.5
2023-12-15 00:56:59 +01:00
Thomas Gerbet
9a6cfc7179
Merge pull request #245186 from jopejoe1/revanced
...
revanced-cli: init at 2.22.0
2023-12-15 00:51:42 +01:00
Peder Bergebakken Sundt
a1aa81fbc5
Merge pull request #271882 from michaelgrahamevans/grafanalib
...
python3Packages.grafanalib: init at 0.7.0
2023-12-15 00:41:10 +01:00
Christian Kögler
edd6e32492
Merge pull request #272941 from Korny666/master
...
smartgithg: 22.1.5 -> 23.1.1
2023-12-14 23:35:07 +01:00
Rick van Schijndel
5659eb6904
Merge pull request #269024 from LeSuisse/voxelands-use-up-to-date-libpng
...
voxelands: use up-to-date libpng
2023-12-14 23:34:25 +01:00
Rick van Schijndel
30e20d6ed0
Merge pull request #269022 from LeSuisse/sng-use-up-to-date-libpng
...
sng: use up-to-date libpng
2023-12-14 23:30:51 +01:00
Rick van Schijndel
64785a0a42
Merge pull request #269020 from LeSuisse/pngtoico-use-up-to-date-libpng
...
pngtoico: use up-to-date libpng
2023-12-14 23:29:43 +01:00
aszlig
801d8be719
Merge pull request #273562 (add aws-gate package)
...
This adds aws-gate, an AWS SSM Session manager client and while I'm not
using the program myself, I reviewed the work and did some rudimentary
testing (eg. whether the session-manager-plugin works).
Additionally, it also adds the unix_ar Python package which was used for
the GNU/Linux bootstrap of the aws-gate package but has been patched out
during the review. We decided to keep the unix-ar package nonetheless
since the package seems to be rather low-maintenance and the package
author is willing to keep maintaining the package.
I'm merging this right now because the package is low-impact, meet the
packaging requirements and all builds pass (including the ones for
unix_ar).
2023-12-14 23:25:18 +01:00
Luflosi
05b4972db0
kubo: migrate to by-name
2023-12-14 23:21:43 +01:00
Florian Klink
96c1f0e798
python3.pkgs.reuse: make a python library
...
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12
This change allows composing a python with `reuse` in `PYTHONPATH`:
```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```
vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Jussi Kuokkanen
46e9f8243e
tuxclocker: init at 1.4.0
2023-12-14 21:56:39 +02:00
Maximilian Bosch
facb7a38b3
urlview: remove
...
Closes #273406
There are no upstream maintainers anymore[1]. This tool is known to
wrongly truncate URLs (this broke invite links a few times for me).
Now it's officially dead and there are a few useful alternatives,
`urlscan` & `extract_url`.
[1] 4ad7d236c7
2023-12-14 20:04:03 +01:00
gaykitty
6d499a262d
framework-laptop-kmod: init at unstable-2023-12-03
2023-12-14 10:40:19 -05:00
Linus Heckemann
005c0d4a75
Merge pull request #270174 from Stunkymonkey/extremetuxracer-remove-override-libpng
...
extremetuxracer: remove override libpng
2023-12-14 14:50:07 +01:00
Bernardo Meurer
da19c5e2dc
Merge pull request #274047 from Artturin/fixtypo2
2023-12-14 10:02:27 -03:00
Jörg Thalheim
f37be82593
include-what-you-use: 0.19 -> 0.21
...
also add a compiler-wrapper similar to clang-tools so it can find dependencies in nix-shell environments.
2023-12-14 12:44:37 +01:00
Fabian Affolter
b45e6ec428
python311Packages.oras: init at 0.1.26
...
ORAS Python SDK
https://github.com/oras-project/oras-py
2023-12-14 11:26:41 +01:00
Jonas Chevalier
5e18fcf4e1
Merge pull request #268130 from imincik/geos-3.12.1
...
geos: 3.11.2 -> 3.12.1
2023-12-14 11:12:15 +01:00
Pascal Bach
ecdadc28d5
Merge pull request #274055 from philiptaron/citrix-workspace
...
citrix_workspace: 23.09.0.24 -> 23.11.0.82
2023-12-14 09:54:49 +01:00
Fabian Affolter
2c1baae2f9
Merge pull request #274065 from fabaff/aiohomekit-bump
...
python311Packages.aiohappyeyeballs: init at 2.3.0, python311Packages.aiohomekit: 3.0.9 -> 3.1.0
2023-12-14 08:09:29 +01:00
Fabian Affolter
d83842c620
Merge pull request #274081 from fabaff/bleak-esphome
...
python311Packages.bleak-esphome: init at 0.2.0
2023-12-14 08:09:15 +01:00
Weijia Wang
8302eefde0
Merge pull request #274008 from ereslibre/add-missing-platforms-wavm
...
wavm: add missing platforms
2023-12-14 07:50:04 +01:00
Stig
e01eb27a46
Merge pull request #274070 from adamcstephens/slimserver/fix-audioscan
...
slimserver: fix audioscan failures
2023-12-14 05:50:09 +01:00
github-actions[bot]
f061cfd767
Merge master into haskell-updates
2023-12-14 00:12:40 +00:00
Robert Schütz
f6ea3f91b5
nextcloud28: init at 28.0.0
2023-12-13 15:57:33 -08:00
Fabian Affolter
7d90dd0a2f
python311Packages.bleak-esphome: init at 0.2.0
...
Bleak backend of ESPHome
https://github.com/bluetooth-devices/bleak-esphome
2023-12-13 23:32:02 +01:00
Guillaume Maudoux
be69c186cc
Rework repository_cache, lockfile generation, and protobuf tests as a whole
2023-12-13 22:48:27 +01:00
Guillaume Maudoux
78dd0bafa6
bazel_7: init at 7.0.0-pre.20230917.3
2023-12-13 22:48:25 +01:00
Adam Stephens
cb3660e7e4
perlPackages.AudioScan: switch to slimserver fork, 1.01 -> 1.05
2023-12-13 16:04:46 -05:00
Fabian Affolter
d08a3154a2
python311Packages.aiohappyeyeballs: init at 2.3.0
...
Modul for connecting with Happy Eyeballs
https://github.com/bdraco/aiohappyeyeballs
2023-12-13 21:46:37 +01:00
Weijia Wang
9b97781252
Merge pull request #273421 from ereslibre/wamr-darwin
...
wamr: fix darwin build
2023-12-13 21:32:41 +01:00
jopejoe1
e9b49cdba8
noto-fonts-cjk-serif: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
b81aeb09ae
noto-fonts-cjk-sans: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
73aa85d115
noto-fonts: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
9fbcecc83f
noto-fonts-color-emoji: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
c34ac183ca
noto-fonts-monochrome-emoji: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
546c660ff6
noto-fonts-emoji-blob-bin: move out of noto-fonts file
2023-12-13 21:28:44 +01:00
jopejoe1
c73fdc2fdc
python311Packages.nototools: move out of noto-fonts folder
2023-12-13 21:28:44 +01:00
Philip Taron
316c70e249
citrix_workspace: 23.09.0.24 -> 23.11.0.82
...
Full change log: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html
I only tested this by opening the app once.
2023-12-13 12:15:18 -08:00
Artturin
55405ad914
stdenvNoLibs: fix typo
...
https://github.com/NixOS/nixpkgs/pull/122778#discussion_r1114577086
2023-12-13 21:45:39 +02:00
Maximilian Bosch
aef29dd45e
Merge pull request #273841 from LibreCybernetics/update-linux-hardened
...
Linux hardened kernel updates for 2023-12-12
2023-12-13 20:32:02 +01:00
Thiago Kenji Okada
c22287a832
Merge pull request #268612 from AtilaSaraiva/zotero7
...
zotero_7: init at 7.0.0-beta
2023-12-13 19:28:22 +00:00
Ryan Lahfa
b8c38597c9
Merge pull request #269904 from willcohen/emscripten-3.1.48
2023-12-13 19:40:24 +01:00
Robert Schütz
7b1aff8c9c
Merge pull request #271569 from kirillrdy/hipchat
...
hipchat: remove
2023-12-13 09:50:21 -08:00
Rafael Fernández López
14447282cf
wavm: add missing platforms
2023-12-13 17:10:59 +01:00
Rafael Fernández López
634efac014
wamr: fix darwin build
2023-12-13 15:57:05 +01:00
starzation
0530fcc0b1
hareThirdParty.hare-compress: init at unstable-2023-11-01
2023-12-13 18:21:15 +07:00
Leonardo Romor
dd3f20b67e
libdicom: init at 1.0.5
2023-12-13 11:05:52 +01:00
Yureka
013f3808ed
python3.pkgs.smtpdfix: init at 0.5.1
2023-12-13 10:36:39 +01:00
Yureka
988d52941d
python3.pkgs.asgi-logger: init at 0.1.0
2023-12-13 10:36:39 +01:00
Jennifer Graul
3857999583
pythonPackages.starlette-wtf: init at 0.4.3
2023-12-13 10:36:39 +01:00
Jennifer Graul
d54e65f519
pythonPackages.imia: init at 0.5.3
2023-12-13 10:36:39 +01:00
Jennifer Graul
f265b267ca
pythonPackages.wtforms-bootstrap5: init at 0.3.0
2023-12-13 10:36:39 +01:00
Charlotte Van Petegem
cfb9111660
matrix-appservice-slack: use nodejs 18 to fix build
2023-12-13 09:22:33 +01:00
Olli Helenius
b3ff745b7b
gradle: 8.4 -> 8.5
2023-12-13 06:57:34 +00:00
Francesco Gazzetta
c64ebc8adf
minetest: 5.7.0 -> 5.8.0, cleanup
...
* Inline the generic builder, since we don't build multiple versions
anymore
* Remove unused patches, flags, and overrides
* Remove minetest_game, it has been debundled
* Use finalAttrs
* Use lib.cmake*
* Add a top-level attribute for the touch variant
* Define the server- and client-only variants through overrides in
all-packages.nix
* Move the *_5 aliases to top-level/aliases.nix
* General cleanup
Closes #273207
2023-12-13 06:45:03 +00:00
Marius Kimmina
90a8287032
cnquery: init at 9.11.0
2023-12-13 06:51:10 +01:00
Vincent Laporte
a2b78690c3
framac: 27.1 (Cobalt) → 28.0 (Nickel)
2023-12-13 06:09:58 +01:00
github-actions[bot]
2b224e812b
Merge master into haskell-updates
2023-12-13 00:12:49 +00:00
ahirner
4eb501c977
vector: add SystemConfiguration for darwin, fixes ld
2023-12-13 00:10:47 +00:00
maralorn
7ac0108ffa
haskell.packages.ghc98.haskell-language-server: Enable job
2023-12-12 23:16:59 +01:00
Fabián Heredia Montiel
70ac3dc8fe
linux/hardened/patches/6.6: init at 6.6.6-hardened1
2023-12-12 16:01:46 -06:00
Martin Weinelt
eab72db9b0
Merge pull request #273790 from mweinelt/release-python-fixup
...
release-python.nix: remove dreamed-up config option
2023-12-12 18:32:19 +01:00
Weijia Wang
4cd52bdfac
Merge pull request #273609 from wegank/fluxus-unbreak-2
...
fluxus: cleanup, unbreak
2023-12-12 18:17:40 +01:00
Martin Weinelt
002861bb57
release-python.nix: remove dreamed-up config option
...
For some reason I had the impression this option existed, but it doesn't.
Sadly `nixpkgs.config` is a freeform type attrset, that wouldn't even
bark at me, so I didn't notice this will testing.
2023-12-12 17:53:28 +01:00
Luflosi
13c8727ad8
raspberrypi-eeprom: migrate to by-name
2023-12-12 15:56:46 +01:00
Weijia Wang
1177cdd399
Merge pull request #273450 from wegank/ericw-tools-gcc-13
...
ericw-tools: fix build with gcc 11+
2023-12-12 15:19:52 +01:00
Nick Cao
b497b60d5f
Merge pull request #273683 from wegank/gsmlib-gcc-13
...
gsmlib: drop stdenv override
2023-12-12 08:42:11 -05:00
Nick Cao
0ace1207dc
Merge pull request #273684 from wegank/mkcue-gcc-13
...
mkcue: fix build with gcc 11+
2023-12-12 08:41:26 -05:00
Nick Cao
9961d7819a
Merge pull request #273685 from wegank/xc3sprog-gcc-13
...
xc3sprog: fix build with gcc 11+
2023-12-12 08:41:10 -05:00
Nick Cao
5a6541e609
Merge pull request #273653 from Luflosi/update/aaaaxy
...
aaaaxy: 1.4.101 -> 1.4.119
2023-12-12 08:33:24 -05:00
Martin Weinelt
5578364fd3
Merge pull request #273702 from mweinelt/release-python-openssl
...
release-python.nix: allow evaluation with openssl_1_1
2023-12-12 14:18:46 +01:00
Frederik Rietdijk
2feabab3d6
Merge pull request #273666 from adisbladis/setupcfg2nix-removal
...
python3.pkgs.buildsetupcfg: Remove
2023-12-12 08:04:52 +01:00
Martin Weinelt
18523dedab
release-python.nix: allow evaluation with openssl_1_1
...
Home Assistant is a big part of nixpkgs python ecosystem and how I
started participating in python maintenance.
Recently it started including `openssl_1_1` in its transitive dependency
closure, which resulted in its exclusion from python-updates.
This is detrimental to the health of the `home-assistant` ecosystem,
since it would not be built and tested anymore.
Permitting `openssl_1_1` for python-updates, as was done for
`release.nix`, will allow me to get in contact with the upstream, to
hopefully arrive at a favorable outcome.
2023-12-12 04:08:43 +01:00
Weijia Wang
4ad2a5f1a1
Merge pull request #273423 from wegank/jigdo-refactor
...
jigdo: 0.7.3 -> 0.8.2, refactor
2023-12-12 02:46:56 +01:00
Weijia Wang
9c264295e1
Merge pull request #273364 from wegank/swfmill-darwin
...
swfmill: add darwin support
2023-12-12 02:37:59 +01:00
Weijia Wang
7fa100cdb6
xc3sprog: fix build with gcc 11+
2023-12-12 02:15:30 +01:00
Weijia Wang
3f718ad247
mkcue: fix build with gcc 11+
2023-12-12 02:10:57 +01:00
Weijia Wang
e5b36cce12
gsmlib: drop stdenv override
2023-12-12 02:07:15 +01:00
Weijia Wang
aa13edf2dd
Merge pull request #273445 from wegank/bencode-stdenv
...
bencode: remove stdenv override
2023-12-12 01:58:32 +01:00
Weijia Wang
01cfd8b24f
Merge pull request #273628 from Anomalocaridid/footswitch
...
footswitch: unstable-2022-04-12 -> unstable-2023-10-10
2023-12-12 01:56:03 +01:00
Weijia Wang
9c5db275ec
Merge pull request #273600 from wegank/diopser-gcc-13
...
diopser: fix build with gcc 11+
2023-12-12 01:52:37 +01:00
Weijia Wang
9a67c36f6d
Merge pull request #273382 from wegank/strelka-aarch64
...
strelka: add aarch64-linux support
2023-12-12 01:51:59 +01:00
Jörg Thalheim
e92546a987
opencv4: drop ffmpeg_4 pin
2023-12-12 00:41:35 +01:00
adisbladis
ef2a69c866
setupcfg2nix: Remove package
...
It's unmaintained and the supporting build infrastructure was just removed from nixpkgs.
2023-12-12 12:22:22 +13:00
Nick Cao
796d699b28
Merge pull request #273178 from nagy/nagy-swayimg
...
swayimg: 0.11 -> 0.12
2023-12-11 17:57:10 -05:00
Luflosi
56583f0ac1
aaaaxy: migrate to by-name
2023-12-11 22:14:47 +01:00
Malo Bourgon
9793888b3e
signalbackup-tools: 20231114 -> 20231211
...
Diff: 20231114...20231211
2023-12-11 12:46:19 -08:00
Rick van Schijndel
d1b0a4a8d6
Merge pull request #270146 from Stunkymonkey/ploticus-remove-override-libpng
...
ploticus: remove override libpng
2023-12-11 21:03:57 +01:00
Gustavo Coutinho de Souza
e3b56dd702
harec: migrate to pkgs/by-name
2023-12-11 16:27:55 -03:00
Gustavo Coutinho de Souza
5ee6ca0458
hare: migrate to pkgs/by-name
2023-12-11 16:27:55 -03:00
teutat3s
71ae5a5023
qMasterPassword-wayland: init at 2.0
2023-12-11 20:16:01 +01:00
teutat3s
a025483a41
qMasterPassword: 1.2.4 -> 2.0
...
https://github.com/bkueng/qMasterPassword/compare/v1.2.4...v2.0
Use Qt6
Add wayland variant which uses no x11 build dependencies and disables
form filling features
2023-12-11 20:15:30 +01:00
Anomalocaridid
6221bbdb87
footswitch: migrate to pkgs/by-name
2023-12-11 14:02:42 -05:00
Weijia Wang
6666381ea5
fluxus: cleanup, unbreak
2023-12-11 19:35:21 +01:00
Weijia Wang
bf4d34ba62
dl-poly-classic-mpi: fix build with gcc 11+
2023-12-11 19:01:06 +01:00
Weijia Wang
a8dac2fa64
Merge pull request #273444 from wegank/uri-clang
...
uri: fix build on darwin
2023-12-11 18:53:12 +01:00
Weijia Wang
1b789cb5bc
diopser: fix build with gcc 11+
2023-12-11 18:50:15 +01:00
Linus Heckemann
df774e44ca
Merge pull request #273420 from wegank/openclonk-aarch64
...
openclonk: unbreak
2023-12-11 18:19:29 +01:00
Will Cohen
c4a686bcb7
emscripten: 3.1.47 -> 3.1.50
2023-12-11 11:48:50 -05:00
Weijia Wang
e8637912a0
Merge pull request #273357 from wegank/dynd-gcc
...
python311Packages.dynd: mark as broken
2023-12-11 17:08:42 +01:00
Vladimír Čunát
120a26f8ce
Merge #271377 : staging-next 2023-12-01
2023-12-11 17:06:16 +01:00
Weijia Wang
1cb5fc7367
Merge pull request #273447 from wegank/opendbx-stdenv
...
opendbx: remove stdenv override
2023-12-11 16:39:27 +01:00
Weijia Wang
ecd6250c16
Merge pull request #273448 from wegank/loki-stdenv
...
loki: remove stdenv override
2023-12-11 16:38:49 +01:00
Linus Heckemann
1a6dc4263a
python311Packages.virt-firmware: init at 23.10 ( #267914 )
2023-12-12 00:34:10 +09:00
Nick Cao
2cbcae390b
Merge pull request #273422 from Gerg-L/spicetify
...
spicetify-cli: 2.27.2 -> 2.28.1
2023-12-11 10:32:24 -05:00
Nick Cao
2be3474b68
Merge pull request #273426 from wegank/drumgizmo-gcc-13
...
drumgizmo: fix build with gcc 13
2023-12-11 10:17:01 -05:00
Nick Cao
d76f20a793
Merge pull request #273428 from wegank/xqilla-gcc-13
...
xqilla: fix build with gcc 11+
2023-12-11 10:16:35 -05:00
Nick Cao
07c4539154
Merge pull request #273429 from wegank/non-gcc-13
...
non: fix build with gcc 11+
2023-12-11 10:16:08 -05:00
Nick Cao
20dc588c28
Merge pull request #273346 from wegank/yargy-fix
...
python311Packages.yargy: rename from yagry
2023-12-11 10:14:48 -05:00
Weijia Wang
4d4181652b
uri: fix build on darwin
2023-12-11 14:39:27 +01:00
Weijia Wang
34cbd933a7
openclonk: unbreak
2023-12-11 14:35:38 +01:00
Theodor-Alexandru Irimia
bc98e1c457
python3Packages.unix-ar: init at 0.2.1
2023-12-11 14:19:03 +01:00
Vladimír Čunát
48b286bd26
Merge #273521 : node 20 fixes
...
...into staging-next
2023-12-11 14:09:04 +01:00
Weijia Wang
608788958e
Merge pull request #273424 from wegank/flwrap-stdenv
...
flwrap: remove stdenv override
2023-12-11 13:41:30 +01:00
github-actions[bot]
6ac7b9234a
Merge master into staging-next
2023-12-11 12:01:23 +00:00
Anderson Torres
76a0cbc7fd
seabios: migrate to by-name
2023-12-11 08:22:52 -03:00
K900
3b235f0735
akkoma-frontends.admin-fe: build with Node 18
...
Doesn't build with Node 20
2023-12-11 14:10:01 +03:00
Fabian Affolter
0da73064d0
Merge pull request #273300 from fabaff/nvdlib-bump
...
python311Packages.nvdlib: init at 0.7.6, python311Packages.avidtools: init 0.1.1.2
2023-12-11 11:44:55 +01:00
Fabian Affolter
36635a3ca4
Merge pull request #273299 from fabaff/youtokentome
...
python311Packages.youtokentome: init at 1.0.6
2023-12-11 11:44:42 +01:00
Gerg-L
f8a4c1e888
nix-direnv: migrate to by-name
2023-12-11 10:56:38 +01:00
Michael Evans
108b82645e
python3Packages.grafanalib: init at 0.7.0
2023-12-11 11:50:40 +02:00
Pol Dellaiera
8d17fb2bc6
Merge pull request #273378 from shyim/frankenphp-extension-support
...
frankenphp: fix php extensions loading
2023-12-11 10:19:58 +01:00
Anderson Torres
5f0c17edea
x16: move from commanderx16
...
Now they live under x16 attribute.
Since the old names are easier to use and remember, they should be kept as
non-removable aliases.
2023-12-10 22:24:00 -03:00