summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | | | Fix: make pyarrow buildable on darwinNikola Knezevic2022-05-31
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change disables several tests that fail on darwin due to requiring localhost networking. In addition, it bumps up the number of open file descriptors to allow test_pandas.py/TestConvertMisc tests to pass.
* | | | | | | | | | | | | | | Merge pull request #175633 from SuperSandro2000/dnscontrolSandro2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | dnscontrol: 3.16.1 -> 3.16.2Sandro Jäckel2022-05-31
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #175160 from tricktron/f-update-libreoffice7c6f434c2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libreoffice: add update script and 7.2.5 -> 7.3.3 take two [actually libreoffice-bin for Darwin]
| * | | | | | | | | | | | | | | libreoffice: run the update-script's side-effect at runtime instead of evalThibault Gagnaux2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time
| * | | | | | | | | | | | | | | libreoffice: add impure functions commentThibault Gagnaux2022-05-30
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libreoffice: rename libreoffice -> libreoffice-binThibault Gagnaux2022-05-28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libreoffice: pass explicit file to update-source-version function andThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix import typo
| * | | | | | | | | | | | | | | libreoffice: add darwin to meta platforms and extract to common.nixThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result, the darwin derivations will show up on https://search.nixos.org/packages.
| * | | | | | | | | | | | | | | Revert "libreoffice: move darwin to separate libreoffice-darwin package"Thibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introducing a new name for each complex darwin derivation does not scale. This reverts commit b207ef980751b2dfe2f222fbd7dbc854f9bd90bf.
| * | | | | | | | | | | | | | | libreoffice: move darwin to separate libreoffice-darwin packageThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linux and darwin derivations are completely different. Therefore, it makes more sense to treat them as two separate, independent derivations.
| * | | | | | | | | | | | | | | libreoffice: add integration test and use `lib.fakeSha256`Thibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libreoffice: apply suggestions from code reviewtricktron2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | | | | | | | | | | | | | libreoffice: 7.2.5 -> 7.3.3Thibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libreoffice: general darwin improvementsThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - throw error if platform is not supported - fix wrong pre/postInstallPhase hook -> pre/postInstall - switch to stdenvNoCC because we don't build anything - run all phases by default - wrap binary using `open -na $out/Applications/${appName} --args "$@"`
| * | | | | | | | | | | | | | | libreoffice: refactor and document version reset workaroundThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | libreoffice: add update-script for darwinThibault Gagnaux2022-05-27
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #175558 from klemensn/atop-convert-logs-fix-startup7c6f434c2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/atop: Convert log format to fix service start
| * | | | | | | | | | | | | | | | nixos/atop: Convert log format to fix service startKlemens Nanni2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raw logs are stored in a versioned binary format and must be update with atopconvert(1) upon atop version updates. Failure to do so results in atop.service startup failure as I found out the hard way after the "atop: 2.6.0 -> 2.7.1"[0] bump: ``` May 31 01:49:25 <hostname> sh[2269709]: existing file /var/log/atop/atop_20220531 has incompatible header May 31 01:49:25 <hostname> sh[2269709]: (created by version 2.6 - current version 2.7) May 31 01:49:25 <hostname> systemd[1]: atop.service: Main process exited, code=exited, status=7/NOTRUNNING ``` Convert logs in `ExecStartPre` and replace them iff updated. This is to avoid changing original modification times upon every service start and thus work against atop's log rotation (see existing `ExecStartPre`). 0: https://github.com/NixOS/nixpkgs/pull/175180#issuecomment-1141546487
* | | | | | | | | | | | | | | | | Merge pull request #140814 from eliasp/bump-leocadSandro2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | leocad: enable povray supportElias Probst2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make povray work, the configurability of its path needs to be disabled, as otherwise the povray binary's absolute path would be stored in the leocad profile, breaking it as soon as povray is updated with a changed store path. A patch disables the configurability and makes leocad call a hardcoded path pointing to the povray binary provided through propagatedBuildInputs Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org> Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
| * | | | | | | | | | | | | | | | | leocad: 21.03 -> 21.06Elias Probst2022-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update the ldraw-based library to the latest snapshot available from archive.org (20210705153544).
* | | | | | | | | | | | | | | | | | Merge pull request #133771 from erdnaxe/libreddit_fixSandro2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/libreddit: service hardening and test
| * | | | | | | | | | | | | | | | | | nixos/libreddit: remove redirect optionAlexandre Iooss2021-12-28
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | nixos/libreddit: do not test an errorAlexandre Iooss2021-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current test needs Reddit access, which we do not have in testing environment. This commit tests the settings page of libreddit which does not require network access. It also test if the service can run on port 80 with the CAP_NET_BIND_SERVICE capability.
| * | | | | | | | | | | | | | | | | | nixos/libreddit: systemd unit hardeningAlexandre Iooss2021-12-28
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #175535 from piegamesde/wormholeMartin Weinelt2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | magic-wormhole-rs: Add alias `wormhole-rs`piegames2022-05-30
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #175584 from r-ryantm/auto-update/mkgmapmarkuskowa2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkgmap: 4902 -> 4904
| * | | | | | | | | | | | | | | | | | | | mkgmap: 4902 -> 4904R. Ryantm2022-05-31
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #173934 from sikmir/geospatialmarkuskowa2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move geospatial servers into its own folder
| * | | | | | | | | | | | | | | | | | | | Move geospatial servers into its own folderNikolay Korotkiy2022-05-31
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | vimPlugins.nvim-config-local: init at 2022-03-26Pavel Borzenkov2022-05-31
| |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #175172 from dotlambda/ocrmypdf-13.4.6Janne Heß2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.ocrmypdf: 13.4.5 -> 13.4.6
| * | | | | | | | | | | | | | | | | | | | python310Packages.ocrmypdf: 13.4.5 -> 13.4.6Robert Schütz2022-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ocrmypdf/OCRmyPDF/blob/v13.4.6/docs/release_notes.rst
* | | | | | | | | | | | | | | | | | | | | Merge pull request #175242 from VergeDX/flat-remix-gnomeJanne Heß2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flat-remix-gnome: update 20220510 -> 20220524
| * | | | | | | | | | | | | | | | | | | | | flat-remix-gnome: update 20220510 -> 20220524Vanilla2022-05-29
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #175315 from romildo/upd.qogir-themeJanne Heß2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qogir-theme: 2022-04-29 -> 2022-05-29
| * | | | | | | | | | | | | | | | | | | | | | qogir-theme: 2022-04-29 -> 2022-05-29José Romildo2022-05-29
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #175310 from sayanarijit/masterJanne Heß2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xplr: 0.17.6 -> 0.18.0
| * | | | | | | | | | | | | | | | | | | | | | | xplr: 0.17.6 -> 0.18.0Arijit Basu2022-05-29
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #173273 from kfollesdal/grafana-azureadMaximilian Bosch2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/grafana: add new options to grafana module
| * | | | | | | | | | | | | | | | | | | | | | | nixos/grafana: add disableLoginForm optionKristoffer Føllesdal2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | nixos/grafana: add serveFromSubPath optionKristoffer Føllesdal2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | nixos/grafana: add Azure AD OAuth optionsKristoffer Føllesdal2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #175360 from pennae/pulseaudio-without-bluetoothRyan Burns2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pulseaudio: fix !bluetoothSupport build
| * | | | | | | | | | | | | | | | | | | | | | | | pulseaudio: fix !bluetoothSupport buildpennae2022-05-29
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #175612 from ↵Pavol Rusnak2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.blocksat-cli
| * | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.blocksat-cli: 0.4.3 -> 0.4.4R. Ryantm2022-05-31
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #175514 from mweinelt/mozillaMartin Weinelt2022-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \