José Romildo Malaquias
19c5fd76f8
Merge pull request #126787 from ncfavier/patch-1
...
xfce.mkXfceDerivation: fix homepage
2021-06-14 09:00:54 -03:00
Sandro
35076cc90c
Merge pull request #126821 from fabaff/bump-litecli
...
litecli: 1.5.0 -> 1.6.0
2021-06-14 14:00:04 +02:00
José Romildo Malaquias
76cc140125
Merge pull request #126786 from musfay/xfce4-screenshooter
...
xfce.xfce4-screenshooter: 1.9.8 -> 1.9.9
2021-06-14 08:58:23 -03:00
Sandro
29c8664625
Merge pull request #126789 from Ma27/bump-wireguard
...
linuxPackages_5_4.wireguard: 1.0.20210424 -> 1.0.20210606
2021-06-14 13:49:32 +02:00
ilmari-lauhakangas
8bfd7bf370
filezilla: add wrapGAppsHook ( #126765 )
2021-06-14 13:48:56 +02:00
Sandro
971c744e40
Merge pull request #126808 from pmahoney/faust-outside-nix-shell
...
faust: fix compiler flags when used outside nix shell
2021-06-14 13:42:28 +02:00
Kim Lindberger
07dc073d75
Merge pull request #126812 from petabyteboy/feature/gitlab-13-12-3
...
gitlab: 13.12.2 -> 13.12.3
2021-06-14 13:30:56 +02:00
Michael Weiss
53ebff2417
Merge pull request #126822 from primeos/llvm_git
...
llvmPackages_git: 2021-05-17 -> 2021-06-04
2021-06-14 13:18:08 +02:00
Robert Schütz
b9d925bd41
Merge pull request #126478 from dotlambda/notify-py-paths
...
python3Packages.notify-py: hardcode paths to aplay and notify-send
2021-06-14 13:16:08 +02:00
Michael Weiss
542575ad48
llvmPackages_git: 2021-05-17 -> 2021-06-04
...
This also fixes the libunwind build (even with GCC 11 it fails with):
/build/source/libunwind/src/libunwind.cpp:19:5: warning: "__has_feature" is not defined, evaluates to 0 [-Wundef]
19 | #if __has_feature(address_sanitizer)
| ^~~~~~~~~~~~~
/build/source/libunwind/src/libunwind.cpp:19:18: error: missing binary operator before token "("
19 | #if __has_feature(address_sanitizer)
| ^
And the openmp build which failed with this error:
/nix/store/a4yw1svqqk4d8lhwinn9xp847zz9gfma-bash-4.4-p23/bin/bash: CLANG_TOOL-NOTFOUND: command not found
/nix/store/a4yw1svqqk4d8lhwinn9xp847zz9gfma-bash-4.4-p23/bin/bash: CLANG_TOOL-NOTFOUND: command not found
make[2]: *** [libomptarget/deviceRTLs/amdgcn/CMakeFiles/libomptarget-amdgcn-gfx906.dir/build.make:307: libomptarget/deviceRTLs/amdgcn/task.gfx906.bc] Error 127
make[2]: *** [libomptarget/deviceRTLs/amdgcn/CMakeFiles/libomptarget-amdgcn-gfx900.dir/build.make:307: libomptarget/deviceRTLs/amdgcn/task.gfx900.bc] Error 127
2021-06-14 12:58:32 +02:00
Fabian Affolter
a52e3408fa
litecli: 1.5.0 -> 1.6.0
2021-06-14 12:47:46 +02:00
Sandro
d258a6f7b4
Merge pull request #126747 from 06kellyjac/terraform-ls
...
terraform-ls: drop test that fail on aarch64 for aarch64 builds
2021-06-14 12:45:46 +02:00
Sandro
5148c42e16
Merge pull request #126772 from kraem/kraem/rar2fs/1-29-5
...
rar2fs: 1.29.4 -> 1.29.5
2021-06-14 12:44:23 +02:00
Sandro
c09f69191f
Merge pull request #126814 from rhoriguchi/vscode-extensions.hashicorp.terraform
...
vscode-extensions.hashicorp.terraform: 2.12.0 -> 2.12.1
2021-06-14 12:44:09 +02:00
Sandro
2c42d65091
Merge pull request #126819 from Luflosi/update/kitty
2021-06-14 12:44:03 +02:00
Sandro
7021d8e774
Merge pull request #126595 from vale981/master
...
mathpix-snipping-tool: init at 03.00.0025
2021-06-14 12:43:41 +02:00
Fabian Affolter
8e3e137e24
Merge pull request #126733 from fabaff/bump-awesomeversion
...
python3Packages.awesomeversion: 21.5.0 -> 21.6.0
2021-06-14 12:29:35 +02:00
Fabian Affolter
f374c43b5f
Merge pull request #126715 from fabaff/bump-discordpy
...
python3Packages.discordpy: 1.7.2 -> 1.7.3
2021-06-14 12:29:02 +02:00
Fabian Affolter
e9026d8d01
Merge pull request #126731 from fabaff/bump-pyialarm
...
python3Packages.pyialarm: 1.8.1 -> 1.9.0
2021-06-14 12:28:42 +02:00
Fabian Affolter
6831fd3fc5
Merge pull request #126796 from dotlambda/aemet-opendata-init
...
python3Packages.aemet-opendata: init at 0.2.1
2021-06-14 12:09:02 +02:00
Luflosi
f3cd158eac
kitty: 0.21.0 -> 0.21.1
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14 12:02:39 +02:00
Luflosi
d11e9b1fe5
kitty: runHook preBuild and postBuild
2021-06-14 12:02:30 +02:00
Profpatsch
799cdbd834
tailscale: add interfaceName
option
...
tailscale allows to specify the interface name.
The upstream systemd unit does not expose it directly however, only
via the `FLAGS` environment variable.
I can’t be 100% sure that the escaping is correct, but this is as good
as we can do for now, unless upstream changes their unit file.
2021-06-14 11:25:08 +02:00
Bernardo Meurer
44c5e2b26d
Merge pull request #126671 from cab404/super-slicer-2-3-56-4
2021-06-14 09:07:52 +00:00
Fabian Affolter
80babde84e
Merge pull request #126781 from dotlambda/buienradar-init
...
python3Packages.buienradar: init at 1.0.4
2021-06-14 11:06:05 +02:00
happysalada
55b565d85a
vector: 0.13.1 -> 0.14.0
2021-06-14 17:52:10 +09:00
Kim Lindberger
26706834a5
Merge pull request #86967 from jakobrs/more-general-fsbefore
...
nixos/lib/utils: Add `fileSystems.<name>.depends` option and generalise fsBefore (fixes #86955 )
2021-06-14 10:50:07 +02:00
Sandro
86752e4444
Merge pull request #126350 from CheariX/joplin-desktop-1.8.5
...
joplin-desktop: 1.7.11 -> 1.8.5
2021-06-14 09:51:46 +02:00
Fabian Affolter
557060a776
Merge pull request #126792 from dotlambda/spiderpy-init
...
python3Packages.spiderpy: init at 1.5.0
2021-06-14 09:49:57 +02:00
Fabian Affolter
b77e9a2244
Merge pull request #126791 from dotlambda/gpg-tui-0.5.0
...
gpg-tui: 0.4.1 -> 0.5.0
2021-06-14 09:45:33 +02:00
Ryan Horiguchi
052ea9dfc0
vscode-extensions.hashicorp.terraform: 2.12.0 -> 2.12.1
2021-06-14 09:44:15 +02:00
Fabian Affolter
028f57303c
Merge pull request #123138 from fabaff/bitvavo-aio
...
python3Packages.bitvavo-aio: init at 1.0.3
2021-06-14 09:07:13 +02:00
Artturin
0993162efa
hunspell-dicts: change name to pname
2021-06-13 23:55:53 -07:00
Artturin
82d5971ee8
hunspell-dicts: add Dutch dictionary
2021-06-13 23:55:53 -07:00
Vincent Laporte
0ae4fd5bc3
ocamlPackages.cstruct: remove at 1.9.0 for OCaml < 4.02
...
This removes unreachable code.
2021-06-14 08:26:11 +02:00
Robert Schütz
02d1feffd8
home-assistant: update component-packages.nix
2021-06-13 23:13:07 -07:00
Robert Schütz
523638bffc
python3Packages.mastodon-py: init at 1.5.1
2021-06-13 23:13:07 -07:00
Robert Schütz
790d2fffdf
pythonPackages.blurhash: init at 1.1.4
2021-06-13 23:13:07 -07:00
upkeep-bot
39fd960ee1
vscodium: 1.56.2 -> 1.57.0
2021-06-14 15:10:32 +09:00
Kevin Amado
1aacbf108d
vscode-extensions.coolbear.systemd-unit-file: init at 1.0.6
2021-06-14 15:08:45 +09:00
Robert Schütz
c6256758ae
home-assistant: test atag component
2021-06-13 23:05:46 -07:00
Robert Schütz
dff03f67e0
home-assistant: update component-packages.nix
2021-06-13 23:05:46 -07:00
Robert Schütz
5474d18558
python3Packages.pyatag: init at 0.3.5.3
2021-06-13 23:05:46 -07:00
Milan Pässler
d62aac819b
gitlab: 13.12.2 -> 13.12.3
2021-06-14 08:04:31 +02:00
Vincenzo Mantova
2bd51da598
texlive: allow substitutes for texlive packages ( #126458 )
2021-06-14 02:03:10 -04:00
Artturin
79329b0b31
nvidia-optical-flow-sdk: 1.0 -> 2.0
2021-06-13 22:51:52 -07:00
Artturin
044fd194e4
opencv: update cuda_opt_flow.patch
2021-06-13 22:51:52 -07:00
Ben Wolsieffer
2804657c2b
orocos-kdl: 1.4.0 -> 1.5.0
2021-06-13 22:47:37 -07:00
superherointj
fdc3bf4178
ocamlPackages.mccs: init 1.1+13
2021-06-14 04:37:07 +02:00
Robert Schütz
29647c9b58
home-assistant: test aprs component
2021-06-13 19:03:56 -07:00