Commit Graph

91327 Commits

Author SHA1 Message Date
Max Hille
6af2ce3590
aether: remove (unmaintained upstream, sec issues) 2023-10-09 11:48:00 +02:00
OTABI Tomoya
79c799f576
Merge pull request #257044 from t4ccer/t4/add-radon
python3Packages.radon: init at 6.0.1
2023-10-09 17:00:49 +09:00
t4ccer
be2958005a
python3Packages.radon: init at 6.0.1 2023-10-09 00:37:52 -06:00
t4ccer
812887a713
python3Packages.mando: init at 0.7.1 2023-10-09 00:37:52 -06:00
Samuel Dionne-Riel
85f158659a
Merge pull request #258711 from allusive-dev/picom-allusive
picom-allusive: init for 0.3.1
2023-10-09 01:51:20 -04:00
allusive-dev
0b55e764ad picom-allusive: init for 0.3.1 2023-10-09 16:43:27 +11:00
Anderson Torres
8c90bddab1 eudev: migrate to by-name 2023-10-09 00:46:25 -03:00
Weijia Wang
613dfce23f
Merge pull request #258008 from 999eagle/update/searxng
searxng: move to pkgs/by-name, unstable-2023-07-19 -> unstable-2023-10-01
2023-10-09 01:07:07 +02:00
Weijia Wang
253b7c6675
Merge pull request #259836 from reckenrode/dxvk-by-name
dxvk: migrate to by-name
2023-10-09 01:06:07 +02:00
Weijia Wang
18c9af9f37 zulu21: deduplicate expressions 2023-10-08 23:15:19 +02:00
Weijia Wang
f3e89babd4 zulu21: init at 21.0.0 2023-10-08 23:14:52 +02:00
Weijia Wang
473e087523 zulu17: init at 17.0.8.1 2023-10-08 23:14:52 +02:00
Infinidoge
82c294f13a
openjdk21, openjfx21: init at 21 (#258507)
Uses temurin-bin-20 to bootstrap, as temurin-bin-21 hasn't been released yet
2023-10-08 23:11:55 +02:00
Mario Rodas
4befebc9b7
Merge pull request #259013 from bcdarwin/init-python-hl7
python310Packages.python-hl7: init at 0.4.5
2023-10-08 15:21:03 -05:00
Randy Eckenrode
26f624d940
dxvk: migrate to by-name 2023-10-08 16:10:33 -04:00
Weijia Wang
265648f8e5
Merge pull request #259622 from wegank/openjdk-darwin-refactor
openjdk: refactor zulu builds
2023-10-08 19:59:46 +02:00
Mario Rodas
f21c3ccd92
Merge pull request #259789 from marsam/update-ruby-packages
rubyPackages: update
2023-10-08 12:45:07 -05:00
John Ericson
014559e2b5
Merge pull request #258564 from alyssais/release-config
release.nix: generate bootstrap tools for musl
2023-10-08 13:37:30 -04:00
Weijia Wang
2e692b3ddb zulu: add darwin support 2023-10-08 17:34:23 +02:00
Doron Behar
df6b235efa
Merge pull request #225904 from SomeoneSerge/update-xtensor-python-0.25.2
python3Packages.xtensor-python: 0.25.1 -> 0.26.1
2023-10-08 18:28:42 +03:00
Nick Cao
a88cc6a7a6
Merge pull request #259675 from natsukium/atsim_potentials
python311Packages.atsim-potentials: rename from atsim_potentials
2023-10-08 10:25:08 -04:00
Jörg Thalheim
f927d4d037
Merge pull request #259404 from aldoborrero/feat/lndinit
lndinit: init at 0.1.5-beta
2023-10-08 14:49:42 +02:00
Doron Behar
b8446541d8
Merge pull request #258968 from hexagonal-sun/add-uhd-with-utils
uhd: build with utils by default
2023-10-08 12:37:27 +03:00
Fabián Heredia Montiel
7c12f9d7ab
Merge pull request #259451 from NixOS/update-kernels
Kernel updates for 2023-10-07
2023-10-07 23:52:38 -06:00
Mario Rodas
daf448345c rubyPackages: update 2023-10-08 04:20:00 +00:00
natsukium
e621e19e32
python311Packages.atsim-potentials: rename from atsim_potentials 2023-10-08 11:53:59 +09:00
Weijia Wang
7650c5d65b
Merge pull request #254033 from wegank/stanc-bump
stanc, cmdstan: 2.32.2 -> 2.33.1
2023-10-07 23:12:42 +02:00
Alyssa Ross
ac279b4e1b
release.nix: generate bootstrap tools for musl
This will allow us to regenerate our woefully out-of-date
aarch64-unknown-linux-gnu musl bootstrap tools, which can't compile
lots of modern code.

We could technically also do i686-unknown-linux-musl bootstrap tools,
but I don't know if there's demand for that, so it's best to wait and
see if somebody asks for it before we commit Hydra to it.
2023-10-07 19:44:28 +00:00
Alyssa Ross
1da4b5c99e
release.nix: namespace bootstrap tools with triples
This will allow buliding bootstrap tools for platforms with
non-default libcs, like *-unknown-linux-musl.

This gets rid of limitedSupportSystems/systemsWithAnySupport.  There
was no need to use systemsWithAnySupport for supportDarwin, because it
was always equivalent to supportedSystems for that purpose, and the
only other way it was used was for determining which platforms to
build the bootstrap tools for, so we might as well use a more explicit
parameter for that, and then we can change how it works without
affecting the rest of the Hydra jobs.

Not affecting the rest of the Hydra jobs is important, because if we
changed all jobs to use config triples, we'd end up renaming every
Hydra job.  That might still be worth thinking about at some point,
but it's unnecessary at this point (and would be a lot of work).

I've checked by running

    nix-eval-jobs --force-recurse pkgs/top-level/release.nix

that the actual bootstrap tools derivations are unaffected by this
change, and that the only other jobs that change are ones that depend
on the hash of all of Nixpkgs.  Of the other jobset entrypoints that
end up importing pkgs/top-level/release.nix, none used the
limitedSupportedSystems parameter, so they should all be unaffected as
well.
2023-10-07 19:38:01 +00:00
Weijia Wang
341b8cadca python311Packages.stanio: init at 0.3.0 2023-10-07 20:25:34 +02:00
OTABI Tomoya
f3852d041b
Merge pull request #258288 from NetaliDev/flask-mysqldb
python3Packages.flask-mysqldb: init at 2.0.0
2023-10-08 01:58:04 +09:00
Nick Cao
fcffcdc836
Merge pull request #259535 from fabaff/pyyardian
python311Packages.pyyardian: init at 1.1.1
2023-10-07 12:51:24 -04:00
Nick Cao
82ead414a6
Merge pull request #259537 from fabaff/anthemav
python311Packages.anthemav: init at 1.4.2
2023-10-07 12:50:35 -04:00
Nick Cao
6608bc83eb
Merge pull request #259540 from fabaff/loqedapi
python311Packages.loqedapi: init at 2.1.8
2023-10-07 12:50:15 -04:00
Nick Cao
3286ec67f4
Merge pull request #259541 from fabaff/pyecoforest
python311Packages.pyecoforest: init at 0.3.0
2023-10-07 12:49:52 -04:00
Artturi
2cedfab914
Merge pull request #258964 from cafkafk/cafk-imhex-1.31.0 2023-10-07 18:41:08 +03:00
Joseph Pentland
0eb06a8d37 lesbar: init at 1.1.0 2023-10-07 15:54:37 +02:00
Mario Rodas
5103716b44
Merge pull request #252800 from 1000101/prometheus-pgbouncer-exporter
prometheus-pgbouncer-exporter: init at 0.7.0
2023-10-07 06:37:06 -05:00
Doron Behar
2c9957e42f uhd: build with utils by default
Build the uhd package with utils enabled by default, and disallow it to
retain python references if these features are disabled. Add a new
package uhdMinimal which does not build with these features. Modify the
gnuradio{,3_{8,9}}Minimal packages so that they use the uhd package
without python references.
2023-10-07 13:26:20 +03:00
Doron Behar
800db5445d uhd3_5: remove, unused anymore 2023-10-07 13:26:20 +03:00
1000101
3b094812b1 prometheus-pgbouncer-exporter: init at 0.7.0 2023-10-07 11:44:40 +02:00
Doron Behar
59bd7b85e8 xsimd10: init at 10.0.0 2023-10-07 11:47:19 +03:00
Doron Behar
34d8d08fdd
Merge pull request #259361 from doronbehar/pkg/transmission
transmission_4: fix darwin build
2023-10-07 11:07:40 +03:00
Fabian Affolter
6c003db583 python311Packages.pyecoforest: init at 0.3.0
Module for interacting with Ecoforest devices

https://github.com/pjanuario/pyecoforest
2023-10-07 09:50:41 +02:00
Fabian Affolter
23f8914007 python311Packages.loqedapi: init at 2.1.8
Module to interact with the Loqed Smart Door Lock API

https://github.com/cpolhout/loqedAPI
2023-10-07 09:36:43 +02:00
Fabian Affolter
968d5eb254 python311Packages.anthemav: init at 1.4.2 2023-10-07 09:17:44 +02:00
Fabian Affolter
7f2d3ed845 python311Packages.pyyardian: init at 1.1.1
Module for interacting with the Yardian irrigation controller

https://github.com/h3l1o5/pyyardian
2023-10-07 09:02:56 +02:00
Pierre Bourdon
66da72cc9a
Merge pull request #259185 from r-ryantm/auto-update/rtx
rtx: 2023.9.0 -> 2023.10.1
2023-10-07 07:47:11 +02:00
taku0
d7998a6d3f
Merge pull request #259047 from linsui/source-han
sourceHanPackages: add variable fonts
2023-10-07 11:17:52 +09:00
OTABI Tomoya
fbce04c0f7
Merge pull request #257352 from panicgh/python-sqids
python3Packages.sqids: init at 0.3.0
2023-10-07 11:09:58 +09:00