Commit Graph

507946 Commits

Author SHA1 Message Date
Darwin Corn
b77627bb64 vimPlugins.nvim-treesitter: update grammars 2023-07-25 10:41:38 -07:00
Darwin Corn
d286aef1b1 vimPlugins: resolve github repository redirects 2023-07-25 10:41:26 -07:00
Darwin Corn
2c9bd9bcfc vimPlugins: update 2023-07-25 10:40:58 -07:00
Robert Schütz
5950306f92 nodePackages.bitwarden-cli: add alias 2023-07-25 10:29:21 -07:00
Robert Schütz
1c26845771 node-packages/remove-attr.py: fix shebang 2023-07-25 10:27:36 -07:00
Sandro
f816d2543e
Merge pull request #243766 from tjni/sqlalchemy-continuum
python310Packages.sqlalchemy-continuum: 1.3.14 -> 1.4.0
2023-07-25 19:24:02 +02:00
Sandro
4f0a1ccd82
Merge pull request #245200 from ambroisie/add-woodpecker-plugin-git
woodpecker-plugin-git: init at 2.1.0
2023-07-25 19:22:36 +02:00
Sandro Jäckel
6847b19458
topgrade: 12.0.1 -> 12.0.2
Diff: https://github.com/topgrade-rs/topgrade/compare/v12.0.1...v12.0.2

Changelog: https://github.com/topgrade-rs/topgrade/releases/tag/v12.0.2
2023-07-25 19:15:39 +02:00
Sandro
dbee788791
Merge pull request #245170 from NixOS/upd/hedgedoc
hedgedoc: 1.9.7 -> 1.9.8 and redo package
2023-07-25 19:12:21 +02:00
Jussi Kuokkanen
a7e4312815 maintainers: add lurkki 2023-07-25 20:00:18 +03:00
Jussi Kuokkanen
8d34b31b31 omorfi: init at 0.9.9 2023-07-25 20:00:14 +03:00
Naïm Favier
b97ac82725
Merge pull request #244819 from ncfavier/toKeyValue-indent
lib/generators/toKeyValue: add `indent` parameter
2023-07-25 18:57:04 +02:00
Sandro
492860f609
Merge pull request #245380 from SuperSandro2000/fonts-typo
nixos/packages: fix typo preventing mkRenamedOptionModule from working
2023-07-25 18:56:44 +02:00
Jussi Kuokkanen
67424e70c8 hfst-ospell: init at 0.5.3 2023-07-25 19:54:57 +03:00
Jussi Kuokkanen
b02e3765e7 hfst: init at 3.16.0 2023-07-25 19:54:49 +03:00
Jussi Kuokkanen
22f9b7b279 libvoikko: init at 4.3.2 2023-07-25 19:53:30 +03:00
Ilan Joselevich
d44a67c4ba
Merge pull request #245384 from stigtsp/age-plugin-tpm/add-maintainer
age-plugin-tpm: add myself as maintainer
2023-07-25 19:37:06 +03:00
figsoda
7250b5ac79
Merge pull request #245231 from figsoda/psitop 2023-07-25 12:14:47 -04:00
Lassulus
5d0d798e6e
Merge pull request #245407 from Mic92/zerotierone
zerotierone: mark as linux only
2023-07-25 18:13:41 +02:00
Maximilian Bosch
408ece7d3d
libreoffice-fresh: strip away BUILDCONFIG, reduce runtime closure size by ~20%
In v7.5.x a change was introduced that writes the BUILDCONFIG into
`$out/lib/libreoffice/program/libsofficeapp.so` including the
`PKG_CONFIG_PATH` containing references to all `dev` outputs of library
dependencies:

    $ strings $(nix-build -A libreoffice-fresh)/lib/libreoffice/program/libsofficeapp.so|grep PKG_CONFIG_PATH
    [...], "BuildConfig": "[...] 'PKG_CONFIG_PATH=[...]'"

This isn't really needed because this information can also be obtained
by `nix derivation show`. Also, this causes a 20% larger runtime-closure
because of all the dev dependencies being referenced by the output and
thus downloaded whenever libreoffice is substituted somewhere. The
actual numbers look like this:

    $ nix path-info -Sh ./result-old
    /nix/store/3mzrqh4gg7v27vdrrap9dj3x8myysmyf-libreoffice-7.5.4.1-wrapped	  2.0G
    $ nix path-info -Sh ./result
    /nix/store/g5y60s0a2q2v6r58xcayv62z7fjfi816-libreoffice-7.5.4.1-wrapped	  1.6G

Only `libreoffice-fresh` is affected, `pkgs.libreoffice` isn't because
it still points to 7.4 whereas the problematic change was introduced in
7.5.

To make sure this doesn't get reintroduced by accident, the derivation
also prohibits now to reference any dev output from a build input.

[1] https://gerrit.libreoffice.org/c/core/+/141197
2023-07-25 18:05:49 +02:00
Jörg Thalheim
69a56c9162 zerotierone: mark as linux only
macos builds seems hard because upstream does some sort of fat binary.
2023-07-25 17:48:45 +02:00
figsoda
28d4ded6b0 ripdrag: 0.3.0 -> 0.3.1
Diff: https://diff.rs/ripdrag/0.3.0/0.3.1
2023-07-25 11:48:21 -04:00
Daniel Gollings
887828e3ca sqlboiler-crbd: init at unstable-2022-06-12 2023-07-25 17:43:29 +02:00
figsoda
fcf915b062 ripdrag: add wrapGAppsHook4
Co-Authored-by: Lewis Arias <lewisgarias@outlook.com>
2023-07-25 11:38:34 -04:00
figsoda
251d2cbfc2 pkgs/tools/networking: remove dead code 2023-07-25 11:36:57 -04:00
figsoda
fca9a919a8 pkgs/tools/misc: remove dead code 2023-07-25 11:36:07 -04:00
tom barrett
a95c1c82d3 mqtt_cpp: init at 13.2.1 2023-07-25 17:07:39 +02:00
MinerSebas
7c309898bc nixos/usb-modeswitch: Rename module from usbWwan 2023-07-25 17:07:00 +02:00
tom barrett
a494e4572b maintainers: add spalf 2023-07-25 17:06:04 +02:00
natsukium
f05bd97e61
pdm: 2.7.4 -> 2.8.0
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.8.0
2023-07-25 23:55:25 +09:00
Jennifer Graul
e1823135fd
python3Packages.macaddress: init at 2.0.2 2023-07-25 16:55:07 +02:00
Jennifer Graul
3575aa76c5
python3Packages.reprshed: init at 1.0.6 2023-07-25 16:54:53 +02:00
Martin Weinelt
18733782ad
nixos/conduit: improve state directory permissions
Allow only the conduit user to access its database files, and make sure
to create all new files with 0600 (o+rw).
2023-07-25 16:54:39 +02:00
kilianar
412b0166df AusweisApp2: 1.26.4 -> 1.26.5
https://github.com/Governikus/AusweisApp2/releases/tag/1.26.5
2023-07-25 16:50:15 +02:00
Janik
7ce0abe77d
Merge pull request #198269 from DGollings/update-protoc-gen-twirp_typescript 2023-07-25 16:20:27 +02:00
Martin Weinelt
b7e6f5aaee
python310Packages.django-celery-results: normalize pname 2023-07-25 16:10:57 +02:00
Martin Weinelt
b558fa791a
python310Packages.django-modelcluster: normalize dirname 2023-07-25 16:10:57 +02:00
Martin Weinelt
095369e557
python310Packages.django-environ: normalize dirname 2023-07-25 16:10:57 +02:00
Martin Weinelt
80391145e9
python310Packages.django-classy-tags: rename from django_classytags 2023-07-25 16:10:57 +02:00
Martin Weinelt
0bc95af579
python310Packages.django-treebeard: rename from django_treebeard 2023-07-25 16:10:56 +02:00
Martin Weinelt
5b7d8aea98
python310Packages.django-tagging: rename from django_tagging 2023-07-25 16:10:56 +02:00
Martin Weinelt
aa11efcfb6
python310Packages.django-silk: rename from django_silk 2023-07-25 16:10:56 +02:00
Martin Weinelt
a3d2300ccb
python310Packages.django-nose: rename from django_nose 2023-07-25 16:07:37 +02:00
Martin Weinelt
dff9f18660
python310Packages.django-contrib-comments: rename from django_contrib_comments 2023-07-25 16:07:37 +02:00
Martin Weinelt
98ede2a301
python310Packages.django-compat: rename from django_compat 2023-07-25 16:07:37 +02:00
Martin Weinelt
3d717e820c
python310Packages.django-colorful: rename from django_colorful 2023-07-25 16:07:37 +02:00
figsoda
c4c444a59f gtree: 1.9.1 -> 1.9.2
Diff: https://github.com/ddddddO/gtree/compare/v1.9.1...v1.9.2

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.9.2
2023-07-25 10:02:13 -04:00
figsoda
6fdd769188
Merge pull request #245216 from figsoda/gtree 2023-07-25 10:01:41 -04:00
Lein Matsumaru
700eb9d652
exploitdb: 2023-07-21 -> 2023-07-22 2023-07-25 13:55:29 +00:00
Stig Palmquist
b92a481921
age-plugin-tpm: add myself as maintainer 2023-07-25 15:33:46 +02:00