Commit graph

389443 commits

Author SHA1 Message Date
Sandro 3a058eaf8b
Merge pull request #179783 from r-ryantm/auto-update/tempest
python310Packages.tempest: 31.0.0 -> 31.1.0
2022-07-01 15:14:29 +02:00
Phillip Cloud a034fd5235
duckdb: add patch to fix list type inference (#178886) 2022-07-01 15:14:19 +02:00
R. Ryantm 4c35729086 glib-networking: 2.72.0 -> 2.72.1 2022-07-01 15:12:33 +02:00
R. Ryantm 991aa3f49a gnome.gnome-software: 42.2 -> 42.3 2022-07-01 15:12:10 +02:00
R. Ryantm 2439ddbd9b gnome.gnome-control-center: 42.2 -> 42.3 2022-07-01 15:11:32 +02:00
R. Ryantm f78aac931a python310Packages.cftime: 1.6.0 -> 1.6.1 2022-07-01 13:03:53 +00:00
Pavol Rusnak 6f1178e68d
Merge pull request #179795 from prusnak/bitcoin-fix
bitcoin: fix broken build on aarch64-darwin
2022-07-01 14:44:37 +02:00
Klemens Nanni 987400b848 nixos/desktop-manager: Use literal newline to fix shell syntax
Running `nixos/tests/keepassxc.nix` shows:
```
machine # [   18.705390] xsession[985]: /nix/store/2g2jx5c6x3p152wbiijr0rmky7byqivc-xsession: line 13: nn: command not found
```

This garbled bash script runs without `set -o errexit` and thus skips
"\n\n" as invalid command:
```
$ cat -n /nix/store/2g2jx5c6x3p152wbiijr0rmky7byqivc-xsession
...
\n\n
            if [ -e $HOME/.background-image ]; then
              /nix/store/wq1d1ph8wj4alpx78akvpbd0a0m9qkd1-feh-3.8/bin/feh --bg-scale  $HOME/.background-image
            fi
...
```

KeePassXC uses it through
`nixos/modules/services/x11/display-managers/default.nix`:
```
...
        # Script responsible for starting the window manager and the desktop manager.
        xsession = dm: wm: pkgs.writeScript "xsession" ''
          #! ${pkgs.bash}/bin/bash

          # Legacy session script used to construct .desktop files from
          # `services.xserver.displayManager.session` entries. Called from
          # `sessionWrapper`.

          # Start the window manager.
          ${wm.start}

          # Start the desktop manager.
          ${dm.start}
...
        '';
...
```

The bogus line was introduced in PR #160752:
```
commit 0bc0dc8090
Author: Shaw Vrana <shaw@vranix.com>
Date:   Fri Feb 18 11:27:42 2022 -0800

    desktop manager script: start properly

    Adds a missing line feed when X is enabled to the start script name
    and the appended if check. Resolves #160735
```

I have not tried to reproduce the original issue and thus don't know
why "\n\n" apparently gets interpreted fine in one place but remains
literal the `xsession` case.

However, using a literal newline must be valid for all cases and
certainly fixes the warning seen in KeePassXC tests.

Furthermore, starting the nix string (`''`) with a newline as usual also
fixes its overall indentation.
2022-07-01 16:30:47 +04:00
Pavol Rusnak 28385978bc
bitcoin: fix broken build on aarch64-darwin
by disabling stackprotector which kills the tests
2022-07-01 14:26:13 +02:00
Kirill A. Korinsky 84a29ac208
jprofiler: init at 13.0.2 2022-07-01 13:27:52 +02:00
Fabian Affolter e5290b4137
Merge pull request #179789 from r-ryantm/auto-update/python310Packages.asana
python310Packages.asana: 0.10.9 -> 1.0.0
2022-07-01 12:22:40 +02:00
Bobby Rong ad237edec4
Merge pull request #179779 from r-ryantm/auto-update/pantheon.wingpanel-indicator-network
pantheon.wingpanel-indicator-network: 2.3.2 -> 2.3.3
2022-07-01 18:19:02 +08:00
R. Ryantm 12ae5d953d python310Packages.asana: 0.10.9 -> 1.0.0 2022-07-01 10:05:36 +00:00
Sandro 911a73340c
Merge pull request #175335 from wyndon/init-lokinet 2022-07-01 11:54:38 +02:00
teutat3s 5932186344 signal-desktop: fix missing tray icon
Fixes: #178892
2022-07-01 11:51:59 +02:00
Alyssa Ross aa6d3e6817 top-level/linux-kernels.nix: add vendor kernels note
This codifies existing practice of avoiding adding new vendor kernels
to Nixpkgs.

Hopefully I've put this comment at the place in the file somebody
hoping to add a new vendor kernel would be most likely to look.
2022-07-01 09:47:24 +00:00
R. Ryantm 283d9754bb python310Packages.tempest: 31.0.0 -> 31.1.0 2022-07-01 08:55:55 +00:00
Michele Guerini Rocco 0323e1f8ba
Merge pull request #179148 from dotlambda/qutebrowser-2.5.2
qutebrowser: 2.5.1 -> 2.5.2
2022-07-01 10:35:07 +02:00
R. Ryantm d20dd11968 pantheon.wingpanel-indicator-network: 2.3.2 -> 2.3.3 2022-07-01 07:47:54 +00:00
Fabian Affolter 906119684b
Merge pull request #179725 from r-ryantm/auto-update/python3.10-hcloud
python310Packages.hcloud: 1.16.0 -> 1.17.0
2022-07-01 09:28:13 +02:00
K900 f0fe7db5ba
Merge pull request #179702 from K900/kernels
Assorted kernel updates for 2022-06-29
2022-07-01 10:22:59 +03:00
Fabian Affolter 9687676754 yara: 4.2.1 -> 4.2.2 2022-07-01 09:02:08 +02:00
Fabian Affolter 0dda3977ee
Merge pull request #179658 from r-ryantm/auto-update/python3.10-pulumi-aws
python310Packages.pulumi-aws: 5.9.1 -> 5.9.2
2022-07-01 08:57:53 +02:00
Fabian Affolter eb5d09dd0f pip-audit: 2.3.4 -> 2.4.0 2022-07-01 08:56:18 +02:00
Fabian Affolter a046e6c8f3
python310Packages.hcloud: enable all tests
- add pythonImportsCheck
- remove lint inputs
- disable on older Python releases
- add format
- update description
2022-07-01 08:50:39 +02:00
Fabian Affolter 4b1d8b4b83
Merge pull request #179762 from r-ryantm/auto-update/python3.10-qiskit-finance
python310Packages.qiskit-finance: 0.3.2 -> 0.3.3
2022-07-01 08:36:33 +02:00
Mario Rodas 0451e24798
Merge pull request #179652 from r-ryantm/auto-update/python3.10-multitasking
python310Packages.multitasking: 0.0.10 -> 0.0.11
2022-07-01 00:56:33 -05:00
Alexandre Acebedo 4cb1c832e4 swaysettings: init at 0.3.0 2022-07-01 07:27:44 +02:00
Alexandre Acebedo b5d5648d81 maintainers: add aacebedo 2022-07-01 07:26:50 +02:00
Mario Rodas 642fe4e3bb
Merge pull request #175450 from magnetophon/airwindows-lv2
airwindows-lv2: 1.0 -> 5.0
2022-07-01 00:19:54 -05:00
Mario Rodas 2ced9a1664
Merge pull request #167744 from magnetophon/lsp-plugins
lsp-plugins: 1.1.31 -> 1.2.1
2022-07-01 00:19:17 -05:00
Mario Rodas 917d51e7b5
Merge pull request #179632 from miniBill/patch-1
spicetify-cli: 2.10.1 -> 2.10.2
2022-07-01 00:16:51 -05:00
Mario Rodas fe2012be4c
Merge pull request #179687 from r-ryantm/auto-update/python3.10-pglast
python310Packages.pglast: 3.12 -> 3.13
2022-07-01 00:14:19 -05:00
Mario Rodas c8b742e518
Merge pull request #179580 from marsam/add-arti
arti: init at 0.5.0
2022-07-01 00:14:03 -05:00
Mario Rodas fecbf99480
Merge pull request #179749 from lf-/libpg-query-allow-more-platforms
libpg_query: not just for x86_64!
2022-07-01 00:12:56 -05:00
Bobby Rong c8573980ca
Merge pull request #178664 from StarGate01/mynewt-newt
mynewt-newt: 1.7.0 -> 1.10.0
2022-07-01 12:49:50 +08:00
Vincent Laporte 6806e4e8b7 ocamlPackages.shared-memory-ring: 3.1.0 → 3.1.1 2022-07-01 05:49:03 +01:00
Bobby Rong 37c5406988
Merge pull request #179653 from bobby285271/pantheon
pantheon.switchboard-plug-printers: 2.1.10 -> 2.2.0
2022-07-01 12:44:23 +08:00
Mario Rodas d5423b92bc esbuild: 0.14.47 -> 0.14.48
https://github.com/evanw/esbuild/releases/tag/v0.14.48
2022-07-01 04:20:00 +00:00
Mario Rodas bcfbf82aed millet: 0.1.12 -> 0.1.14 2022-07-01 04:20:00 +00:00
Anderson Torres 0097144093
Merge pull request #179731 from dotlambda/banking-0.5.1
banking: 0.4.0 -> 0.5.1
2022-07-01 01:15:42 -03:00
Anderson Torres 7c4cd581df
Merge pull request #179679 from ymarkus/bookstack
bookstack: 21.12 -> 22.06.2
2022-07-01 01:10:57 -03:00
Anderson Torres 5aa649a0c4
Merge pull request #179696 from cpcloud/bump-pulumi
pulumi-bin: 3.34.1 -> 3.35.2
2022-07-01 01:10:16 -03:00
Anderson Torres fe22a36422
Merge pull request #179697 from kilianar/nix-du
nix-du: 0.5.1 -> 0.6.0
2022-07-01 01:09:48 -03:00
Anderson Torres f064072c41
Merge pull request #179765 from dotlambda/netcdf-4.9.0
netcdf: 4.8.1 -> 4.9.0
2022-07-01 00:59:58 -03:00
Anderson Torres 0a9a9e8ebc
Merge pull request #179761 from anna328p/update-ruby-packages
ruby-packages: update
2022-07-01 00:58:20 -03:00
Anderson Torres 41a09f1f8f
Merge pull request #179756 from romildo/upd.vopono
vopono: 0.9.1 -> 0.9.2
2022-07-01 00:57:32 -03:00
Anderson Torres d45db42aca
Merge pull request #179754 from happysalada/update_nul
nushell: 0.63.0 -> 0.64.0
2022-07-01 00:57:15 -03:00
Anderson Torres 26070ed5d5
Merge pull request #179747 from thiagokokada/arandr-small-refactor
arandr: refactor derivation
2022-07-01 00:55:31 -03:00
Anderson Torres b136484833
Merge pull request #179345 from 2gn/add-pngloss-package
pngloss: init at unstable-2020-11-25
2022-07-01 00:29:53 -03:00