Commit Graph

106232 Commits

Author SHA1 Message Date
Thomas Gerbet
b5dea63a56 apacheHttpd: remove support for mod_tls
It has been removed upstream and is now managed independently.

988f449632
2024-11-30 15:20:40 +01:00
Emily
826d6ff12c
watchman: move to pkgs/by-name
(cherry picked from commit ba17205ae3)
(cherry picked from commit b9df99870b)
2024-11-30 15:11:34 +01:00
Emily
7d0b2bec84
watchman: convert to new Darwin SDK pattern
(cherry picked from commit 1c60ec77f4)
(cherry picked from commit bbb05186d9)
2024-11-30 15:11:34 +01:00
Emily
20cd2e5ed0
edencommon: move to pkgs/by-name
(cherry picked from commit aa5a90ed1d)
(cherry picked from commit dec69d0e8b)
2024-11-30 15:11:31 +01:00
Emily
f46f5f6e03
edencommon: convert to new Darwin SDK pattern
(cherry picked from commit 3c14c26a35)
(cherry picked from commit 353788c210)
2024-11-30 15:11:30 +01:00
Emily
752764c06b
fb303: move to pkgs/by-name
(cherry picked from commit be97ac3fe6)
(cherry picked from commit 219a361956)
2024-11-30 15:11:27 +01:00
Emily
b156f19c35
fb303: convert to new Darwin SDK pattern
(cherry picked from commit 87a7353f0c)
(cherry picked from commit e6dba6330c)
2024-11-30 15:11:27 +01:00
Emily
887ed58bb7
fbthrift: move to pkgs/by-name
(cherry picked from commit dddd67fced)
(cherry picked from commit 3aade2e414)
2024-11-30 15:11:24 +01:00
Emily
c7f7fcb26f
fbthrift: convert to new Darwin SDK pattern
(cherry picked from commit 3a06e577d6)
(cherry picked from commit c2510dd9f6)
2024-11-30 15:11:23 +01:00
Emily
18d703bc06
wangle: move to pkgs/by-name
(cherry picked from commit 1b7c0a5eb0)
(cherry picked from commit 1ec5504805)
2024-11-30 15:11:21 +01:00
Emily
152d24ff5b
wangle: convert to new Darwin SDK pattern
(cherry picked from commit b21418c8d8)
(cherry picked from commit 53c52162be)
2024-11-30 15:11:21 +01:00
Emily
4bc1430277
mvfst: move to pkgs/by-name
(cherry picked from commit d76e1dc840)
(cherry picked from commit a2a7d14233)
2024-11-30 15:11:18 +01:00
Emily
550a372c86
mvfst: convert to new Darwin SDK pattern
(cherry picked from commit 5b60e96f64)
(cherry picked from commit 193326735b)
2024-11-30 15:11:18 +01:00
Emily
8b9a7a64bc
fizz: move to pkgs/by-name
(cherry picked from commit eb19c30c3a)
(cherry picked from commit 05b4b1f26d)
2024-11-30 15:11:15 +01:00
Emily
3aa8b5fcd4
fizz: convert to new Darwin SDK pattern
(cherry picked from commit 91c31b1069)
(cherry picked from commit 979e60c718)
2024-11-30 15:11:15 +01:00
Emily
ae228e43c8
folly: move to pkgs/by-name
(cherry picked from commit b22849fd64)
(cherry picked from commit f307528160)
2024-11-30 15:11:11 +01:00
Emily
289a4465d9
folly: convert to new Darwin SDK pattern
This is using unguarded 11.0 APIs, so bump the deployment target too.

(cherry picked from commit 89e641930d)
(cherry picked from commit 45e6e0f628)
2024-11-30 15:11:11 +01:00
sternenseemann
f0f66c41d4
llvmPackages_12: build from monorepo source
As mentioned in #305146, keeping LLVM 12 is a source of pain because it
is the only version to be built from individual release tarball instead
of the LLVM monorepo. This commit makes LLVM 12 start from the monorepo
as well, simplifying all common LLVM expressions in the process.

With #347887, some quirks in the expressions for LLVM <14 were ironed
out, so building LLVM through from the monorepo is quite simple now.

- Most expressions only required minor changes, mostly removing the
  special casing for `sourceRoot`.

- The patch lists from llvm/12/default.nix were ported to
  common/default.nix. This only required a few extra conditionals which
  could be reduced via a rebuild also involving other LLVM versions.
  Outstanding tasks of little urgency have been noted in TODO comments.
  I have verified that the patch lists stay the same for all packages
  except LLVM where merely the order changes. An extra set of eyes
  is appreciated, of course.

- clang: The expression was reworked to use the same symlink location
  for clang-tools-extra for all versions including LLVM 12. This
  required adjusting the ad hoc patching of the clangd cmake files
  slightly.

- libunwind: We no longer need to make the libcxx sources available
  manually. We can rely on the monorepo source instead.

- lld: We no longer need to make the libunwind sources available manually.

- llvm: We no longer need to make the polly sources available manually

- On Darwin, we need to bypass CMake's C++ compiler for libcxx and
  libunwind now. It isn't a 100% clear why, probably because we've
  started to use Darwin's bootstrapStdenv for libcxx in the common
  expression compared to LLVM 12 on master [1].
  The reordering of flags for wasm causes a rebuild for some packages
  like firefox, but this should be tolerable on staging.

[1]: 665ebfb253/pkgs/development/compilers/llvm/12/default.nix (L392-L430)

(cherry picked from commit ee9eacf23e)
(cherry picked from commit c4e9f17ef9)
2024-11-30 15:11:09 +01:00
Maximilian Bosch
a1d35315ca
Merge: postgresqlPackages.pg-gvm: move from top-level package (#359421) 2024-11-30 14:15:53 +01:00
Wolfgang Walther
511b0843c7
postgresqlPackages.pg-gvm: move from top-level package
This is a PostgreSQL extension, which only works properly when made
available in the postgresql.pkgs package set.
2024-11-30 14:07:25 +01:00
Fabian Affolter
7c5423a666 python312Packages.msticpy: init at 2.14.0
Microsoft Threat Intelligence Security Tools

https://github.com/microsoft/msticpy
2024-11-30 13:17:32 +01:00
Fabian Affolter
f02092f187 python312Packages.cache: init at 1.0.3
Module for caching

https://github.com/jneen/python-cache
2024-11-30 13:17:32 +01:00
Gaétan Lepage
a81305c367
rabbitmq-server: 4.0.2 → 4.0.4 (#358653) 2024-11-30 12:15:16 +01:00
Thiago Kenji Okada
ad6e3db7c4 opentabletdriver: move to pkgs/by-name 2024-11-30 11:05:14 +00:00
Fabian Affolter
c363307fac
python312Packages.aiowmi: init at 0.2.3 (#359995) 2024-11-30 10:05:36 +01:00
Fabian Affolter
c60179cdca
python312Packages.jh2: init at 5.0.4 (#359996) 2024-11-30 10:05:21 +01:00
Yaroslav Chvanov
e3a9c19e86
strawberry: drop strawberry-qt5 in favor of strawberry-qt6 2024-11-30 11:53:24 +03:00
thomasjm
3f36a68d94 xeus-cling: wrap with library args and add smoke check 2024-11-29 23:12:51 -07:00
tomberek
4703b8d2c7
pkgs.dockertools.buildLayeredImage: customisable layering strategy (#122608) 2024-11-29 22:39:21 -05:00
Aleksana
88bd81e177
gkraken,nixos/gkraken: Drop (#358200) 2024-11-30 10:54:30 +08:00
Robert Schütz
6bff67cfbb radicale3: move to aliases 2024-11-29 18:40:24 -08:00
Robert Schütz
7e8137033c radicale2: drop
It is broken in master and release-24.05.
2024-11-29 18:36:33 -08:00
polygon
9d0f1281e4 bitwig-studio: Add wrapper to fix onset and beat detection 2024-11-30 02:39:18 +01:00
Philip Taron
9396352fba
lib/systems: elaborate properly with non-matching system / config / parsed args (#351608) 2024-11-29 15:48:15 -08:00
Rick van Schijndel
e3199efe35
bluejeans-gui: drop (#360173) 2024-11-29 22:40:39 +01:00
Artturin
2c7123c522
nagstamon: 3.14.0 -> 3.16.2 (#349714) 2024-11-29 22:53:11 +02:00
Pol Dellaiera
b9816a9ba6
treewide: remove AndersonTorres from maintainers (#360012) 2024-11-29 20:53:47 +01:00
Philip Taron
b61dffc48e
ant: modernize, update primary name (#360077) 2024-11-29 09:57:18 -08:00
Noa Aarts
03f953d285
bluejeans-gui: remove 2024-11-29 18:53:54 +01:00
Colin
1170690e24
cloudflared: fix cross compilation (#359897) 2024-11-29 14:57:52 +00:00
Ulrik Strid
b8d9c3b2ad
ocamlPackages.melange: init at 4.0.1-52 + 4.0.0-51 + 4.0.0-414 (#359923) 2024-11-29 12:49:56 +01:00
Doron Behar
260fe04e85
sile: 0.15.6 -> 0.15.7 (#359859) 2024-11-29 12:12:23 +02:00
Michele Guerini Rocco
a5fb96baf0
vapoursynth: fix darwin build (#359263) 2024-11-29 10:41:56 +01:00
Aleksana
130f661d36
bluej: move to by-name, with lib; cleanup, RFC format (#356009) 2024-11-29 16:25:57 +08:00
Peder Bergebakken Sundt
cf88138cad
python312Packages.python-socketio; onionshare: fix on darwin (#359885) 2024-11-29 09:06:27 +01:00
K900
769f42e45a
mumble-overlay: just build it the upstream way (#359620) 2024-11-29 09:38:34 +03:00
Tomodachi94
4f2b642f6c apacheAnt: make ant the primary name
apacheAnt is unused in the tree; `ant` is more commonly used.
2024-11-29 01:19:02 +00:00
Anderson Torres
e7387f290c treewide: remove AndersonTorres from maintainers 2024-11-28 21:12:42 -03:00
Volker Diels-Grabsch
97d45f98f2 ocamlPackages.melange: init at 4.0.1-52 + 4.0.0-51 + 4.0.0-414 2024-11-29 00:43:31 +01:00
Fabian Affolter
bfff65c1e5 python312Packages.jh2: init at 5.0.4
HTTP/2 State-Machine based protocol implementation

https://github.com/jawah/h2
2024-11-28 23:19:59 +01:00
Fabian Affolter
2b1e9f0252 python312Packages.aiowmi: init at 0.2.3
Python WMI Queries

https://github.com/cesbit/aiowmi
2024-11-28 23:16:19 +01:00
Gaetan Lepage
0b75c4e176 onionshare: move to by-name; refactor 2024-11-28 23:15:57 +01:00
Sandro
43b7d77530
python312Packages.spsdk: 2.2.1 -> 2.4.0 (#359513) 2024-11-28 21:48:05 +01:00
jopejoe1
aa912dbb95
factorio-mods: drop (#359695) 2024-11-28 17:57:46 +00:00
Doron Behar
0ed2ac3ee5 sile: build with luajit by default 2024-11-28 19:37:17 +02:00
Ilan Joselevich
c7c136a610
kanidm: allow hydra to cache alternative build with secret provisioning (#358782) 2024-11-28 19:35:25 +02:00
Nick Cao
8a2c001038
cloudflared: fix cross compilation 2024-11-28 12:01:49 -05:00
Weijia Wang
af1286f0e9 ios-deploy: rename from darwin.ios-deploy 2024-11-28 17:23:55 +01:00
Weijia Wang
0ecd14bacb
discrete-scroll: 0.1.1 -> 1.2.1 (#359465) 2024-11-28 17:15:33 +01:00
FliegendeWurst
e50228f6d9 perlPackages.DBDMariaDB: fix strictDeps = true 2024-11-28 16:38:54 +01:00
Gaetan Lepage
4b27a14352 python312Packages.rawpy: init at 0.23.2 2024-11-28 15:38:59 +01:00
Nick Cao
ff3f176cdd
zram-generator: move to by-name 2024-11-28 08:46:59 -05:00
Franz Pletz
5ca1ce25e1
zammad: move to pkgs/by-name/, use stdenvNoCC and format with rfc-style (#359530) 2024-11-28 12:54:11 +01:00
Cosima Neidahl
201bef8a3e
fire: 1.0.0.3 -> 1.0.1-unstable-2024-10-22, modernise, fix Darwin (#358181) 2024-11-28 12:07:17 +01:00
Cosima Neidahl
335b323f4d
dexed: unstable-2022-07-09 -> 0.9.8, modernise, fix Darwin (#358164) 2024-11-28 12:07:01 +01:00
Emily
ea60c79b79
treewide: unpin most LLVM-14s in all-packages.nix (#358871) 2024-11-28 10:17:15 +00:00
Masum Reza
277ad755e7
protobuf_29: init at 29.0 (#359696) 2024-11-28 14:08:23 +05:30
Fabian Affolter
013b002ff9
python3Packages.pyflipper: init at unstable 2024-04-15 (#343729) 2024-11-28 08:51:46 +01:00
Yt
5945901935
python3Packages.django-apscheduler: init at 0.7.0 (#358890) 2024-11-28 02:51:31 -05:00
Fabian Affolter
c85e05343f
python312Packages.turrishw: init at 1.0.0 (#359434) 2024-11-28 08:50:14 +01:00
Fabian Affolter
fd4a692661
python312Packages.pytest-codspeed: init at 3.0.0 (#359443) 2024-11-28 08:50:00 +01:00
Fabian Affolter
8a30b22d0a
python312Packages.aioacaia: init at 0.1.9 (#359461) 2024-11-28 08:38:27 +01:00
Fabian Affolter
c929692827
python3Packages.pymodes: init at 2.11 (#359536) 2024-11-28 08:37:41 +01:00
Christina Sørensen
d00aba92df
gping: 1.17.3 -> 1.18.0 (#356624) 2024-11-28 07:43:37 +01:00
damhiya
c78d3b8465 coqPackages.Ordinal: init at 0.5.3 2024-11-28 07:30:11 +01:00
happysalada
7fbad767df python3Packages.django-apscheduler: init at 0.7.0 2024-11-27 22:22:15 -05:00
Gaetan Lepage
9ea0de6394 protobuf_29: init at 29.0 2024-11-27 23:52:58 +01:00
Pablo Ovelleiro Corral
cc11443256
factorio-mods: drop 2024-11-27 23:46:48 +01:00
Weijia Wang
cbe847702f
python312Packages.logilab-common: fix build (#359252) 2024-11-27 22:16:05 +01:00
Weijia Wang
4a60dea06b
gdcm: switch to new sdk pattern on darwin and fixes build (#358792) 2024-11-27 22:11:19 +01:00
jopejoe1
2e2c7f54fd treewide: hide more deprecated stuff if allowAliases is false 2024-11-27 20:51:46 +01:00
Franz Pletz
7c9fe1b04c
virt-manager: 4.1.0 -> 5.0.0 2024-11-27 18:57:58 +01:00
Silvan Mosberger
089247932f
_7z2hashcat: renamed from '7z2hashcat' (#359525) 2024-11-27 18:05:39 +01:00
K900
ebbbe4c8aa mumble-overlay: just build it the upstream way
We don't need an entire i686 Mumble just for the overlay,
nor do we need the weird custom glue.
2024-11-27 19:53:20 +03:00
Gaetan Lepage
7413190665 python312Packages.libuuu: init at 1.5.82 2024-11-27 17:00:09 +01:00
Franz Pletz
352dc5c800
nginx: fix compatibility with zlib-ng (#358812) 2024-11-27 14:34:52 +01:00
TomaSajt
17f173dd44
simulide: migrate to pkgs/by-name 2024-11-27 12:54:37 +01:00
Aleksana
b8eb67b861
cobang: fix build (#358962) 2024-11-27 19:39:55 +08:00
TomaSajt
34ae6ed370
simulide: don't use libsForQt5.callPackage 2024-11-27 11:58:26 +01:00
snicket2100
da5d2f176d python3Packages.pymodes: init at 2.11 2024-11-27 10:39:57 +01:00
Jennifer Graul
ab34686a5b
zammad: move to pkgs/by-name/ 2024-11-27 09:42:13 +01:00
aleksana
e906b8b4a8 _7z2hashcat: renamed from '7z2hashcat' 2024-11-27 16:07:48 +08:00
Doron Behar
6665c74029
gopass-jsonapi: 1.15.14 -> 1.15.15 (#358760) 2024-11-27 09:20:38 +02:00
Fabian Affolter
46e6c6d8af
python312Packages.flatten-json: init at 0.1.13 (#359227) 2024-11-27 08:03:06 +01:00
Fabian Affolter
6a05105b89
jsonwatch: 0.6.0 -> 0.7.0 (#358872) 2024-11-27 07:55:47 +01:00
7c6f434c
241ced5a31
libreoffice: build with jdk21 (#359040) 2024-11-27 05:45:28 +00:00
Martin Weinelt
a622540b81
python312Packages.pypalazzetti: init at 0.1.14 (#359453) 2024-11-27 03:34:46 +01:00
Martin Weinelt
36f0b3aeb2
home-assistant: support azure_data_explorer component (#359438) 2024-11-27 02:43:23 +01:00
dish
4cdafcf691
python3Packages.azure-kusto-ingest: init at 4.6.1 2024-11-26 19:56:22 -05:00
dish
54f25b8587
python3Packages.azure-kusto-data: init at 4.6.1 2024-11-26 19:56:22 -05:00
Weijia Wang
a2430c57d7 discrete-scroll: rename from darwin.discrete-scroll 2024-11-27 00:35:26 +01:00
Fabian Affolter
b4d11602b8 python312Packages.aioacaia: init at 0.1.9
Async implementation of pyacaia

https://github.com/zweckj/aioacaia
2024-11-27 00:17:16 +01:00
Weijia Wang
8b9c0509f6
vtk: switch to new sdk pattern on darwin (#358790) 2024-11-27 00:08:26 +01:00
Fabian Affolter
be61bb8425 python312Packages.pypalazzetti: init at 0.1.14
Library to access and control a Palazzetti stove through a Connection Box

https://github.com/dotvav/py-palazzetti-api
2024-11-27 00:02:17 +01:00
Fabian Affolter
b247f03fcd python312Packages.pytest-codspeed: init at 3.0.0
Pytest plugin to create CodSpeed benchmarks

https://github.com/CodSpeedHQ/pytest-codspeed
2024-11-26 23:32:14 +01:00
Fabian Affolter
a35d172934 python312Packages.turrishw: init at 1.0.0
Python library and program for Turris hardware listing

https://github.com/turris-cz/turrishw
2024-11-26 23:00:42 +01:00
Weijia Wang
ef9353273f
hqplayer-desktop: 4.22.0-65 -> 5.8.2-25 (#283631) 2024-11-26 22:31:31 +01:00
Fabian Affolter
cc1e73d10d
python3.pkgs.geoarrow-pandas: init at 0.1.2 (#349312) 2024-11-26 22:05:17 +01:00
Sandro
cbe4fa7a64
binwalk: 2.4.3 -> 3.1.0 (#357991) 2024-11-26 21:50:34 +01:00
Franz Pletz
5ae0b27ab9
nginx: fix compatibility with zlib-ng
Fix #357522.
2024-11-26 20:35:28 +01:00
Thomas Gerbet
293e982bdd
perlPackages.ModuleScanDeps: 1.34 -> 1.37 (#357430) 2024-11-26 20:04:15 +01:00
Robert Schütz
b70d51fc86
python312Packages.python-bitcoinlib: rename from bitcoinlib (#358492) 2024-11-26 09:47:33 -08:00
Dmitry Kalinkin
62e97383c2
geant4: move to by-name, drop deprecated enableQT argument (#358781) 2024-11-26 12:33:48 -05:00
cooparo
7233ce0697 python312Packages.python-bitcoinlib: rename from bitcoinlib 2024-11-26 17:21:18 +01:00
Thiago Kenji Okada
048619c66a
audacious: move to pkgs/by-name (#359063) 2024-11-26 16:07:15 +00:00
Thiago Kenji Okada
944e227b6a
libstdcxx5: remove (#358909) 2024-11-26 14:39:37 +00:00
Sandro
3975f808f0
limesctl: drop (#358945) 2024-11-26 13:29:34 +01:00
Weijia Wang
15fa96fd94 vapoursynth: use new darwin sdk pattern 2024-11-26 13:09:04 +01:00
wxt
4279574f1f
python312Packages.logilab-common: fix build 2024-11-26 19:52:39 +08:00
Fabian Affolter
a889656579 python312Packages.flatten-json: init at 0.1.13
Flatten JSON in Python

https://github.com/amirziai/flatten
2024-11-26 10:26:28 +01:00
Doron Behar
2fa59ab86b gopass-jsonapi: move to pkgs/by-name 2024-11-26 11:20:37 +02:00
Doron Behar
de4dbc58fd
nerdfonts: separate into individual font packages, 3.2.1 -> 3.3.0 (#354543) 2024-11-26 10:41:24 +02:00
Thibault Gagnaux
1fb09cba7f
gdcm: switch to new sdk pattern on darwin 2024-11-26 08:37:58 +01:00
Thibault Gagnaux
71fbdd8190 vtk: switch to new sdk pattern on darwin 2024-11-25 21:57:39 +01:00
Weijia Wang
bdf3bbe6b6
libbitcoin{,-client,-explorer,-network,-protocol}: drop; boost175: drop (#358867) 2024-11-25 21:17:17 +01:00
Weijia Wang
613c347a26
nvc: 1.14.1 -> 1.14.2 (#358689) 2024-11-25 21:13:55 +01:00
Weijia Wang
ba76e15859
rippled: drop (#358864) 2024-11-25 21:02:50 +01:00
Weijia Wang
4f313139e3
sumokoin: drop (#358866) 2024-11-25 21:01:58 +01:00
Jonas Heinrich
a488b52c8f python3Packages.django-fsm: init at 3.0.0 2024-11-25 20:13:15 +01:00
Jonas Heinrich
b59765289c froide: init at 0-unstable-2024-11-22 2024-11-25 20:13:15 +01:00
Thiago Kenji Okada
d0b8e7beac audacious: move to pkgs/by-name 2024-11-25 17:29:44 +00:00
Thiago Kenji Okada
4637550101 audacious-plugins: move to pkgs/by-name 2024-11-25 17:29:43 +00:00
Thiago Kenji Okada
13020da8a8 audacious-bare: init at 4.4.2 2024-11-25 17:15:28 +00:00
Thiago Kenji Okada
6b83f7004c
retroarch: refactor (#358405) 2024-11-25 16:58:02 +00:00
Yureka
31fa07312f libreoffice: build with jdk21
Change-Id: Ic9fee1f8b0194d41200193b2c7c4d4ccaa102401
2024-11-25 17:25:38 +01:00
Sandro
d1af4a2b81
python3Packages.stable-baselines3: init at 2.3.2 (#355954) 2024-11-25 15:16:57 +01:00
R. Ryantm
235a151786
jsonwatch: 0.6.0 -> 0.7.0 2024-11-25 08:43:53 -05:00
Gaétan Lepage
6cd7910f1a
python312Packages.papis: 0.13 -> 0.14 (#354823) 2024-11-25 13:00:23 +01:00
wxt
904070f0ad
cobang: move to by-name 2024-11-25 19:34:09 +08:00
Sandro Jäckel
dee1b88043
limesctl: drop 2024-11-25 11:32:56 +01:00
Maximilian Bosch
c76b79b7d2
libstdcxx5: remove
I observed this package to be a big red herring when people are searching
for the package they need if libstdc++ is missing: I observed this to
happen if you're either very new to packaging and don't know where it's
supposed to come from or if you package some binary program (or virtual
environment) and this library is missing.

The package is a subset of GCC 3.3 from 2005 and only needed for very
old proprietary software that cannot be recompiled where it's only
questionable if this is even appropriate to have in nixpkgs.

There's in fact one such package, unreal tournament 2004. As much as I
don't think that libstdcxx5 has a place in here, this also applies to
it. If people want to consume this, it should belong into an external
flake.

Until this happens, I'm sorry for https://www.youtube.com/watch?v=mXapt4GHt-s
2024-11-25 09:03:50 +01:00
Emily
29ef7a233d
treewide: remove deprecations after 24.11 branch-off (#358735) 2024-11-25 08:03:00 +00:00
Wolfgang Walther
094453260d
cinnamon: remove
As the TODO says.
2024-11-25 08:54:07 +01:00
Aleksana
988507244d
python3Packages.hydrogram: init at 0.1.4 (#299966) 2024-11-25 14:04:47 +08:00
Tomodachi94
b3e9840b74
litecoin{,d}: drop (#358865) 2024-11-24 20:03:02 -08:00
Robert Schütz
5c6f35fe6b
Revert "limesctl: drop" 2024-11-24 19:05:47 -08:00
Aleksana
98d17cfc77
limesctl: drop (#353788) 2024-11-25 10:59:03 +08:00
Reno Dakota
d649398796
xdp-tools: unpin LLVM-14
> clang: error: unsupported option '-fzero-call-used-regs=used-gpr' for target 'bpf'

required hardeningDisable zerocallusedregs
2024-11-25 02:27:23 +00:00
Reno Dakota
c5a0fff879
zcash: unpin LLVM-14 2024-11-25 02:27:23 +00:00
Reno Dakota
f02f515725
cvise: unpin LLVM-14 2024-11-25 02:27:23 +00:00
Reno Dakota
ec11f1cc97
ccls: unpin LLVM-14 2024-11-25 02:27:23 +00:00
Reno Dakota
c90e5ad038
clazy: unpin LLVM-14 2024-11-25 02:27:23 +00:00
Reno Dakota
7c1b6a3abc
codon: LLVM-14 unpin
package marked as broken -- no need to pin
2024-11-25 02:27:23 +00:00
Emily
f1dd207da7 rippled{,-validator-keys-tool}: drop
This package was broken from May until November’s ZHF due to a Git
security change. In itself, that’s a one‐line fix, but a greater
concern is that this package hasn’t been updated since 2022; there
have been many releases since, including backward‐incompatible
protocol changes:

> If you operate an XRP Ledger server, upgrade to version 1.10.0 by
> March 21 to ensure service continuity.

Since it is after March 2023 and nobody has reported this package
broken, I conclude that nobody uses it, and we should remove it until
an interested maintainer comes along.
2024-11-25 02:14:31 +00:00
Someone
3856d658d0
python312Packages.tensorflow: use tensorflow-bin by default (#345658)
Not even asking for forgiveness
2024-11-25 02:13:17 +00:00
Emily
fb2dd4aed7 boost175: drop
Obsolete version with no remaining users in the tree. Already removed
by other distributions.
2024-11-25 02:11:38 +00:00
Emily
03675716cf litecoin{,d}: drop
Our current version is from March 2023; there was a release with a
critical security fix in March of this year, and another one with more
security fixes two weeks ago. The listed maintainer has been inactive
in Nixpkgs for years and it seems nobody else is stepping up to keep
this package secure and updated. Let’s drop it until that changes.
2024-11-25 02:08:10 +00:00
Emily
8d3e3da186 sumokoin: drop
Abandoned cryptocurrency; no upstream activity since 2021.
2024-11-25 02:05:05 +00:00
Emily
c983d7bc80 libbitcoin{,-client,-explorer,-network,-protocol}: drop
These are the last packages in the tree that depend on Boost
1.75. There hasn’t been a release since 2023; upstream have stated
in <https://github.com/libbitcoin/libbitcoin-system/issues/1234> that
they do not plan to maintain the current version, and are currently
working on a backwards‐incompatible major update.

Nothing in the tree uses these libraries. The only other software
distributions on Repology packaging them are YACP and the AUR, neither
of which has had an update since 2019. They were removed from Ubuntu
after 16.04, and have more recently been removed from [SlackBuilds.org]
and [Homebrew] with the same reasoning that they’re keeping Boost
1.75 around unnecessarily and no packaged software wants them.

[SlackBuilds.org]: 17c7d0e430
[Homebrew]: https://github.com/Homebrew/homebrew-core/pull/157427

Since these packages are also unmaintained in Nixpkgs, let’s just
drop them and if anyone wants to package the 4.x version when it’s
out they can re‐add it.
2024-11-25 02:04:59 +00:00
Robert Schütz
a6d28112ea
warp: 0.7.0 -> 0.8.0 (#358325) 2024-11-24 16:35:27 -08:00
octvs
89281cba81
python312Packages.arxiv: init at 2.1.0 2024-11-25 00:48:31 +01:00
Thiago Kenji Okada
3d616665d6 retroarch-{bare,free}: use lib instead of builtins 2024-11-24 21:58:02 +00:00
Thiago Kenji Okada
60d1565d29 retroarch: define it using wrapRetroArch instead retroarch-bare.wrapper 2024-11-24 21:58:02 +00:00
Thiago Kenji Okada
e981e0a249 retroarch-free: init 2024-11-24 21:58:02 +00:00
Thiago Kenji Okada
61d8a91f52 libretro: renamed from retroarch 2024-11-24 21:58:02 +00:00
Thiago Kenji Okada
3aa0725cb3 retroarch: add withCores helper 2024-11-24 21:58:02 +00:00
Thiago Kenji Okada
3c11d3ede1 retroarch-bare: move to pkgs/by-name 2024-11-24 21:58:01 +00:00
Thiago Kenji Okada
bc078e1e31 retroarch-bare: add passthru.wrapper, refactor derivation to use it 2024-11-24 21:58:01 +00:00
Thiago Kenji Okada
006b13c56c retroarch-{bare,full}: renamed from retroarch{Bare,Full} 2024-11-24 21:58:01 +00:00
Thiago Kenji Okada
b65ca14ede kodi-retroarch-advanced-launchers: move to pkgs/by-name, format with nixfmt-rfc-style 2024-11-24 21:58:01 +00:00
Thiago Kenji Okada
859926a5b5 retroarch-joypad-autoconfig: move to pkgs/by-name, format by nixfmt-rfc-style 2024-11-24 21:58:01 +00:00
Thiago Kenji Okada
1a6115afb5 retroarch-assets: move to pkgs/by-name, format with nixfmt-rfc-style 2024-11-24 21:58:00 +00:00
Thiago Kenji Okada
e34cd11e1d libretro-core-info: move to pkgs/by-name, format with nixfmt-rfc-style 2024-11-24 21:58:00 +00:00
Wolfgang Walther
2425e26e4f
addOpenGLRunpath: covert to throw
Scheduled for 25.05.
2024-11-24 21:09:33 +01:00
Wolfgang Walther
af10dd2014
lib/customisation: remove overrideScope'
Let's follow through on the comment.
2024-11-24 21:09:32 +01:00
Emily
49d9ef16b1
treewide: remove deprecations up until 24.11 (#356732) 2024-11-24 19:46:12 +00:00
Maximilian Bosch
211a54292c
php81: 8.1.30 -> 8.1.31
Fixes
* CVE-2024-8932
* CVE-2024-8929
* CVE-2024-11236
* CVE-2024-11234
* CVE-2024-11233
* GHSA-4w77-75f9-2c8w

ChangeLog: https://www.php.net/ChangeLog-8.php#8.1.31
2024-11-24 19:43:08 +01:00
oddlama
91cbd96ffe
kanidm: allow hydra to cache alternative build with secret provisioning 2024-11-24 19:24:43 +01:00
rczb
ee2bb9be3e nerdfonts: separate into packages under nerd-fonts 2024-11-24 19:57:09 +02:00
Nico Felbinger
2c8074dfa7
binwalk: 2.4.3 -> 3.1.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-11-24 18:20:06 +01:00
Franz Pletz
a0cefba4f7
onefetch: 2.21.0 -> 2.22.0, migrate to by-name (#355063) 2024-11-24 17:08:52 +01:00
Philip Taron
0ed56980f9
{gcc{7,8}{,Stdenv},gfortran{7,8}}: drop (#357657) 2024-11-24 08:01:00 -08:00
Aleksana
1dc3b902a6
torq: drop (#358683) 2024-11-24 21:41:55 +08:00
Andreas Zweili
ce7cc9146e torq: drop 2024-11-24 13:35:05 +01:00
Weijia Wang
7c5948b7f9 nvc: move to pkgs/by-name 2024-11-24 12:51:40 +01:00
Nikolay Korotkiy
bd4e8d2878
gpxlab: migrate to by-name 2024-11-24 15:37:51 +04:00
Samuel Tardieu
d1761537ac rabbitmq-server: move to by-name hierarchy 2024-11-24 10:21:49 +01:00
Samuel Tardieu
ec7e617440 rabbitmq-server: use the latest compatible Erlang version 2024-11-24 10:21:49 +01:00
Emily
3f06ef6d6f
rabbitmq-server: migrate to the new macOS SDK (#357333) 2024-11-24 08:31:04 +00:00
Bjørn Forsman
74a650ef9c suricata: move to pkgs/by-name 2024-11-24 09:30:49 +01:00
Bjørn Forsman
77fffb09ec suricata: take versioned params instead of overriding at top-level
In preparation for moving to ./pkgs/by-name.
2024-11-24 09:30:49 +01:00
Peder Bergebakken Sundt
362c5b1825
python312Packages.unicorn: rename unicorn-emu input to unicorn (#355779) 2024-11-23 22:47:41 +01:00
Maximilian Bosch
57ff99d7bd
Merge: php: 8.2 -> 8.3 (#354568) 2024-11-23 22:24:06 +01:00
Ali M
5bd3eeba76 python3Packages.hydrogram: init at 0.1.4
Init hydrogram at version 0.1.4
2024-11-23 23:33:57 +03:30
Emily
0a92232f3f
bambu-studio: 01.09.07.52 > 01.10.01.50 (#356673) 2024-11-23 19:55:25 +00:00
teutat3s
6d86d77aae element-desktop: 1.11.85 -> 1.11.86
https://github.com/element-hq/element-desktop/releases/tag/v1.11.86

Electron version got bumped to 33 in cecea312c6
2024-11-23 20:49:45 +01:00
Maximilian Bosch
d2ed89833b
php: 8.2 -> 8.3
PHP 8.2 will only receive security patches starting at the end of
November[1], so it makes sense to bump the default version forward.

I looked through all modules with the substring `pkgs.php`[2] and all of
the usages looked fine or were fixed in a commit before this one.

[1] https://www.php.net/supported-versions.php
[2] I didn't take `with`/`let ... in` things into account, but honestly,
    if an application doesn't work with a newer PHP, it should probably
    be pinned down instead of blindly relying on `pkgs.php`.
2024-11-23 20:47:31 +01:00
Emily
979ba96ede
bisq-desktop: drop (#356730) 2024-11-23 19:24:40 +00:00
Emily
2ce151821b
signal-desktop: move to pkgs/by-name; signal-desktop{x86_64-linux, aarch64-linux, darwin}: 7.33.0 -> 7.34.0; add myself to maintainers (#358187) 2024-11-23 19:18:47 +00:00
Maximilian Bosch
8d35585477
Merge: Revert "postgresqlPackages.pgvecto-rs: 0.3.0 -> 0.4.0" (#358496) 2024-11-23 17:59:00 +01:00