summaryrefslogtreecommitdiff
path: root/pkgs/by-name/ph (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: fix pname misuse in urls (#483962)Gergő Gutyina2026-02-051-1/+1
|\
| * various: fix pname misuse in urlsquantenzitrone2026-02-051-1/+1
* | phel: 0.28.0 -> 0.29.0 (#486477)Pol Dellaiera2026-02-041-3/+3
|\ \
| * | phel: 0.28.0 -> 0.29.0R. Ryantm2026-02-031-3/+3
* | | phpstan: 2.1.37 -> 2.1.38R. Ryantm2026-02-041-2/+2
* | | treewide: move NIX_LDFLAGS into env for structuredAttrs (p-s) (#486066)Wolfgang Walther2026-02-032-2/+4
|\ \ \ | |/ / |/| |
| * | phodav: move NIX_LDFLAGS into env for structuredAttrsStefan Frijters2026-02-011-1/+3
| * | phash: move NIX_LDFLAGS into env for structuredAttrsStefan Frijters2026-02-011-1/+1
* | | phel: 0.27.0 -> 0.28.0 (#481923)Pol Dellaiera2026-02-021-3/+3
|\ \ \ | |/ / |/| |
| * | phel: 0.27.0 -> 0.28.0R. Ryantm2026-01-201-3/+3
* | | 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 (#483882)Fernando Rodrigues2026-01-309-29/+29
|\ \
| * | various: switch to finalAttrs pattern•••this shouldn't create any rebuilds quantenzitrone2026-01-309-29/+29
* | | phrase-cli: 2.54.3 -> 2.55.1R. Ryantm2026-01-291-3/+3
* | | phpstan: add piotrkwiecinski as maintainerPiotr Kwiecinski2026-01-281-1/+4
* | | phpstan: 2.1.35 -> 2.1.37 (#484646)Pol Dellaiera2026-01-281-2/+2
|\ \ \
| * | | phpstan: 2.1.35 -> 2.1.37R. Ryantm2026-01-281-2/+2
* | | | phpunit: 12.5.6 -> 12.5.8 (#484656)Pol Dellaiera2026-01-281-3/+3
|\ \ \ \
| * | | | phpunit: 12.5.6 -> 12.5.8Piotr Kwiecinski2026-01-281-3/+3
| |/ / /
* / / / phira-unwrapped: prepare for structuredAttrsStefan Frijters2026-01-281-1/+1
|/ / /
* | | phoenixd: 0.7.1 -> 0.7.2 (#484019)Pavol Rusnak2026-01-261-5/+5
|\ \ \
| * | | phoenixd: 0.7.1 -> 0.7.2R. Ryantm2026-01-261-5/+5
| |/ /
* / / treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-252-4/+4
|/ /
* | phase-cli: 1.20.0 -> 1.21.2 (#482169)Gergő Gutyina2026-01-241-3/+7
|\ \
| * | phase-cli: 1.20.0 -> 1.21.2•••Fix derivation, upstream runtime dependencies changed in https://github.com/phasehq/cli/releases/tag/v1.21.0. Add package maintainer. medv2026-01-211-3/+7
* | | phantom: init at 0-unstable-2025-12-22 (#482296)Sandro2026-01-221-0/+53
|\ \ \
| * | | phantom: init at 0-unstable-2025-12-22Reylak2026-01-211-0/+53
| | |/ | |/|
* | | phrase-cli: 2.53.1 -> 2.54.3R. Ryantm2026-01-221-3/+3
* | | phpstan: 2.1.34 -> 2.1.35 (#482277)nixpkgs-ci[bot]2026-01-211-2/+2
|\ \ \
| * | | phpstan: 2.1.34 -> 2.1.35R. Ryantm2026-01-211-2/+2
* | | | phpunit: 12.5.4 -> 12.5.6R. Ryantm2026-01-211-3/+3
|/ / /
* | | phpstan: 2.1.32 -> 2.1.34, switch to PHAR distribution, move to pkgs/by-name ...Pol Dellaiera2026-01-211-0/+54
|\ \ \ | |_|/ |/| |
| * | phpstan: 2.1.32 -> 2.1.34, switch to PHAR distribution, move to pkgs/by-namePol Dellaiera2026-01-191-0/+54
| |/
* / photoqt: 5.0 -> 5.1R. Ryantm2026-01-201-2/+2
|/
* phrase-cli: 2.53.0 -> 2.53.1R. Ryantm2026-01-161-2/+2
* tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchF...Gaël James2026-01-151-1/+1
* phpactor: 2025.12.21.0 -> 2025.12.21.1R. Ryantm2026-01-131-3/+3
* treewide: change 'format = "other";' to 'pyproject = false;'•••Entirely find-and-replace based. A few usages that would cause rebuilds if changed remain. This PR should have 0 rebuilds. Michael Daniels2026-01-121-1/+1
* photoqt: 4.9.2 -> 5.0 (#477810)Weijia Wang2026-01-101-3/+3
|\
| * photoqt: 4.9.2 -> 5.0Weijia Wang2026-01-071-3/+3
* | phrase-cli: 2.52.0 -> 2.53.0R. Ryantm2026-01-091-3/+3
|/
* Merge master into staging-nextnixpkgs-ci[bot]2025-12-271-3/+3
|\
| * phel: 0.23.1 -> 0.27.0 (#474375)Pol Dellaiera2025-12-261-3/+3
| |\
| | * phel: 0.23.1 -> 0.27.0R. Ryantm2025-12-261-3/+3
* | | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-12-261-3/+3
|\| |
| * | phpactor: 2025.10.17.0 -> 2025.12.21.0R. Ryantm2025-12-261-3/+3
| |/
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-12-224-8/+4
|\|
| * phpdocumentor: update `vendorHash`Pol Dellaiera2025-12-221-2/+1
| * phpactor: update `vendorHash`Pol Dellaiera2025-12-221-1/+1
| * phel: update `vendorHash`Pol Dellaiera2025-12-221-1/+1