Commit Graph

102508 Commits

Author SHA1 Message Date
Sandro
11b26f016e
Merge pull request #336141 from emilazy/push-uztymzmukyyk
opencv{2,3}: drop
2024-08-22 09:14:40 +02:00
Sebastián Mancilla
b67e2595f4
Merge pull request #335960 from museoa/labwc
labwc: 0.7.4 -> 0.8.0
2024-08-21 22:19:17 -04:00
Sebastián Mancilla
feb4389ef1
Merge pull request #321858 from al3xtjames/convmv-darwin
convmv: add Darwin support, reformat & migrate to pkgs/by-name
2024-08-21 22:06:48 -04:00
Emily
afdee7e458 pict-rs_0_3: drop
This was broken by the Rust 1.80 upgrade, and is an old version that
we’d have to patch to keep working.

We have already done the 0.4 → 0.5 update without keeping around
the old version or adding in any additional `stateVersion` logic
in <https://github.com/NixOS/nixpkgs/pull/280221>. As a result,
migration for 0.3 users is going to be a little awkward. I’ve done
my best to provide comprehensive instructions for anyone who hasn’t
already bumped to 0.4.

It is probably a footgun to add `stateVersion` logic for any
package that makes backwards‐incompatible schema changes and only
supports migration from the immediately previous version. Users
won’t get migrated by default and we have to either package and
maintain an endlessly growing list of old versions or add complicated
instructions like this. It’s not really practical for us to support
a significantly better migration story than upstream does.
2024-08-22 01:54:09 +01:00
huantian
82c09b6d34
python3Packages.jxlpy: init at 0.9.5 2024-08-21 17:09:52 -07:00
ilaumjd
d5d0be4438
python312Packages.pbxproj: init at 4.2.1 2024-08-22 05:44:38 +07:00
Stig
e293fb7bcc
Merge pull request #335890 from someone-stole-my-name/master
perlPackages.SafeHole: fix darwin build
2024-08-21 23:55:59 +02:00
hulr
fd5d3934c0 python312Packages.pykcs11: init at 1.5.16 2024-08-21 23:31:19 +02:00
Emily
ac98115f52
Merge pull request #329102 from helsinki-systems/fix/parmetis-archive-org
parmetis: use github/KarypisLab/ParMETIS  as source
2024-08-21 21:41:51 +01:00
Bob van der Linden
47e31d291d hwinfo: move package to by-name 2024-08-21 22:38:35 +02:00
Emily
5ed0850a76
Merge pull request #335100 from ilaumjd/pythonPackages.openstep-parser
python312Packages.openstep-parser: init at 2.0.1
2024-08-21 19:16:18 +01:00
Emily
42afc9de23
Merge pull request #333948 from SigmaSquadron/xen-drop-figs
xen: code quality updates and generic patch deduplication
2024-08-21 18:22:55 +01:00
Emily
d7988eb826 libresample: move to pkgs/by-name 2024-08-21 18:05:20 +01:00
Fernando Rodrigues
403837b6a8
xen: deduplicate pkgs.xen and pkgs.xenPackages.xen
There is no point in having both. The top-level package now points
directly to the latest version.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-21 13:37:29 -03:00
Roland Coeurjoly
c34208511e sby: 2021.11.30 -> 0.44, run tests, rename from symbiyosys 2024-08-21 10:25:34 -05:00
Someone
034d0a7d15
Merge pull request #334840 from SomeoneSerge/fix/release-cuda/pure-eval
release-cuda: allow passing `system` to release-lib
2024-08-21 15:10:12 +00:00
Zane van Iperen
e8ca810e14
vgmstream: move to by-name 2024-08-21 23:42:03 +09:00
Jeremy Fleischman
d045216e9c
kicad: use python 3.12
This reverts commit 6cec87c32d.

Now that https://github.com/NixOS/nixpkgs/pull/326142 has landed,
there's no reason to keep ourselves pinned to Python 3.11 anymore.

As a happy side effect, this also fixes a bug with
6cec87c32d which broke our ability to use
kicad addons:

    $ nix build --impure --expr 'with import ./. {}; pkgs.kicad.override { addons = with pkgs.kicadAddons; [kikit kikit-library]; }' -L
    ...
    error:
           … while calling the 'derivationStrict' builtin
             at <nix/derivation-internal.nix>:34:12:
               33|
               34|   strict = derivationStrict drvAttrs;
                 |            ^
               35|

           … while evaluating derivation 'kicad-8.0.4'
             whose name attribute is located at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/stdenv/generic/make-derivation.nix:336:7

           … while evaluating attribute 'makeWrapperArgs' of derivation 'kicad-8.0.4'
             at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/applications/science/electronics/kicad/default.nix:201:3:
              200|   # We are emulating wrapGAppsHook3, along with other variables to the wrapper
              201|   makeWrapperArgs = with passthru.libraries; [
                 |   ^
              202|     "--prefix XDG_DATA_DIRS : ${base}/share"

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: function 'anonymous lambda' called with unexpected argument 'python'
           at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/applications/science/electronics/kicad/addons/kikit.nix:2:1:
                1| # For building the multiple addons that are in the kikit repo.
                2| { stdenv
                 | ^
                3| , bc
           Did you mean python3?
2024-08-21 07:25:54 -07:00
Jeremy Fleischman
5c493ae9ed
python3Packages.shapely_1_8: remove
Shapely 1.8 is old unmaintained. We originally had to introduce it to nixpkgs in
order to package kikit, but recently kikit upstream dropped the
requirement to use an old version of shapely
(https://github.com/yaqwsx/KiKit/issues/574#issuecomment-1879721181).

Upstream relaxed the version constraint in
3427a8d6ce,
which first landed in kikit 1.5.0, which we're already packaging, so
we're free to drop shapely 1.8!
2024-08-21 07:25:54 -07:00
Emily
b152577c1d
Merge pull request #336185 from emilazy/push-lwmqkkpwootu
pcsxr: drop
2024-08-21 15:15:05 +01:00
OTABI Tomoya
2629da0ba7
Merge pull request #336215 from natsukium/langchain/refactor
python312Packages.langchain-standard-tests: init at 0.1.1; refactor langchain-related libraries
2024-08-21 21:53:07 +09:00
K900
ab13423a41
Merge pull request #335737 from aidalgol/heroic-2.15
Heroic Games Launcher: 2.14.1 -> 2.15.1
2024-08-21 15:35:46 +03:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Gaetan Lepage
9e85808301 rye: move to pkgs/by-name 2024-08-21 08:11:02 +02:00
Sigmanificient
4883542572 python3Packages.django-crontab: drop 2024-08-21 04:45:20 +02:00
ilaumjd
0cdca2f803
python312Packages.openstep-parser: init at 2.0.1 2024-08-21 08:17:49 +07:00
natsukium
8416f327d6
python312Packages.langchain-standard-tests: init at 0.1.1 2024-08-21 09:58:12 +09:00
OTABI Tomoya
a0fe91e4e2
Merge pull request #335556 from drupol/sismic/init
python312Packages.sismic: init at 1.6.6
2024-08-21 09:16:51 +09:00
Peder Bergebakken Sundt
d6b3d3b2c2
Merge pull request #335485 from Sigmanificient/py.pixelmatch-drop
python3Packages.pixelmatch: drop
2024-08-21 02:14:25 +02:00
Emily
edfb47e9f9 ppsspp: add upstream patch for FFmpeg 6
The bundled FFmpeg is used by default anyway, but this fixes
compilation with FFmpeg 6 when opting in.
2024-08-20 23:53:38 +01:00
Emily
ae7c68f0fc pcsxr: drop
Long‐dead upstream (completely vanished, in fact), using a release
from 2013, barely surviving on a huge pile of Debian patches and
drive‐by fixes. Even the Debian patch set in our package here is
out of date. The `meta.homepage` was updated to point to a GitHub
repository with commits from as recently as 5½ years ago, but that
appears to be a separate fork from another developer, and we never
actually shipped it.

The last time this package was substantially touched was by @vs49688,
who heroically took the time to patch it to update it from FFmpeg
2(!) to FFmpeg 4 as part of a tree‐wide sweep almost three years
ago. Now that I’m dealing with FFmpeg 4, it would need patching
again, and I really don’t feel like it.

I considered simply dropping the FFmpeg dependency by disabling
compressed CDDA support, but it’s just not worth it to keep
this package alive. The state of PlayStation emulation has improved
dramatically from when this fork was current. DuckStation and Mednafen
are both better options for the majority of people. The PCSX Reloaded
code lives on as PCSX ReARMed, which we package as a libretro core,
but not as a standalone emulator. I would encourage anyone who has
reason to want a packaged PCSX fork to package the standalone version
of PCSX ReARMed from <https://github.com/notaz/pcsx_rearmed>. You
can tag me for review if you’d like.
2024-08-20 23:41:26 +01:00
Emily
87c5a230ec opencv{2,3}: drop 2024-08-20 20:16:13 +01:00
Emily
6f715b5c74 p2pvc: drop
Essentially unmaintained upstream for almost a decade, kept alive
with treewides and drive‐by fixes, and depends on the deprecated
and removed OpenCV C API. Sorry, it looks like a fun toy! Hopefully
someone can port it to a newer OpenCV.
2024-08-20 20:15:50 +01:00
Emily
5fbee8d2d3 mathematica{9,10,11}: drop
These versions have been obsolete for 5 to 10 years, and have been
broken since 34cd4905d1 unless the user
specifies manual overrides. Given that nobody seems to have reported
an issue with them, I conclude that demand for them is minimal and
that there’s no need for them to block the removal of OpenCV 2.
2024-08-20 20:15:50 +01:00
Kimat Boven
60dad75a8d rubyPackages.standard: init at 1.40.0 2024-08-20 20:36:28 +02:00
Emily
25bdc22ac8
Merge pull request #334495 from Sigmanificient/liboop
{liboop,lsh}: drop
2024-08-20 19:02:29 +01:00
Pol Dellaiera
15ef46e148
python312Packages.sismic: init at 1.6.6 2024-08-20 19:01:45 +02:00
Pol Dellaiera
ee581a0e83
Merge pull request #334715 from drupol/bump/lanchain-stuff
python312Packages.langchain: 0.2.9 -> 0.2.14
2024-08-20 18:38:52 +02:00
Pol Dellaiera
dbc4f15b89
Merge pull request #308059 from drupol/build-support/php/remove-composer-local-repo-plugin
build-support/php: init `buildComposerProject2` and `mkComposerRepository2`
2024-08-20 18:38:44 +02:00
Ludovico Piero
dac90ca0f0
lsd: move to pkgs/by-name
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-21 00:56:11 +09:00
Ben Darwin
267de92516 python312Packages.skops: init at 0.10.0 2024-08-20 10:47:53 -04:00
Martin Weinelt
ed74e3c6bb
Merge pull request #332967 from uvNikita/somweb
home-assistant-custom-components.somweb: init at 1.1.0
2024-08-20 15:05:59 +02:00
damhiya
5a3fe0fa46 coqPackages.MenhirLib: init at 20240715 2024-08-20 14:58:36 +02:00
Paul Meyer
4d2ee1b394
Merge pull request #335987 from Gordon-BP/az-cli-extension-ssh
azure-cli-extensions.ssh: init at 2.0.5
2024-08-20 13:50:32 +02:00
Sandro
a5657803dd
Merge pull request #336026 from justanotherariel/morgen 2024-08-20 13:45:12 +02:00
Doron Behar
4fb57d331b
Merge pull request #335598 from doronbehar/pkg/lammps
python31{2,1}Packages.lammps: init at 2Aug2023_update3
2024-08-20 10:38:57 +00:00
Sigmanificient
e959525e15 lsh: drop 2024-08-20 12:02:12 +02:00
Aidan Gauland
a7c9a1c05a
heroic: 2.14.1 -> 2.15.1 2024-08-20 21:39:04 +12:00
Sandro
1bc1437a08
Merge pull request #335876 from NotAShelf/webcord-vencord-e30 2024-08-20 11:25:53 +02:00
justanotherariel
4a463f1c60 morgen: electron_29 -> electron_30 2024-08-20 10:52:29 +02:00
Pol Dellaiera
6a58cdfc7d
Merge pull request #326696 from Sigmanificient/AeroSandbox
python312Packages.aerosandbox: init at 4.2.5; python312Packages.neurafoil: init at 0.2.3
2024-08-20 10:42:43 +02:00
teutat3s
376b7ca7e3 element-desktop: use electron version 31
Upstream switched to electron 31 in version 1.11.70
597f3562e4
2024-08-20 09:37:54 +02:00
teutat3s
e6fc8d9f20 electron: bump default version to v31
Co-authored-by: Yureka <yuka@yuka.dev>
2024-08-20 09:37:54 +02:00
teutat3s
a057f765d4 electron_31-bin: init at 31.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v31.0.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v31.0.0...v31.4.0

Co-authored-by: Yureka <yuka@yuka.dev>
2024-08-20 09:37:54 +02:00
teutat3s
f74c081333 electron-source.electron_31: init at 31.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v31.0.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v31.0.0...v31.4.0

Co-authored-by: Yureka <yuka@yuka.dev>
2024-08-20 09:37:54 +02:00
Pol Dellaiera
ffc8e10d08
python312Packages.langgraph-checkpoint: init at 1.0.3 2024-08-20 08:31:11 +02:00
Pol Dellaiera
3ff378e5d9
python312Packages.langgraph-checkpoint-postgres: init at 1.0.3 2024-08-20 08:31:11 +02:00
Pol Dellaiera
e411b4d397
python312Packages.langgraph-checkpoint-sqlite: init at 1.0.0 2024-08-20 08:31:11 +02:00
Pol Dellaiera
e687a395ab
python312Packages.langchain-aws: init at 0.1.16 2024-08-20 08:31:11 +02:00
Paul Meyer
8309290b6e
Merge pull request #335809 from katexochen/labctl/up
labctl: 0.0.22 -> 0.0.22-unstable-2024-05-10
2024-08-20 07:48:08 +02:00
Gordon-BP
6b4c53fe0f python3Packages.oschmod: init at 0.3.12 2024-08-20 12:10:30 +08:00
Sigmanificient
ac46298288 python312Packages.neurafoil: init at 0.2.3 2024-08-20 03:55:12 +02:00
Eric Berquist
e6fe536a0c
python3Packages.array-api-compat: init at 1.8 2024-08-19 21:15:40 -04:00
Sigmanificient
9635ec4e5c python312Packages.aerosandbox: init at 4.2.5 2024-08-20 02:56:30 +02:00
Robert Schütz
f02fa2f654
Merge pull request #335857 from bcdarwin/init-python3-pyzx
python312Packages.pyzx: init at 0.8.0
2024-08-19 17:35:34 -07:00
Anderson Torres
cf6b192414 labwc: 0.7.4 -> 0.8.0 2024-08-19 21:34:11 -03:00
Peder Bergebakken Sundt
bc0a29f049 python312Packages.reflex: init at 0.5.9 2024-08-20 02:30:26 +02:00
Peder Bergebakken Sundt
71f977f8a7 python312Packages.reflex-hosting-cli: init at 0.1.13 2024-08-20 02:27:54 +02:00
Peder Bergebakken Sundt
23c20c44cf python312Packages.starlette-admin: init at 0.14.1 2024-08-20 02:27:54 +02:00
Peder Bergebakken Sundt
6dce5aafd3 python312Packages.sqlalchemy-file: init at 0.6.0 2024-08-20 02:27:41 +02:00
Peder Bergebakken Sundt
1085cdf835
Merge pull request #334128 from pbsds/init-methodtools-1723466127
python312Packages.methodtools: init at 0.4.7
2024-08-20 01:24:58 +02:00
Robert Schütz
5c2a3cf6bb
Merge pull request #334681 from dotlambda/deltachat-desktop
deltachat-desktop: 1.46.2 -> 1.46.5
2024-08-19 15:59:17 -07:00
Christian Segundo
f3c5cbc302
perlPackages.SafeHole: fix darwin build 2024-08-19 22:09:00 +02:00
NotAShelf
4ba32492ac
webcord-vencord: electron_29 -> electron_30 2024-08-19 21:21:51 +03:00
Ben Darwin
1bb54f39c2 python312Packages.pyzx: init at 0.8.0 2024-08-19 12:46:25 -04:00
Anderson Torres
7e1ddd1a4a guile-sqlite3: migrate to by-name 2024-08-19 13:34:55 -03:00
Emily
54df89b8ad
Merge pull request #331615 from emilazy/push-konptvsyvlnm
ccextractor: 0.93 -> 0.94-unstable-2024-08-12
2024-08-19 15:30:04 +01:00
Robert Schütz
d832568bbc python312Packages.deltachat-rpc-client: init 2024-08-19 07:26:27 -07:00
Robert Schütz
491f5ebe71 deltachat-desktop: move to pkgs/by-name 2024-08-19 07:26:27 -07:00
Kerstin Humm
59e82ebc7d python3Packages.django-otp-webauthn: init at 0.3.0 2024-08-19 16:10:40 +02:00
Kerstin Humm
9e157550d0 python3Packages.cyrtranslit: init at 1.1.1 2024-08-19 16:10:40 +02:00
Paul Meyer
f3c94988cd labctl: 0.0.22 -> 0.0.22-unstable-2024-05-10
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-19 14:57:27 +02:00
kirillrdy
dec8f7b2c4
Merge pull request #334800 from afh/init-boost186
boost186: init at 1.86.0
2024-08-19 18:05:03 +10:00
kirillrdy
fe577e760b
Merge pull request #334536 from afh/init-icu75
icu75: init at 75.1
2024-08-19 17:37:11 +10:00
Daniël de Kok
3f2b634b99 cudaPackages_12_4: init at 12.4.0 2024-08-19 06:54:22 +00:00
Masum Reza
64481d023a
Merge pull request #335424 from JohnRTitor/amdvlk-update
amdvlk: apply nixfmt-rfc-style, move to finalAttrs, pkgs/by-name
2024-08-19 11:26:26 +05:30
Vincent Laporte
8bcc5c9e25 ocamlPackages.mirage-console-unix: remove at 5.1.0 2024-08-19 07:36:30 +02:00
Vincent Laporte
19878eaf16 ocamlPackages.mirage-channel: remove at 4.1.0 2024-08-19 07:36:30 +02:00
Vincent Laporte
cf6b546936 ocamlPackages.cohttp-mirage: remove at 5.3.1 2024-08-19 07:36:30 +02:00
Ryan Omasta
237b25b556
cinny-desktop: migrate to pkgs/by-name, add ryand56 to maintainers 2024-08-18 15:53:57 -06:00
Emily
5e007ce364
Merge pull request #335640 from Mic92/nix-simple-deploy
nix-simple-deploy: remove
2024-08-18 21:52:16 +01:00
Sebastián Mancilla
f567598371
Merge pull request #327296 from Mic92/maui-shell
maui-shell: remove
2024-08-18 16:38:11 -04:00
Robert Schütz
7a7b9e09b2 libdeltachat: move to pkgs/by-name 2024-08-18 10:25:29 -07:00
Jörg Thalheim
25cf4a8e2f nix-simple-deploy: remove 2024-08-18 19:01:18 +02:00
Sandro
5611feb0b6
Merge pull request #270176 from ppenguin/freecad-wayland
freecad: add freecad-wayland to fix native wayland
2024-08-18 17:56:47 +02:00
Philip Taron
2b82213a27
Merge pull request #335232 from philiptaron/issue-208242/follow-up-on-pr-334470 2024-08-18 06:59:06 -07:00
Yohann Boniface
b4e3bdd7f9
python312Packages.pyfunctional: init at 1.4.3 (#329947)
* python312Packages.pyfunctional: init at 1.4.3

* Update pkgs/development/python-modules/pyfunctional/default.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-08-18 15:37:01 +02:00
Philip Taron
086aa4f3a9
python3Packages: remove with statements in aliases 2024-08-18 06:32:24 -07:00
Philip Taron
4363ce78b5
theLoungePlugins: remove with statements 2024-08-18 06:32:24 -07:00
Philip Taron
ba93ec2161
pkgs: remove with statements in aliases 2024-08-18 06:32:23 -07:00
Nick Cao
e2709d9aa0
Merge pull request #335435 from newAM/dwfv-by-name
dwfv: move to pkgs/by-name
2024-08-18 09:03:03 -04:00
Doron Behar
c5bc9942ad python31{2,1}Packages.lammps: init at 2Aug2023_update3 2024-08-18 15:44:45 +03:00
Fernando Rodrigues
2d51a4d306 xen-guest-agent: move to by-name
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-18 11:30:55 +02:00
Dmitriy Kholkin
988bf19f2c
linux-packages: fix argsOverride 2024-08-18 10:38:23 +03:00
Jörg Thalheim
b9f2e97f41 maui-shell: remove 2024-08-18 09:16:15 +02:00
Sigmanificient
d903b254cd python3Packages.pixelmatch: drop 2024-08-18 01:46:28 +02:00
Linus Karl
d2367c3f7e indi-full: refactor 3rdparty drivers
This splits the 3rdparty drivers into seperate
packages as recommended by upstream. This also
allows to build a indi-full equivalent with only
the needed drivers. Also add indi-full-nonfree
with all the nonfree drivers. And remove them
from indi-full.
2024-08-18 01:05:52 +02:00
Peder Bergebakken Sundt
d62d74d7b9
Merge pull request #334581 from Sigmanificient/libnxml
libnxml: 0.18.3 -> 0.18.5; libmrss: 0.19.2 -> 0.19.4
2024-08-18 00:59:56 +02:00
Sebastián Mancilla
630c7e5bc6
Merge pull request #327297 from Mic92/rabbitvcs
rabbitvcs: remove
2024-08-17 17:56:38 -04:00
Sandro
9b0dea91bb
Merge pull request #329950 from Sigmanificient/geoparquet
python3Packages.geoparquet: init at 0.7.5
2024-08-17 23:06:45 +02:00
Sigmanificient
422d853079 liboop: drop
fix

liboop: drop
2024-08-17 21:06:45 +02:00
Alex Martens
c1fba2e31b dwfv: move to pkgs/by-name 2024-08-17 11:41:37 -07:00
Nick Cao
6a1cc92674
Merge pull request #335415 from newAM/flip-link-by-name
flip-link: move to pkgs/by-name
2024-08-17 14:37:25 -04:00
Donovan Glover
03c81f5abe
Merge pull request #335104 from zzzsyyy/update/flaca
flaca: 2.4.6 -> 3.1.6, migrate to pkgs/by-name
2024-08-17 18:18:55 +00:00
tahanonu
787fa4de88 python312Packages.ilcli: init at 0.3.2 2024-08-17 18:23:57 +01:00
John Titor
a72194fa1a
amdvlk: move to pkgs/by-name 2024-08-17 22:50:24 +05:30
Alex Martens
c5c4ebbe93 flip-link: move to pkgs/by-name 2024-08-17 09:23:39 -07:00
Artturin
c9270f6274
Merge pull request #329964 from Artturin/androidrenamesdk
treewide: Rename android `sdkVer` and `ndkVer`
2024-08-17 19:22:42 +03:00
OTABI Tomoya
b15c343cc3
Merge pull request #335348 from fabaff/pytest-docker-tools
python312Packages.pytest-docker-tools: init at 3.1.3
2024-08-17 21:18:05 +09:00
Fabian Affolter
94a80ae771 python312Packages.pytest-docker-tools: init at 3.1.3
Opionated helpers for creating py.test fixtures for Docker integration
and smoke testing environments

https://github.com/Jc2k/pytest-docker-tools
2024-08-17 13:21:23 +02:00
kirillrdy
cb1095b545
Merge pull request #327030 from Tochiaha/ophcrack-gui
ophcrack-cli: refactor to use ophcrack
2024-08-17 20:38:27 +10:00
Jörg Thalheim
3f40078007
Merge pull request #335290 from Mic92/nix-ld-rs
nix-ld-rs: alias to nix-ld
2024-08-17 12:24:20 +02:00
Mathias Zhang
b83043cf57
flaca: migrate to pkgs/by-name 2024-08-17 17:05:27 +08:00
Pol Dellaiera
1a5b799949
Merge pull request #335267 from GaetanLepage/ruff-lsp
ruff-lsp: update and improvements
2024-08-17 08:02:20 +02:00
Jörg Thalheim
75e094e1aa nix-ld-rs: alias to nix-ld
nix-ld-rs's code was merged into nix-ld
2024-08-17 07:24:06 +02:00
Peder Bergebakken Sundt
500c3e5a5b
Merge pull request #334769 from pyrox0/xwiimote
xwiimote: 2 -> 2-unstable-2024-02-29
2024-08-17 04:46:19 +02:00
Gaetan Lepage
821467f51f ruff-lsp: move to pkgs/by-name and use buildPythonApplication 2024-08-17 01:33:10 +02:00
Emily
00f9b25737
Merge pull request #325813 from SamLukeYes/xonsh
xonsh: fix wrapper, 0.17.0 -> 0.18.2
2024-08-16 22:53:01 +01:00
Florian
a84cbd3051
Merge pull request #335134 from Tochiaha/pycompliance
python312Packages.pycompliace: init at 0.0.1
2024-08-16 22:13:34 +02:00
tahanonu
af637e8489 python312Packages.pycompliace: init at 0.0.1
Release: https://github.com/rhmdnd/pycompliance/releases/tag/0.0.1

Co-authored-by: Florian <florian.brandes@posteo.de>
2024-08-16 19:43:51 +01:00
Rafael Fernández López
058e8f5ef1
nvidia-podman: remove nvidia wrapper
Since version 4.1.0, podman has support for CDI, and is the
recommended way to expose GPU's for containers for podman.

More information: https://web.archive.org/web/20240729183805/https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-podman
2024-08-16 18:16:23 +02:00
Doron Behar
24a76db073
Merge pull request #334377 from dotlambda/node-gyp
node-gyp: init at 10.2.0
2024-08-16 15:34:47 +00:00
superherointj
510fbb4915
Merge pull request #334868 from superherointj/godot_4-refactor
godot_4: 4.2.2-stable -> 4.3-stable
2024-08-16 08:08:49 -03:00
Pol Dellaiera
9ef7c8de50
Merge pull request #335057 from aaronjheng/vsce
vsce: 2.31.1 -> 3.0.0
2024-08-16 11:25:31 +02:00
Gaetan Lepage
f287b2281a pylyzer: move to pkgs/by-name 2024-08-16 10:06:33 +02:00
Aaron Jheng
02470a2f88
vsce: move to by-name 2024-08-16 08:03:58 +00:00
Pol Dellaiera
afb5ba779c
Merge pull request #335038 from GaetanLepage/csharp-ls
csharp-ls: 0.14.0 -> 0.15.0 + cleaning
2024-08-16 09:27:27 +02:00
Pol Dellaiera
4c110cd338
Merge pull request #334628 from piotrkwiecinski/8.4beta1
php84: 8.4.0alpha4 -> 8.4.0beta3
2024-08-16 09:12:20 +02:00
Gaetan Lepage
ca97ea91ae csharp-ls: move to pkgs/by-name 2024-08-16 08:21:47 +02:00
Piotr Kwiecinski
3e4323317c
php84: 8.4.0alpha4 -> 8.4.0beta3 2024-08-16 08:02:09 +02:00
tomberek
6f0fa65707
Merge pull request #332167 from ExpidusOS/fix/pkgsllvm/glibclocales
glibcLocales: fix building with llvm
2024-08-16 01:41:41 -04:00
tomberek
7248a7fde6
Merge pull request #333146 from ExpidusOS/feat/llvm-clean
Minor LLVM improvements
2024-08-16 01:34:50 -04:00
tahanonu
c30be260a9 ophcrack-cli: refactor to use ophcrack 2024-08-16 03:50:23 +01:00
Aaron Jheng
79dd2d35fc
mesos-dns: move to by-name 2024-08-16 02:32:36 +00:00
Peder Bergebakken Sundt
e2855c6617
Merge pull request #334396 from kjeremy/jkolb/open-vm-tools-by-name
open-vm-tools: move to package by name
2024-08-16 03:13:58 +02:00
Fabián Heredia Montiel
03bd12dcf8
Merge pull request #333721 from eclairevoyant/shotcut-wl
shotcut: move to by-name, reformat, add wl support
2024-08-15 17:25:22 -06:00
superherointj
2ef2b673ec
Merge pull request #332482 from museoa/remove-ralith-tinyemu
tinyemu: rework
2024-08-15 18:51:43 -03:00
superherointj
a8ee39fa52
Merge pull request #334752 from museoa/upload-doomretro
doomretro: 5.4 -> 5.5.1
2024-08-15 18:43:07 -03:00
superherointj
79e9e4bde9
Merge pull request #334748 from museoa/upload-fastjar
fastjar: adopt and modernize
2024-08-15 18:40:31 -03:00
superherointj
48fcf97af6
Merge pull request #331432 from museoa/upload-zchunk
zchunk: 1.4.0 -> 1.5.1
2024-08-15 18:38:47 -03:00
Fabián Heredia Montiel
cbccff9966
Merge pull request #334458 from anthonyroussel/update/cowsay
cowsay: 3.7.0 -> 3.8.1
2024-08-15 15:07:21 -06:00
Peder Bergebakken Sundt
4d27ef4708
Merge pull request #296701 from stepbrobd/aldente
aldente: 1.24.1 -> 1.27.3
2024-08-15 22:38:48 +02:00
superherointj
1747d9a68b godot_4: migrate to pkgs/by-name 2024-08-15 16:59:37 -03:00
Jonathan Davies
a289e52ce1
apacheKafka: init 3.8.0 2024-08-15 17:28:12 +01:00
Pol Dellaiera
0f6a8937d3
Merge pull request #334856 from GaetanLepage/ruff
ruff: 0.5.7 -> 0.6.0
2024-08-15 17:44:22 +02:00
Paul Meyer
0f18745262
Merge pull request #334740 from r-ryantm/auto-update/libdnf
libdnf: 0.73.2 -> 0.73.3
2024-08-15 15:16:16 +02:00
Gaetan Lepage
415796c61d ruff: move to pkgs/by-name 2024-08-15 14:57:32 +02:00
SomeoneSerge
40dc65f56d release-cuda: allow passing system to release-lib 2024-08-15 12:22:24 +00:00
Pol Dellaiera
65c0e4ebf6
build-support/php: implement v2 2024-08-15 13:43:00 +02:00
Cabia Rangris
0fe845338e pythonPackages.senf: init at 1.5.0
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-08-15 13:46:32 +04:00
Ivan Mincik
bdf14f104b shapelib: move to by-name 2024-08-15 09:06:37 +00:00
Alexis Hildebrandt
3d2d84cc33 boost186: init at 1.86.0 2024-08-15 10:03:56 +02:00
Paul Meyer
d1f4d70049 microdnf: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-15 09:33:24 +02:00
urob
9dbe8e16c9 qemu_full: remove unavailable buildInputs
ceph and glusterfs are only available for Linux platforms.
2024-08-14 22:39:55 -04:00
Anderson Torres
40d9cf0c86 doomretro: migrate to by-name 2024-08-14 23:19:46 -03:00
Anderson Torres
64dc362f82 fastjar: migrate to by-name 2024-08-14 22:51:16 -03:00
Pol Dellaiera
fcfa553f60
Merge pull request #323927 from taha-yassine/aider
aider-chat: init at 0.50.0 + python3Packages.pypager: init at 3.0.1
2024-08-15 00:09:35 +02:00
superherointj
e0b7307570 libs3: fix cross compilation
- migrate to pkgs/by-name
- refactor
- remove nested with
- order derivation attributes by phases order and attrs by alphabetical order
- minor format adaptations
2024-08-14 16:55:31 -03:00
Pyrox
e7a3407223
xwiimote: migrate to pkgs/by-name 2024-08-14 15:45:29 -04:00
Doron Behar
6bfd71d2b5
Merge pull request #318892 from doronbehar/pkg/taskwarrior3
nixosTests.taskchampion-sync-server: init
2024-08-14 19:43:33 +00:00
Taha YASSINE
122892a048 aider-chat: init at 0.50.0 2024-08-14 20:13:17 +02:00
Donovan Glover
e8144b0888
Merge pull request #333696 from paveloom/subtitleedit
subtitleedit: 4.0.6 -> 4.0.7
2024-08-14 17:28:52 +00:00
Donovan Glover
25e3758f72
Merge pull request #333215 from aaronjheng/okteto
okteto: 2.29.3 -> 2.30.1
2024-08-14 17:20:53 +00:00
Sandro
e23c9918ed
Merge pull request #326686 from Sigmanificient/nemosis
python312Packages.nemosis: init at 3.7.0
2024-08-14 18:40:51 +02:00
0x4A6F
67d0a62075
Merge pull request #332445 from helsinki-systems/upd/galera
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-14 17:37:26 +02:00
Pol Dellaiera
29aa9e9b12
Merge pull request #334411 from piotrkwiecinski/php81-libxml-2.13
php81: libxml 2.13 compatibility
2024-08-14 16:52:44 +02:00
David McFarland
5088777a57
Merge pull request #331355 from MattSturgeon/nexus-refactor-unfree
nexusmods-app: refactor the unfree variant
2024-08-14 11:48:06 -03:00
OTABI Tomoya
cbb270b4ba
Merge pull request #333058 from deshaw/upstream-python-krb5
Detangle Python `krb5` dependency mess
2024-08-14 23:19:57 +09:00
Maximilian Bosch
d2fca016fe
Merge pull request #331717 from alyssais/linux-6.9-drop
linux_6_8,linux_6_9: remove
2024-08-14 16:04:30 +02:00
Martin Weinelt
9ccfa87721
Merge pull request #332764 from NixOS/staging-next
staging-next 2024-08-06
2024-08-14 13:33:28 +02:00
Sigmanificient
e01bbe9818 libmrss: 0.19.2 -> 0.19.4; build from source 2024-08-14 11:41:20 +02:00
Sigmanificient
e7f425a383 libnxml: 0.18.3 -> 0.18.5; build from source
move

remove all pkgs libnxml
2024-08-14 11:41:08 +02:00
Norbert Melzer
f697d47a4a
Merge pull request #331757 from alyssais/rustic
rustic: rename from rustic-rs
2024-08-14 09:01:56 +02:00
OTABI Tomoya
d356532512
Merge pull request #334401 from dotlambda/pymol
pymol: use python311Packages
2024-08-14 15:45:47 +09:00
github-actions[bot]
261f1edcbd
Merge master into staging-next 2024-08-14 06:01:07 +00:00
Florian
a42598ad1a
Merge pull request #332808 from geraldog/add_onecache
Add aiosonic and onecache dependency
2024-08-14 07:56:44 +02:00
Doron Behar
54698e8db6 taskwarrior2: rename from taskwarrior, with a warning alias
Also remove an outdated link in `taskserver/default.md`.
2024-08-14 08:06:10 +03:00
Alexis Hildebrandt
ab3c41d6d3 icu75: init at 75.1 2024-08-14 06:14:44 +02:00
Geraldo Nascimento
e7c47c701b aiosonic: init at 0.20.1
Co-authored-by: Florian <florian.brandes@posteo.de>
2024-08-13 23:41:23 -03:00
Geraldo Nascimento
5f3431731a onecache: init at 0.7.0
Co-authored-by: Florian <florian.brandes@posteo.de>
2024-08-13 23:41:15 -03:00
adisbladis
6425af71d5
Merge pull request #334504 from qowoz/nix-eval-jobs
nix-eval-jobs: 2.23.0 -> 2.24.0
2024-08-14 14:20:45 +12:00
Sebastián Mancilla
9d1c9a4836
Merge pull request #332241 from amesgen/cbor-diag-0.8.8
cbor-diag: 0.8.7 -> 0.8.8
2024-08-13 22:09:34 -04:00
zowoq
92026d8506 nix-eval-jobs: 2.23.0 -> 2.24.0
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.23.0...v2.24.0
2024-08-14 10:57:42 +10:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next 2024-08-14 00:02:32 +00:00
Elliot Cameron
bbdd87069f python3Packages.krb5: init at 0.6.0
This causes pyspnego to get this krb5 package instead of the top-level
system krb5 package. That's actually intentional because pyspnego's
current dependency on the system package is incorrect.
2024-08-13 19:35:00 -04:00
Elliot Cameron
79d9127ea6 python3Packages.gssapi: disambiguate krb5
PyPI also has a package called krb5 and this package wants the
system krb5, not the PyPI one.
2024-08-13 19:28:11 -04:00
Elliot Cameron
392892b6bb python3Packages.k5test: disambiguate krb5
PyPI also has a package called krb5 and this package wants the
system krb5, not the PyPI one.
2024-08-13 19:28:11 -04:00
Elliot Cameron
a1fd7ef9ae python3Packages.cccolutils: disambiguate krb5
PyPI also has a package called krb5 and this package wants the
system krb5, not the PyPI one.
2024-08-13 19:28:11 -04:00
Elliot Cameron
eebf361edd python3Packages.pykerberos: disambiguate krb5
PyPI also has a package called krb5 and this package wants the system krb5, not the PyPI one.
2024-08-13 19:28:10 -04:00
Anthony ROUSSEL
187272024e cowsay: move to pkgs/by-name 2024-08-13 21:27:24 +02:00
Pol Dellaiera
629a4897b4
Merge pull request #334418 from techknowlogick/rm-hopin
hop-cli: remove pkg
2024-08-13 21:00:07 +02:00
Martin Weinelt
355530f35a
abseil-cpp_202401: reinit 2024-08-13 20:30:06 +02:00
Piotr Kwiecinski
fa088a9477
php81: libxml2 2.13 compatibility 2024-08-13 20:17:12 +02:00
github-actions[bot]
35c1846996
Merge master into staging-next 2024-08-13 18:01:28 +00:00
Robert Schütz
89d7f81980
Merge pull request #334153 from dotlambda/abcmidi
abcmidi: 2024.07.26 -> 2024.08.11
2024-08-13 10:40:53 -07:00
Florian Brandes
cb68f11dc5
zabbix: add 7.0 LTS version
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-08-13 17:55:06 +02:00
techknowlogick
e30a879e01 hop-cli: remove pkg 2024-08-13 11:32:06 -04:00
Alyssa Ross
0f10078f7e linuxPackages: clarify comment about downstream kernels
I'm pretty sure this is always what we meant, I just didn't think
through all the possibilities of non-upstream kernels that might end
up being proposed in future.
2024-08-13 16:53:48 +02:00
Jeremy Kolb
3f7a7124b8 open-vm-tools: move to package by name and format 2024-08-13 10:52:51 -04:00
Robert Schütz
38688506b8 pymol: use python311Packages
It depends on distutils and tests/jira/PYMOL-3260.py segfaults on Python
3.12.
2024-08-13 07:36:44 -07:00
Peder Bergebakken Sundt
be71cac470 python312Packages.methodtools: init at 0.4.7 2024-08-13 15:43:01 +02:00
Peder Bergebakken Sundt
20e1653747 python312Packages.wirerope: init at 0.4.7 2024-08-13 15:43:00 +02:00
Robert Schütz
000f83e17c nodePackages.node-gyp: drop 2024-08-13 05:54:31 -07:00
github-actions[bot]
65e354888d
Merge master into staging-next 2024-08-13 12:01:26 +00:00
Julius Michaelis
dd5bc7b7fe qemu-user: add qemu "user space emulator only" variant
When used from pkgsStatic, this is synonymous with the "qemu-user-static"
packages available in other distros.
2024-08-13 13:36:03 +02:00
Martin Weinelt
0906206d42
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/top-level/python-packages.nix
2024-08-13 13:21:03 +02:00
Doron Behar
102b1152a6
Merge pull request #333766 from Luflosi/npiet-tests
npiet: add tests, cleanup
2024-08-13 10:38:35 +00:00
Robert Schütz
bd909c86cf
Merge pull request #334202 from dotlambda/ledger-autosync
ledger-autosync: fix build with Python 3.12 and don't propagate ledger and hledger
2024-08-13 00:58:36 -07:00
Fabian Affolter
6d8150cc53
Merge pull request #334041 from adisbladis/python-can-name
python3.pkgs.can: Rename to python-can
2024-08-13 09:36:41 +02:00
Kerstin Humm
601d293376 python3Packages.translation-finder: init at 2.16 2024-08-13 08:44:54 +02:00
Kerstin Humm
5941b2d362 python3Packages.weblate-schemas: init at 2024.1 2024-08-13 08:44:54 +02:00
Kerstin Humm
31ffc98804 python3Packages.weblate-language-data: init at 2024.5 2024-08-13 08:44:54 +02:00
Kerstin Humm
4cb15fc024 python3Packages.siphashc: init at 2.4.1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Taeer Bar-Yam <Radvendii@users.noreply.github.com>
2024-08-13 08:44:54 +02:00
Kerstin Humm
dc1bc652b0 python3Packages.pyicumessageformat: init at 1.0.0
Co-authored-by: Taeer Bar-Yam <Radvendii@users.noreply.github.com>
2024-08-13 08:44:54 +02:00
Kerstin Humm
5ced09d094 python3Packages.django-crispy-bootstrap3: init at 2024.1 2024-08-13 08:44:54 +02:00
Kerstin Humm
a536abefad python3Packages.ahocorasick-rs: init at 0.22.0 2024-08-13 08:44:54 +02:00
Kerstin Humm
4c6789467e python3Packages.translate-toolkit: init at 3.13.2
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-08-13 08:44:54 +02:00
Kerstin Humm
dd01b4dcbf python3Packages.aeidon: init at 1.15 2024-08-13 08:44:54 +02:00
Kerstin Humm
e71402f44b python3Packages.phply: init at 1.2.6
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-08-13 08:44:54 +02:00
Martin Weinelt
fdb51ab3fb
Merge pull request #334239 from dotlambda/python3Packages.imgw-pib
home-assistant: support imgw_pib component
2024-08-13 02:36:19 +02:00
github-actions[bot]
0a1ac11214
Merge master into staging-next 2024-08-13 00:02:23 +00:00
Luflosi
909bf79413
npiet: cleanup
- Move to pkgs/by-name
- Format
- Use `finalAttrs` instead of `rec` for passing the `version` to `fetchurl`
- Use `hash` instead of `sha256` for `fetchurl`
- Use `--replace-fail` instead of `--replace` for `substituteInPlace`
- Add `strictDeps = true`
- Use `lib` directly in `meta` instead of using `with lib;`
- Add `meta.changelog`
- Add `meta.mainProgram`
2024-08-12 23:43:06 +02:00
Robert Schütz
a2ba2b7286 python312Packages.imgw-pib: init at 1.0.5 2024-08-12 14:05:24 -07:00
Edwin Mackenzie-Owen
873934134d irrlichtmt: remove at 1.9.0mt13
Minetest's irrlicht fork has been moved into the minetest repo.
2024-08-12 22:48:40 +02:00
Edwin Mackenzie-Owen
d61c03fe46 minetest: 5.8.0 -> 5.9.0
* remove irrlichtmt input. Minetest's irrlicht fork has been moved into
  the minetest repo and is now statically linked.
* remove mesa from buildInputs for darwin. Otherwise startup fails with
  "OpenGL driver version is not 1.2 or better." and "Shaders are enabled
  but GLSL is not supported by the driver.". Presumably that happens
  because minetest tries to use an incomplete OpenGL driver from mesa
  instead of the drivers provided by macOS.
* remove withTouchSupport arg, as the upstream CMake option has been
  removed. Touch support should now always be enabled.
* make minetest-touch an alias for minetestclient
* remove unused args
2024-08-12 22:07:55 +02:00
superherointj
0599045c7c ceph-csi: migrate to pkgs/by-name 2024-08-12 16:52:55 -03:00
Robert Schütz
9faf61f9fb ledger-autosync: move to pkgs/by-name 2024-08-12 12:11:32 -07:00
Robert Schütz
fe02238662 abcmidi: move to pkgs/by-name 2024-08-12 07:25:25 -07:00
github-actions[bot]
8674a36b01
Merge master into staging-next 2024-08-12 12:01:27 +00:00
Sandro
2d8b5bc8b3
Merge pull request #327686 from erictapen/osrm-backend 2024-08-12 13:45:18 +02:00
Jonas Chevalier
9a645edbb7
github-runner: move to by-name (#333309)
Allow the merge bot to work
2024-08-12 11:09:36 +02:00
OTABI Tomoya
a5dfefa56b
Merge pull request #333499 from nim65s/cxxheaderparser
python3Packages.cxxheaderparser: init at 1.3.3
2024-08-12 17:56:40 +09:00
adisbladis
68a70f098a python3.pkgs.can: Rename to python-can
This is correct name on PyPi: https://pypi.org/project/python-can
2024-08-12 18:28:04 +12:00
Joseph Stahl
18ebd72b85
recyclarr: move to pkgs/by-name 2024-08-11 21:23:33 -04:00
github-actions[bot]
dc79586bdf
Merge master into staging-next 2024-08-12 00:02:44 +00:00
Jan Tojnar
e61da57bbf gtkhtml: Move from gnome scope to top-level 2024-08-12 00:29:13 +02:00
superherointj
94dc66045b
Merge pull request #330914 from felschr/pixelorama-1.0
pixelorama: 0.11.4 -> 1.0.1
2024-08-11 19:07:47 -03:00
Peder Bergebakken Sundt
c93eee1f5f
Merge pull request #330507 from melvyn2/update-slskd
slskd: 0.21.1 -> 0.21.3
2024-08-11 23:38:08 +02:00
linsui
44e7e48778 dotter: move to by-name 2024-08-11 22:45:01 +02:00
Peder Bergebakken Sundt
c07ed4a6ee
Merge pull request #331789 from museoa/vkd3d-proton
vkd3d-proton: 2.8-unstable-2023-04-21 -> 2.13
2024-08-11 22:37:22 +02:00