Commit Graph

389548 Commits

Author SHA1 Message Date
Doron Behar
9c544193df
ocrfeeder: Fix launch with patch (#179675) 2022-07-01 15:21:36 +00:00
superherointj
ade5a53cf2
Merge pull request #178993 from r-ryantm/auto-update/bluejeans
bluejeans-gui: 2.27.0.130 -> 2.29.1.3
2022-07-01 12:12:16 -03:00
superherointj
0c138bcf03
Merge pull request #179452 from pimeys/prisma-4.0.0
prisma-engines: 3.15.1 -> 4.0.0
2022-07-01 12:00:26 -03:00
sudosubin
f73860882d
lefthook: 1.0.0 -> 1.0.4 2022-07-01 23:40:59 +09:00
sudosubin
b0997ca898
pretendard: 1.3.0 -> 1.3.3 2022-07-01 23:32:54 +09:00
Maas Lalani
1321d086fa
revive: init at 1.2.1 2022-07-01 10:28:13 -04:00
Sandro
59000d3290
Merge pull request #176868 from jvanbruegge/audible-cli-v0.2
audible-cli: 0.1.3 -> 0.2.0
2022-07-01 16:05:46 +02:00
R. Ryantm
415492eb71 amtk: 5.4.1 -> 5.5.1 2022-07-01 15:56:48 +02:00
Robert Schütz
fc8b57d850 libdeltachat: 1.86.0 -> 1.87.0
https://github.com/deltachat/deltachat-core-rust/blob/1.87.0/CHANGELOG.md
2022-07-01 13:55:35 +00:00
Robert Schütz
b6b5216a70 python310Packages.rapidfuzz: 2.0.15 -> 2.1.0
https://github.com/maxbachmann/RapidFuzz/releases/tag/v2.1.0
2022-07-01 13:54:30 +00:00
Robert Schütz
78958dd5fe rapidfuzz-cpp: 1.0.3 -> 1.0.4
https://github.com/maxbachmann/rapidfuzz-cpp/releases/tag/v1.0.4
2022-07-01 13:54:30 +00:00
Robert Schütz
638a2fbbee python310Packages.jarowinkler: 1.0.4 -> 1.0.5
https://github.com/maxbachmann/JaroWinkler/releases/tag/v1.0.5
2022-07-01 13:54:30 +00:00
Robert Schütz
e03a83380d ytfzf: 2.3 -> 2.4.0
https://github.com/pystardust/ytfzf/releases/tag/v2.4.0
2022-07-01 13:54:09 +00:00
Robert Schütz
2f37856d4a python310Packages.ua-parser: 0.10.0 -> 0.15.0 2022-07-01 13:53:39 +00:00
Sandro
455268ad70
Merge pull request #179709 from SuperSandro2000/go-cleanup
gosca: drop, go-langserver: drop
2022-07-01 15:43:17 +02:00
Claudio Bley
e94f1b45ef
lesspipe: 1.85 -> 2.05 (#178581)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-01 15:31:42 +02:00
Sandro
bc061bead1
Merge pull request #177238 from dotlambda/splinter-0.18.0
python310Packages.splinter: 0.17.0 -> 0.18.0
2022-07-01 15:29:52 +02:00
Sandro Jäckel
09ef743e10
act: 0.2.28 -> 0.2.29 2022-07-01 15:28:42 +02:00
Sandro
2a57f38d1e
Merge pull request #179509 from dotlambda/safety-2.0.0
python310Packages.safety: 1.10.3 -> 2.0.0
2022-07-01 15:28:07 +02:00
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
Zenithal
f3e8668b8f mill: 0.10.4 -> 0.10.5 2022-07-01 19:48:14 +08: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
kilianar
1fc2aa773b signal-desktop: 5.47.0 -> 5.48.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.48.0
2022-07-01 11:04:36 +02: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