Commit Graph
507784 Commits
Author SHA1 Message Date
Paul Stadig 6a2999310e xfce.xfce4-power-manager: use fixed path for helpers
Using a nix store path for `xfpm-power-backlight-helper` and `xfce4-pm-helper` causes permission
errors after a rebuild when adjusting brightness or putting the system to sleep, because the
permitted executables are different from the ones `xfce4-power-manager` wants to execute.  Using a
fixed path (/run/current-system/sw/bin) means the paths do not change after a rebuild, so there's no
permission error.

A similar approach is taken with gnome's `gsd-backlight-helper`.

Fixes #77485
2023-07-27 06:12:34 -04:00
7c6f434candGitHub 54b701f3f8 Merge pull request #245361 from Ma27/libreoffice-fresh-closure
libreoffice-fresh: strip away BUILDCONFIG, reduce runtime closure size by ~20%
2023-07-25 18:45:50 +00:00
Connor BakerandGitHub 5825210d3f Merge pull request #233581 from SomeoneSerge/CUDAToolkit_ROOT
cudaPackages.setupCudaHook: init
2023-07-25 14:24:12 -04:00
Connor BakerandGitHub 495875182e Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupport
Respect global config.cudaSupport
2023-07-25 14:18:14 -04:00
JanikandGitHub 62c111f296 Merge pull request #245403 from NetaliDev/python-macaddress 2023-07-25 20:14:13 +02:00
Martin WeineltandGitHub f8a15a5e26 Merge pull request #245390 from mweinelt/django-name-normalization
Django attribute/dirname/pname normalization
2023-07-25 19:41:38 +02:00
SandroandGitHub 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
SandroandGitHub 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
SandroandGitHub 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
Naïm FavierandGitHub b97ac82725 Merge pull request #244819 from ncfavier/toKeyValue-indent
lib/generators/toKeyValue: add `indent` parameter
2023-07-25 18:57:04 +02:00
SandroandGitHub 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
Ilan JoselevichandGitHub 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
figsodaandGitHub 7250b5ac79 Merge pull request #245231 from figsoda/psitop 2023-07-25 12:14:47 -04:00
LassulusandGitHub 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
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
JanikandGitHub 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
figsodaandGitHub 6fdd769188 Merge pull request #245216 from figsoda/gtree 2023-07-25 10:01:41 -04:00
Stig Palmquist b92a481921 age-plugin-tpm: add myself as maintainer 2023-07-25 15:33:46 +02:00
Martin WeineltandGitHub adcbabfac2 Merge pull request #245382 from mweinelt/async-upnp-client-0.34.1
python310Packages.async-upnp-client: 0.34.0 -> 0.34.1
2023-07-25 15:32:56 +02:00
figsodaandGitHub 8ac74a08ee Merge pull request #245275 from lucasew/vim-themes
vim: add a utility plugin, a few themes and bump the rest
2023-07-25 09:30:43 -04:00
figsodaandGitHub 6f942c2e08 Merge pull request #245346 from fabaff/httpx-bump
httpx: 1.3.3 -> 1.3.4
2023-07-25 09:28:45 -04:00
figsodaandGitHub 380512f7c0 Merge pull request #245369 from miangraham/obs-studio-maintainers-remove-miangraham
obs-studio: remove miangraham from maintainers
2023-07-25 09:26:50 -04:00
Martin Weinelt 863e7e200b python310Packages.async-upnp-client: 0.34.0 -> 0.34.1
https://github.com/StevenLooman/async_upnp_client/blob/0.34.1/CHANGES.rst
2023-07-25 15:06:28 +02:00
Daniel GollingsandJanik H 37c12cbd33 protoc-gen-twirp_typescript: unstable-2021-03-29 -> unstable-2022-08-14 2023-07-25 15:00:35 +02:00
Daniel GollingsandJanik H 12cea064d1 maintainers: add dgollings 2023-07-25 15:00:29 +02:00
SandroandGitHub 2f393e7d42 Merge pull request #243315 from propet/kingstvis-init-3.6.1 2023-07-25 14:56:56 +02:00
Aaron AndersenandGitHub 8d85dcea22 Merge pull request #215247 from evan-goode/evdevremapkeys
nixos/evdevremapkeys: init
2023-07-25 08:45:54 -04:00
Sandro Jäckel 4c07356e3d nixos/packages: fix typo preventing mkRenamedOptionModule from working 2023-07-25 14:43:40 +02:00
Janne HeßandSandro Jäckel d6cb7c46b2 hedgedoc: 1.9.7 -> 1.9.8 and redo package
- Yarnify
- Do a full source build
- Clean up the wrapper things
2023-07-25 14:43:07 +02:00
LassulusandGitHub f70d518b20 Merge pull request #245374 from Mic92/zerotierone 2023-07-25 14:32:29 +02:00
Jörg Thalheim e99e032c2e zerotierone: only include iproute2 on linux 2023-07-25 14:17:07 +02:00
YayaandGitHub 6d1576b36a gitlab-runner: 16.1.0 -> 16.2.0 (#245366)
https://gitlab.com/gitlab-org/gitlab-runner/-/blob/v16.2.0/CHANGELOG.md
2023-07-25 14:14:16 +02:00
Martin WeineltandGitHub 402a5fb93f Merge pull request #244526 from n0emis/netbox-3.5.6
netbox: 3.5.4 -> 3.5.6
2023-07-25 13:52:51 +02:00
M. Ian Graham a5ecbb101f obs-studio: remove miangraham from maintainers 2023-07-25 20:44:41 +09:00
Nick CaoandGitHub 77b49e9bcd Merge pull request #245338 from r-ryantm/auto-update/python310Packages.arpeggio
python310Packages.arpeggio: 2.0.0 -> 2.0.2
2023-07-25 05:42:13 -06:00
JanikandGitHub 79293750c9 Merge pull request #243343 from NetaliDev/dokuwiki-python 2023-07-25 13:39:40 +02:00