Commit Graph
292875 Commits
Author SHA1 Message Date
toonn c7b433acf9 bootstrap-tools: libclang-cpp already included
Changes to llvmPackages have caused the `libclang-cpp*.dylib` files to
be included in the `clang-unwrapped.lib` output. So we no longer need to
copy them from libclang.
2021-06-06 20:17:32 +02:00
toonn 336d82617f bootstrap-tools: Patch TargetConditionals.h
`TargetConditionals.h` was missing several definitions, like
`TARGET_OS_TV` that are part of SDK 10.12 at least. And one that doesn't
seem to occur in any SDK afaict, `TARGET_OS_EMBEDDED_OTHER`.

I added the definitions from SDK 10.12 verbatim and defined
`TARGET_OS_EMBEDDED_OTHER` to be equal to `0`.

This is a modified version of a patch to avoid a stdenv rebuild.
2021-06-06 20:17:13 +02:00
toonn fa49e70c1b bootstrap-tools: Include libclang-cpp.11.1.dylib too
We need to include the library with the version suffix because
`libclang-cpp.dylib` is just a symlink.
2021-06-05 19:56:53 +02:00
toonn d259fcc3e2 bootstrap-tools: Include libclang-cpp.dylib
Credits to @LnL7, this is based on commit
ae68f1c447d775e64d6e16a33f2affe591c419bf from PR #85151.
2021-06-05 19:56:53 +02:00
toonn 4a2698221b bootstrap-tools: Update to LLVM 11 2021-06-05 19:56:53 +02:00
toonn 3b8782a806 bootstrap-tools: Add bootstrapFiles argument
I was having a hard time testing new bootstrapFiles because
`make-bootstrap-tools.nix` imports `pkgspath` but does not pass anything
but the current system.

This is merely for convenience and I'm not entirely certain it's a
sensible thing to do, maybe generating new bootstrapFiles while
overriding the current bootstrapFiles isn't something you're supposed to
do?
2021-06-05 19:56:53 +02:00
toonn 7da313e10a bootstrap-tools: Fix xnu python3 patch
This patch only affects the xnu included in the bootstrap-tools to avoid
a stdenv rebuild.
2021-06-05 19:55:38 +02:00
SandroandGitHub 7e9e1b6351 Merge pull request #124954 from jfchevrette/vim-gruvbox-flat
vimPlugins.gruvbox-flat-nvim: init at 2021-05-28
2021-05-30 19:30:00 +02:00
SandroandGitHub 152f8cff2d Merge pull request #124958 from primeos/scons
scons: Remove myself as maintainer
2021-05-30 19:27:59 +02:00
SandroandGitHub 1788d3d015 Merge pull request #124964 from fabaff/pygtfs 2021-05-30 19:11:18 +02:00
Andreas RammholdandGitHub 614c0b2bf3 Merge pull request #124979 from jojosch/trilium-bool
nixos/trilium: use boolToString for noBackup
2021-05-30 18:40:54 +02:00
Andreas RammholdandGitHub fcbfb5037b Merge pull request #124972 from andir/nixos-test-driver-timeout-error
nixos/test-driver: mention the elapsed time when it times out
2021-05-30 18:30:12 +02:00
Johannes Schleifenbaum 878103ce55 nixos/trilium: use boolToString for noBackup 2021-05-30 18:16:13 +02:00
Andreas Rammhold d07f52bf81 nixos/test-driver: mention the elapsed time when it times out
For now you had to know that the actions are retried for 900s when
seeing an error like

> Traceback (most recent call last):
>   File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 927, in run_tests
>     exec(tests, globals())
>   File "<string>", line 1, in <module>
>   File "<string>", line 31, in <module>
>   File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 565, in wait_for_file
>     retry(check_file)
>   File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 142, in retry
>     raise Exception("action timed out")
> Exception: action timed out

in your (hydra) build failure. Due to the absence of timestamps you were
left guessing if the machine was just slow, someone passed a low timeout
value (which they couldn't until now) or whatever might have happened.

By making this error a bit more descriptive (by including the elapsed
time) these hopefully become more useful.
2021-05-30 17:26:13 +02:00
Ulrik StridandVincent Laporte 83c102f66c ocamlPackages.tyxml: 4.4.0 → 4.5.0 2021-05-30 17:02:25 +02:00
Martin WeineltandGitHub 219d8381bd Merge pull request #124947 from helsinki-systems/fix/libvirtd-ethertypes 2021-05-30 16:52:46 +02:00
Fabian Affolter a759f21d37 home-assistant: update component-packages 2021-05-30 16:25:00 +02:00
Fabian Affolter 416340800d python3Packages.pygtfs: init at 0.1.6 2021-05-30 16:16:55 +02:00
Ulrik StridandVincent Laporte 544db849a1 ocamlPackages.uri: 4.0.0 → 4.2.0 2021-05-30 16:03:20 +02:00
964fc7cfef Update nixos/modules/virtualisation/libvirtd.nix
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2021-05-30 16:00:50 +02:00
Robin GlosterandGitHub 783e9e69c3 Merge pull request #124938 from TredwellGit/zfsUnstable
zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6
2021-05-30 08:33:21 -05:00
Michael Weiss 3f3f5a0d5d scons: Remove myself as maintainer
I'm not using it anymore but it would be great if we could find a new
maintainer as SCons is a build tool on which a few other packages
depend.
2021-05-30 15:22:55 +02:00
Guillaume GirolandGitHub aa8c68053a Merge pull request #110858 from jrick/oksh-shellPath
oksh: add shellPath for use as user shells
2021-05-30 12:47:45 +00:00
Jean-Francois Chevrette a7cd70f367 vimPlugins.gruvbox-flat-nvim: init at 2021-05-28 2021-05-30 08:30:26 -04:00
Ryan MulliganandGitHub 66729379a7 Merge pull request #124732 from r-ryantm/auto-update/icinga2
icinga2: 2.12.3 -> 2.12.4
2021-05-30 05:27:15 -07:00
Robert HensingandGitHub 774fe1878b Merge pull request #123841 from hercules-ci/podman-socket
nixos/podman: Add docker socket support
2021-05-30 11:57:23 +02:00
Janne Heß 2eeecef3fc nixos/libvirtd: Take ethertypes from iptables-nftables-compat
iptables is currently defined in `all-packages.nix` to be
iptables-compat. That package does however not contain `ethertypes`.
Only `iptables-nftables-compat` contains this file so the symlink
dangles.
2021-05-30 11:55:19 +02:00
Robert Hensing db31d8354d podman: Add iproute2, fixing docker network rm 2021-05-30 11:23:25 +02:00
Robert Hensing b6570e7238 nixos/podman-network-socket-ghostunnel: init 2021-05-30 11:23:24 +02:00
Robert Hensing 52844efcd6 nixos/podman: Add generic networkSocket interface 2021-05-30 11:21:05 +02:00
Robert Hensing ff4d83a667 nixos/podman: Add dockerSocket.enable 2021-05-30 11:21:05 +02:00
Robert Hensing fb8b0a3843 nixos/podman: Change podman socket to new podman group 2021-05-30 11:21:05 +02:00
Michele Guerini RoccoandGitHub bfdf04bd21 Merge pull request #123253 from sbruder/vapoursynth-improve-dependency-resolution
vapoursynth: improve plugin dependency resolution
2021-05-30 10:22:35 +02:00
Gabriel EbnerandGitHub e8805259cd Merge pull request #124943 from fortuneteller2k/vieb
vieb: use electron_13
2021-05-30 10:01:24 +02:00
Fabian AffolterandGitHub 92644de0c2 Merge pull request #124942 from yanganto/gitui-16
gitui: 0.15.0 -> 0.16.0
2021-05-30 09:20:05 +02:00
Vladyslav MandGitHub 398105b838 Merge pull request #124411 from Kho-Dialga/master
fixed version in proton-caller
2021-05-30 09:56:31 +03:00
fortuneteller2k fe9b5b6b4a vieb: use electron_13 2021-05-30 14:38:31 +08:00
Martin WeineltandGitHub 42000bdb89 Merge pull request #124941 from sumnerevans/heisenbridge-2021-05-29
heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29
2021-05-30 06:52:41 +02:00
Antonio Yang a8daff8b1a gitui: 0.15.0 -> 0.16.0 2021-05-30 12:41:00 +08:00
Kho-DialgaandKho-Dialga 5619c4f674 proton-caller: fix version 2021-05-29 22:22:48 -06:00
Sumner Evans c2ac1112e5 heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29
Critically, this includes the changes from hifi/heisenbridge#78 which
adds an entrypoint so that the executable works.
2021-05-29 22:16:23 -06:00
SandroandGitHub b3498236fd Merge pull request #124884 from yanganto/s3rs
s3rs: init at 0.4.8
2021-05-30 05:17:49 +02:00
SandroandGitHub 4552bc3304 Merge pull request #124351 from fortuneteller2k/sacad
sacad: 2.3.4 -> 2.4.0
2021-05-30 05:17:03 +02:00
SandroandGitHub dc932e9b32 Merge pull request #121999 from siriobalmelli-foss/add/xjobs
xjobs: init at 20200726
2021-05-30 05:11:54 +02:00
SandroandGitHub e0061ed8a3 Merge pull request #124161 from romildo/upd.numix-solarized-gtk-theme
numix-solarized-gtk-theme: 20200910 -> 20210522
2021-05-30 05:10:41 +02:00
Antonio Yang df0f92daee s3rs: init at 0.4.8 2021-05-30 10:42:20 +08:00
TredwellGit 917884725d zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc6
2021-05-30 02:42:06 +00:00
SandroandGitHub 25026b7c24 Merge pull request #124066 from magnetophon/gxplugins
Gxplugins-Lv2: 0.8 -> 0.9
2021-05-30 04:28:55 +02:00
SandroandGitHub fa014484b8 Merge pull request #122854 from dguibert/dg/reposurgeon
reposurgeon: 3.44 -> 4.26
2021-05-30 04:28:40 +02:00
SandroandGitHub 46f51499f8 Merge pull request #123491 from dotlambda/capture-ffmpeg
capture: use ffmpeg instead of ffmpeg_3
2021-05-30 04:28:05 +02:00