Commit Graph
295436 Commits
Author SHA1 Message Date
Robert Schütz f7100f7cea home-assistant: update component-packages.nix 2021-06-15 13:05:43 +02:00
Robert Schütz b05b6e2a0d python3Packages.foobot-async: init at 1.0.0 2021-06-15 13:05:43 +02:00
f0545ba9d3 markdown-anki-decks: init at 1.0.0 (#126782)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-14 16:55:52 +02:00
SandroandGitHub a1eefadd39 Merge pull request #126735 from fabaff/bump-fastjsonschema
python3Packages.fastjsonschema: 2.14.5 -> 2.15.1
2021-06-14 16:55:04 +02:00
deliciouslytypedandsterni 3209371bbe maintainers: add deliciouslytyped 2021-06-14 16:19:10 +02:00
Kim LindbergerandGitHub 642d926dd2 Merge pull request #125405 from dxops/patch-1
php/generic: Allow to extend PHP_INI_SCAN_DIR
2021-06-14 16:09:17 +02:00
Fabian AffolterandGitHub 7823c13074 Merge pull request #125862 from fabaff/geojson
python3Packages.aio-geojson-client: init at 0.14
2021-06-14 15:15:33 +02:00
SandroandGitHub 01df9c1ae6 Merge pull request #126737 from LeSuisse/radsecproxy-1.9.0
radsecproxy: 1.8.2 -> 1.9.0
2021-06-14 15:06:18 +02:00
SandroandGitHub 092d040728 Merge pull request #126790 from IvarWithoutBones/init/cglm
cglm: init at 0.8.3
2021-06-14 14:57:21 +02:00
Michael WeissandGitHub bb3f0ff439 Merge pull request #126830 from primeos/llvm_git
llvmPackages_git: Fix the libcxx and libcxxabi builds
2021-06-14 14:53:41 +02:00
SandroandGitHub c7660c0860 Merge pull request #126799 from IvarWithoutBones/bump/newlib
newlib: 3.3.0 -> 4.1.0
2021-06-14 14:46:43 +02:00
SandroandGitHub 686cc84aeb Merge pull request #126784 from 06kellyjac/kube3d
kube3d: 4.4.4 -> 4.4.5
2021-06-14 14:28:40 +02:00
SandroandGitHub d4acb6b9bf Merge pull request #126752 from axelf4/gbsplay-0.0.94
gbsplay: 2016-12-17 -> 0.0.94
2021-06-14 14:26:40 +02:00
SandroandGitHub e8d07ac0d9 Merge pull request #126802 from figsoda/stylua
stylua: init at 0.8.1
2021-06-14 14:24:06 +02:00
Michael Weiss 83bf34642a llvmPackages_git: Fix the libcxx and libcxxabi builds 2021-06-14 14:22:19 +02:00
SandroandGitHub a8e04f3169 Merge pull request #126815 from fabaff/bump-androidtv
python3Packages.androidtv: 0.0.59 -> 0.0.60
2021-06-14 14:21:55 +02:00
Théo ZimmermannandGitHub 2bbf6c8687 Move CompCert into coqPackages. (#126214)
* compcert: preparation to move in coqPackages

* compcert: move into coqPackages

* compcert: remove version 3.7

As a consequence, also remove VST version 2.6

These were broken.
2021-06-14 14:21:41 +02:00
José Romildo MalaquiasandGitHub 19c5fd76f8 Merge pull request #126787 from ncfavier/patch-1
xfce.mkXfceDerivation: fix homepage
2021-06-14 09:00:54 -03:00
SandroandGitHub 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 MalaquiasandGitHub 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
SandroandGitHub 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-lauhakangasandGitHub 8bfd7bf370 filezilla: add wrapGAppsHook (#126765) 2021-06-14 13:48:56 +02:00
SandroandGitHub 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
Serhii ZhuravelandSerhii Zhuravel 9fb4d19c2e Allow to extend PHP_INI_SCAN_DIR
Fixes #109383
2021-06-14 14:41:00 +03:00
Kim LindbergerandGitHub 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 WeissandGitHub 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ützandGitHub 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
SandroandGitHub 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
SandroandGitHub 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
SandroandGitHub 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
SandroandGitHub 2c42d65091 Merge pull request #126819 from Luflosi/update/kitty 2021-06-14 12:44:03 +02:00
SandroandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 d97fa35f94 python3Packages.aio-geojson-nsw-rfs-incidents: 0.3 -> 0.4 2021-06-14 12:22:00 +02:00
Fabian Affolter 2680c5c780 home-assistant: enable geo* tests 2021-06-14 12:20:28 +02:00
Fabian Affolter ce1a051d13 home-assistant: update component-packages 2021-06-14 12:14:18 +02:00
Fabian Affolter 0f28f4e8a0 python3Packages.aio-geojson-nsw-rfs-incidents: init at 0.3 2021-06-14 12:13:09 +02:00
Fabian Affolter 41e46438ef python3Packages.aio-geojson-geonetnz-volcano: init at 0.5 2021-06-14 12:13:09 +02:00
Fabian Affolter 1d948b071d python3Packages.aio-geojson-geonetnz-quakes: init at 0.12 2021-06-14 12:13:09 +02:00
Fabian Affolter ade0e5bd30 python3Packages.aio-geojson-client: init at 0.14 2021-06-14 12:13:09 +02:00
Fabian AffolterandGitHub 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 MeurerandGitHub 44c5e2b26d Merge pull request #126671 from cab404/super-slicer-2-3-56-4 2021-06-14 09:07:52 +00:00
Fabian AffolterandGitHub 80babde84e Merge pull request #126781 from dotlambda/buienradar-init
python3Packages.buienradar: init at 1.0.4
2021-06-14 11:06:05 +02:00