Commit Graph

510960 Commits

Author SHA1 Message Date
Anderson Torres
5c68e0e7e1 waylock: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
6d87dc7136 rivercarro: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
299723c875 river: split man output 2023-08-05 11:10:50 +00:00
Anderson Torres
c4867cc794 river: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
- Add `meta.longDescription`
2023-08-05 11:10:50 +00:00
Anderson Torres
ba1c193d28 mepo: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
a34e8fe161 findup: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
30567662bb clipbuzz: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
dd8d813a73 blackshades: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Anderson Torres
a63c9818ba scdoc: set meta.mainProgram
In order to preventively follow https://github.com/NixOS/nixpkgs/pull/246386
2023-08-05 11:09:48 +00:00
Anderson Torres
6576a7b6e6 scdoc: refactor
- one parameter per line
- use rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942)
- remove references to pname
- SRI hash
- multiple outputs
- remove with nesting (following
https://nix.dev/anti-patterns/language#with-attrset-expression)
- simplify meta
- add AndersonTorres as maintainer
2023-08-05 11:09:48 +00:00
Nikolay Korotkiy
f4f1591cc0
Merge pull request #243224 from JesusMtnezForks/libreoffice
libreoffice-bin (darwin): 7.4.7 -> 7.5.5
2023-08-05 15:08:44 +04:00
Cabia Rangris
16d0fcf184
Merge pull request #247285 from r-ryantm/auto-update/klipper
klipper: unstable-2023-06-29 -> unstable-2023-08-01
2023-08-05 15:02:07 +04:00
Bobby Rong
dfde395b2a
cinnamon.xreader: Backport meson 1.2 fix
Because meson 1.2 is already in staging.
2023-08-05 18:55:21 +08:00
Weijia Wang
e8c9b7c618
Merge pull request #247282 from toastal/profanity-0.14.0
profanity: 0.13.1 → 0.14.0
2023-08-05 12:45:11 +02:00
Weijia Wang
6dbcdd4424
Merge pull request #247292 from Azd325/gex
gex: 0.6.0 -> 0.6.1
2023-08-05 12:39:01 +02:00
Weijia Wang
0502f0bfac
Merge pull request #246484 from aaronjheng/webcat
webcat: unstable-2021-09-06 -> 0.2.0
2023-08-05 12:35:42 +02:00
Weijia Wang
98a5a4d4d0
Merge pull request #246478 from aaronjheng/plistwatch
plistwatch: unstable-2020-12-22 -> unstable-2023-06-22
2023-08-05 12:35:17 +02:00
Pavel Sobolev
0ba388c967
picard: 2.8.5 -> 2.9 2023-08-05 13:25:22 +03:00
Aaron Jheng
1723596522
vsce: 2.19.0 -> 2.20.1 2023-08-05 18:17:56 +08:00
tom barrett
83f9448e64 numcpp: init at 2.11.0 2023-08-05 12:08:28 +02:00
Maximilian Bosch
82a0e0f7d5
Merge pull request #247154 from Ma27/linux-kernel-updates
Linux kernel updates 2023-08-03
2023-08-05 12:01:55 +02:00
Maximilian Bosch
2ddb1453e6
nixos/nextcloud: make php settings additive
Right now, the settings aren't additive which means that when I do

    services.nextcloud.phpOptions."opcache.interned_strings_buffer = "23";

all other options are discarded because of how the module system works.

This isn't very nice in this case, though because wanting to override
a single option doesn't mean I want to discard the rest of the -
reasonable - defaults. Hence, the settings are showed as default in the
option's manual section, but are added with normal priority.

That means, to override _all_ options at once, an expression like

    services.nextcloud.phpOptions = mkForce {
      /* ... */
    };

is needed. This is also way more intuitive IMHO because the `mkForce`
explicitly tells that everything will be modified.

Also, APCu enable and the memory & file-size limits are also written
into `services.nextcloud.phpOptions` rather than adding them
silently before passing all options to the PHP package. This has the
benefit that users will realize on evaluation time that they configured
options that would otherwise be set by the module on its own.
2023-08-05 11:58:11 +02:00
Fabian Affolter
0295cf36c3
Merge pull request #247302 from fabaff/gvm-libs-bump
gvm-libs: 22.6.3 -> 22.7.0
2023-08-05 11:55:45 +02:00
Fabian Affolter
677ffd4f23
Merge pull request #247298 from marsam/update-pglast
python310Packages.pglast: 5.2 -> 5.3
2023-08-05 11:55:27 +02:00
Alexander Krimm
d02a90fd17 scenic-view: use a jdk with bundled openjfx
This used to be the default but got changed in #206643 / ce6bc62
to reduce the closure of non javafx java apps. Additionally 1caf19b
removed webkit support which is also required for scenic-view and
therefore explicitly enabled.
2023-08-05 11:53:43 +02:00
Alexander Krimm
f2bdee4337 scenebuilder: 15.0.1 -> 19.0.0
Bump scenebuilder to 19.0.0 as the latest release 20.0.0 depends on
jdk20, which is not packaged in nixpkgs yet.

Since version 15 the build system for scenebuilder was switched from
gradle to maven.

Additionally this commit switches to using a jre which bundles
openjfx. This used to be the default but was changed in ce6bc62,
which prevented scenebuilder from starting.
2023-08-05 11:53:43 +02:00
R. Ryantm
fe1e7622fd ser2net: 4.3.13 -> 4.4.0 2023-08-05 09:50:47 +00:00
Weijia Wang
aebee3ca2a
Merge pull request #247236 from wegank/guile-sdl-bump
guile-sdl: 0.5.2 -> 0.6.1
2023-08-05 11:34:59 +02:00
Emery Hemingway
b6c5112152 nixos/ntopng: seperate interface config with newlines 2023-08-05 10:02:48 +01:00
Francesco Gazzetta
1eb6175b0d domination: 1.2.8 -> 1.2.9 2023-08-05 10:52:05 +02:00
Nick Cao
e2595fcc49
Merge pull request #247166 from luochen1990/luochen1990-patch-1
Fix meta.mainProgram missing issue for jc
2023-08-05 02:41:18 -06:00
piegames
ab364f08b3
Merge pull request #246866: gnomeExtensions: auto-update 2023-08-05 10:25:17 +02:00
Luo Chen
5d8e320833
jc: set meta.mainProgram
Related: https://github.com/NixOS/nixpkgs/issues/219567
2023-08-05 16:23:57 +08:00
Jörg Thalheim
6a921d61b2 python3.pkgs.deploykit: 1.0.2 -> 1.1.0
Diff: https://github.com/numtide/deploykit/compare/1.0.2...1.1.0

Changelog: https://github.com/numtide/deploykit/releases/tag/1.1.0
2023-08-05 18:18:39 +10:00
R. Ryantm
b44786fcdf jackett: 0.21.547 -> 0.21.584 2023-08-05 08:14:47 +00:00
Fabian Affolter
4627e97757 checkov: 2.3.318 -> 2.3.356
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.318...2.3.356

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.356
2023-08-05 10:12:04 +02:00
Fabian Affolter
7a6cde4e51 gvm-libs: 22.6.3 -> 22.7.0
Diff: https://github.com/greenbone/gvm-libs/compare/refs/tags/v22.6.3...v22.7.0

Changelog: https://github.com/greenbone/gvm-libs/releases/tag/v22.7.0
2023-08-05 10:10:22 +02:00
Pavel Sobolev
e3c771f877
lazygit: 0.39.4 -> 0.40.0 2023-08-05 11:06:32 +03:00
Fabian Affolter
66709f3ae1 python311Packages.python-velbus: 2.1.9 -> 2.1.12 2023-08-05 10:02:41 +02:00
Doron Behar
82326d676d
Merge pull request #247122 from doronbehar/pkg/lammps
lammps: 23Jun2022_update4 -> 2Aug2023
2023-08-05 08:00:23 +00:00
Fabian Affolter
f6063283e1 python311Packages.millheater: 0.10.0 -> 0.11.0
Diff: https://github.com/Danielhiversen/pymill/compare/0.10.0...0.11.0

Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.11.0
2023-08-05 09:58:15 +02:00
Theodore Ni
9e742472af
python3.pkgs.clr-loader: add build dependencies
Once we add setuptools-scm, we no longer need the patch that changes the
version number in pyproject.toml.
2023-08-05 00:56:59 -07:00
Theodore Ni
809db2e8e5
python3.pkgs.clr-loader: normalize pname 2023-08-05 00:37:31 -07:00
Tim Kleinschmidt
fe99af5109
gex: 0.6.0 -> 0.6.1 2023-08-05 09:35:19 +02:00
Fabian Affolter
0d2fb29f50
Merge pull request #247194 from fabaff/google-cloud-artifact-registry-bump
python311Packages.google-cloud-artifact-registry: 1.8.2 -> 1.8.3
2023-08-05 09:03:14 +02:00
R. Ryantm
5f54224ed0 klipper: unstable-2023-06-29 -> unstable-2023-08-01 2023-08-05 06:34:44 +00:00
Nick Cao
bbe9ae26ec
Merge pull request #247159 from panicgh/dataexplorer
dataexplorer: 3.7.8 -> 3.7.9
2023-08-05 00:27:43 -06:00
Nick Cao
3511904b2e
Merge pull request #247152 from figsoda/runme
runme: 1.7.0 -> 1.7.1
2023-08-05 00:26:21 -06:00
Nick Cao
a20575a46d
Merge pull request #247203 from fabaff/phonenumbers-bump
python311Packages.phonenumbers: 8.13.16 -> 8.13.18
2023-08-05 00:24:56 -06:00
toastal
d7fcdbc1de profanity: 0.13.1 → 0.14.0
Release on Microsoft™ GitHub™: https://github.com/profanity-im/profanity/releases/tag/0.14.0
2023-08-05 13:24:15 +07:00