summaryrefslogtreecommitdiff
path: root/pkgs/by-name/rp (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: rename references and deprecate alias (#486994)Jo2026-02-051-2/+2
|\
| * libSM: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* | various: fix pname misuse in urls (#483962)Gergő Gutyina2026-02-051-1/+1
|\ \ | |/ |/|
| * various: fix pname misuse in urlsquantenzitrone2026-02-051-1/+1
* | treewide: fetchFromGitea -> fetchFromCodeberg•••Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them. The following command was used for this treewide: ```fish for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches) sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i end ``` The following paths were manually edited: * pkgs/by-name/xr/xrsh/package.nix * pkgs/applications/networking/browsers/librewolf/src.nix * pkgs/by-name/go/gotosocial/package.nix * pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com> Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2026-01-311-3/+2
|/
* various: switch to finalAttrs pattern•••this shouldn't create any rebuilds quantenzitrone2026-01-304-13/+13
* rpcs3: 0.0.38 -> 0.0.39-unstable-2026-01-15•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2026-01-161-21/+13
* rpi-imager: 2.0.0 -> 2.0.2 (#467381)nixpkgs-ci[bot]2025-12-221-2/+2
|\
| * rpi-imager: 2.0.0 -> 2.0.2•••Diff: https://github.com/raspberrypi/rpi-imager/compare/v2.0.0...v2.0.2 R. Ryantm2025-12-201-2/+2
* | rpPPPoE: update src•••Reference: https://repology.org/project/rp-pppoe/information Reference: https://github.com/NixOS/nixpkgs/issues/471645 Sizhe Zhao2025-12-181-8/+7
* | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-1011-34/+34
* | maintainers: drop lom (aka legendofmiracles)Acid Bong2025-12-101-1/+1
|/
* rpm-sequoia: 1.9.0 -> 1.10.0R. Ryantm2025-11-281-3/+3
* rpi-imager: 1.9.6 -> 2.0.0 (#454282)Doron Behar2025-11-272-80/+43
|\
| * rpi-imager: 1.9.6 -> 2.0.0•••Diff: https://github.com/raspberrypi/rpi-imager/compare/v1.9.6...v2.0.0 Changelog: https://github.com/raspberrypi/rpi-imager/releases/tag/v2.0.0 Doron Behar2025-11-242-80/+43
* | rpcs3: pin ffmpeg to version 7•••The removal of the deprecated `avcodec_close` function broke the build of `rpcs3` in the latest version. As there's currently no newer release available, I switched the package to using `ffmpeg_7` as input for now. Eric Helgeson2025-11-161-2/+2
* | rpi-imager: remove `qt_add_lupdate` to fix buildSkohTV2025-11-101-0/+3
|/
* rpcs3: Add upstream patch for Qt 6.10+ (#454957)Masum Reza2025-10-281-0/+9
|\
| * rpcs3: Add upstream patch for Qt 6.10+Eric Helgeson2025-10-231-0/+9
* | rpiplay: fix build with cmake4Rafael Ieda2025-10-241-0/+5
|/
* rpcs3: unvendor some dependencies•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-10-091-0/+20
* rpcs3: 0.0.37 -> 0.0.38•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-10-091-11/+2
* treewide: remove unused with•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-1/+1
* maintainers: drop neonfuz•••Inactive since 2023, not in the GitHub org. Wolfgang Walther2025-09-231-1/+0
* rpiboot: 20250227-132106 -> 20250908-162618-bookworm (#444159)nixpkgs-merge-bot[bot]2025-09-211-2/+2
|\
| * rpiboot: 20250227-132106 -> 20250908-162618-bookwormR. Ryantm2025-09-181-2/+2
* | maintainers: remove cartr•••closes https://github.com/NixOS/nixpkgs/issues/444672 Robert Schütz2025-09-201-1/+0
|/
* rpi-imager: 1.9.4 -> 1.9.6qzylinra2025-08-273-601/+115
* maintainers: drop abbradar•••Listed as maintainer for ~170 packages but last commit that made it to master was 6786ceb in February 2022. Unresponsive on PRs, such as i.e. #411522 phaer2025-08-223-3/+2
* rpi-imager: add gappsWrapperArgs - for opening file dialogs•••Avoids error: (rpi-imager:112880): GLib-GIO-ERROR **: 16:32:08.253: Settings schema 'org.gtk.Settings.FileChooser' is not installed Doron Behar2025-08-131-0/+6
* treewide: replace `rev` with `tag` in fetchFromGitHubmivorasu2025-08-041-1/+1
* treewide: prefix unstable versions with `0-unstable` (#428516)Aleksana2025-07-261-1/+1
|\
| * treewide: prefix unstable versions with `0-unstable`mivorasu2025-07-261-1/+1
* | treewide: remove useFetchCargoVendor usagesTomaSajt2025-07-262-2/+0
|/
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-245-59/+58
* rpm-sequoia: 1.8.0 -> 1.9.0R. Ryantm2025-07-171-3/+3
* rpi-imager: unset qt styleemaryn2025-07-071-0/+5
* rpcs3: use OpenCV's cxxdev output•••Signed-off-by: Connor Baker <ConnorBaker01@gmail.com> Connor Baker2025-06-241-1/+1
* rpcs3: 0.0.36-17736-c86a25079 -> 0.0.37 (#417625)Peder Bergebakken Sundt2025-06-214-192/+14
|\
| * rpcs3: simplify update script•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-06-182-73/+8
| * rpcs3: 0.0.36-17736-c86a25079 -> 0.0.37-18014-27359d3d3•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-06-183-123/+10
* | rpcs3: remove me as maintainerZane van Iperen2025-06-181-1/+0
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-06-143-27/+596
|\|
| * rpi-imager: 1.9.0 -> 1.9.4•••Diff: https://github.com/raspberrypi/rpi-imager/compare/refs/tags/v1.9.0...refs/tags/v1.9.4 Changelog: https://github.com/raspberrypi/rpi-imager/releases/tag/v1.9.4 emaryn2025-06-083-27/+596
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-06-061-1/+1
|\|
| * treewide: adjust meta descriptions to avoid definite or indefinite articles•••This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful. Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com> Co-authored-by: dotlambda <nix@dotlambda.de> Philip Taron2025-06-051-1/+1
* | Merge master into staging-nextnixpkgs-ci[bot]2025-06-051-2/+2
|\|
| * treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Peder Bergebakken Sundt2025-06-041-2/+2
* | treewide: enable `doPostInstall` for libusb1 packages that expose udev rules•••`libusb1` propagates the `udevCheckHook`. Packages which depend on `libusb1` and expose udev rules should enable the `doPostInstall` flag. Grimmauld2025-05-271-0/+2
|/
* rpcs3: use cubeb from nixpkgs•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-05-252-1/+51