Commit graph

252936 commits

Author SHA1 Message Date
zowoq d1884cbadf minio: drop redundant trimpath flag 2020-11-18 08:13:34 +10:00
zowoq 90bb6fbb24 singularity: drop unneeded removeReferencesTo 2020-11-18 08:13:34 +10:00
zowoq 33822cb12f docker: drop redundant removeReferencesTo 2020-11-18 08:13:34 +10:00
zowoq 4e9f7bbf85 buildGo{Package,Module}: set trimpath in GOFLAGS
Also drop removeReferencesTo

`-trimpath` removes all file system paths from the compiled executable,
this should improve reproducibility.
2020-11-18 08:13:34 +10:00
Kevin Cox 9f035ff857
Merge pull request #103205 from rajivr/update-zfsbackup-go
zfsbackup: update unstable-2019-03-05 -> unstable-2020-09-30
2020-11-17 17:04:08 -05:00
Dmitry Kalinkin e45d91ee65
Merge pull request #104086 from toonn/darwin-gumbo
gumbo: Add darwin to platforms
2020-11-17 16:47:22 -05:00
Timo Kaufmann 571553572a
Merge pull request #97129 from raboof/sweethome3d-6.3-to-6.4.2
sweethome3d: 6.3 -> 6.4.2
2020-11-17 22:40:24 +01:00
Niklas Hambüchen c05e9d9537
Merge pull request #104071 from nh2/issues-104062-libmicrodns-unix
libmicrodns: Change platforms to `unix`
2020-11-17 22:35:11 +01:00
Ryan Mulligan 3f46f9c011
Merge pull request #103550 from r-ryantm/auto-update/snippetpixie
snippetpixie: 1.4.1 -> 1.5.0
2020-11-17 13:34:42 -08:00
Niklas Hambüchen 2a0fbf08da libmicrodns: Change platforms to unix. See #104062.
It builds on Darwin as well.
2020-11-17 22:33:48 +01:00
Michael Weiss 5545c83c17
signal-desktop: 1.37.3 -> 1.38.1 2020-11-17 22:30:16 +01:00
Lassulus d93584cd1c
Merge pull request #101547 from kmein/feature/spotify-cli-linux
spotify-cli-linux: init at 1.6.0
2020-11-17 22:23:54 +01:00
Andreas Rammhold 48d4b84f40
Merge pull request #104027 from cole-h/crate2nix
crate2nix: init at 0.8.0
2020-11-17 22:23:27 +01:00
Lassulus 0749c7d68d
Merge pull request #101255 from kmein/feature/python-packages
python3Packages.{pygtrie, betacode}: init
2020-11-17 22:22:09 +01:00
Lassulus fc5fcabbfd
Merge pull request #104090 from kmein/feature/matterbridge
matterbridge: 1.18.0 -> 1.19.0
2020-11-17 22:18:10 +01:00
Lassulus 652c2cd5bf
Merge pull request #104085 from kmein/feature/urlwatch
urlwatch: 2.19 -> 2.21
2020-11-17 21:45:41 +01:00
Kierán Meinhardt 7d3811e216 matterbridge: 1.18.0 -> 1.19.0 2020-11-17 21:42:14 +01:00
Michael Raskin 78f6ccc822
Merge pull request #104036 from r-ryantm/auto-update/cdk
cdk: 5.0-20190224 -> 5.0-20200923
2020-11-17 20:40:34 +00:00
Kierán Meinhardt 5ad6a3b270 urlwatch: 2.19 -> 2.21 2020-11-17 21:31:47 +01:00
Kierán Meinhardt 097f5a54a6 python3Packages.pyppeteer: init at 0.2.2 2020-11-17 21:31:31 +01:00
Lassulus 6cdf5b354a
Merge pull request #104042 from felschr/feat/vscode-json-languageserver
nodePackages.vscode-json-languageserver: init at 1.3.1
2020-11-17 21:17:13 +01:00
toonn 327a00a7cf
gumbo: Add darwin to platforms 2020-11-17 21:02:04 +01:00
Kierán Meinhardt 3a30b1fc16 python3Packages.pyee: init at 7.0.4 2020-11-17 20:57:14 +01:00
Michael Raskin 8e5f885ba0
Merge pull request #103783 from doronbehar/pkg/julia/lts
julia_10: rewrite
2020-11-17 19:42:16 +00:00
Arnout Engelen 9fb57ebd50
sweethome3d: 6.3 -> 6.4.2 2020-11-17 20:38:47 +01:00
Jörg Thalheim 9b5f49e2f7
Merge pull request #103928 from r-ryantm/auto-update/terraform-provider-libvirt
terraform-providers.libvirt: 0.6.2 -> 0.6.3
2020-11-17 20:18:10 +01:00
Jörg Thalheim 2f3ffe7ae9
Merge pull request #104078 from makefu/docs/aliases/rfkill
aliases: rfkill is replaced by utillinux, not util-linux
2020-11-17 20:15:50 +01:00
makefu 955548855d
aliases: rfkill is replaced by utillinux, not util-linux 2020-11-17 20:12:43 +01:00
Vladimír Čunát bdcd2d82ee
Merge #103633: kresd service: switch .listenDoH
... to new implementation - and a couple other improvements.
2020-11-17 20:06:55 +01:00
Vladimír Čunát 335798d243
knot-resolver: fix a stupid system breaking non-systemd
I hope this will fix darwin build (no good way of testing locally).
2020-11-17 20:05:51 +01:00
Vladimír Čunát cd5c7c0ee6
knot-resolver: drop capabilities after startup
By default.  I forgot to add this a long time ago.
The difference in runtime closure is really tiny (232 KiB by du).
2020-11-17 20:04:56 +01:00
Vladimír Čunát e61ef63e4e
kresd service: switch .listenDoH to new implementation
Beware: extraFeatures are not needed *for this* anymore,
but their removal may still cause a regression in some configs
(example: prefill module).
2020-11-17 20:04:56 +01:00
Vladimír Čunát 3087df3e8f
knot-resolver: add support for new DoH implementation
By default.  I'm not a DoH fan, but the difference in runtime closure
is really tiny (216 KiB by du).  I somehow forgot this during update.

Some of the newly running tests were failing and got disabled.
2020-11-17 20:04:55 +01:00
Daniël de Kok 1491bab2b1
Merge pull request #103698 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 20.3.2 -> 20.3.3
2020-11-17 19:22:20 +01:00
Daniël de Kok 65f5284546
Merge pull request #103790 from danieldk/python-transformers-3.5.1
python3Packages.transformers: 3.4.0 -> 3.5.1
2020-11-17 19:20:36 +01:00
Daniël de Kok 4083611c7a
Merge pull request #104019 from r-ryantm/auto-update/1password
_1password-gui: 0.9.3 -> 0.9.4-1
2020-11-17 19:18:32 +01:00
Daniël de Kok d388c5fa40
Merge pull request #104040 from Flakebi/amdvlk
amdvlk: 2020.Q4.3 -> 2020.Q4.4
2020-11-17 19:16:30 +01:00
Daiderd Jordan aec155efb6
Merge pull request #104013 from thefloweringash/remove-darwin-bootstrap-test
release: disable darwin bootstrapped stdenv test
2020-11-17 18:45:34 +01:00
Jonas Chevalier 04320e77e1
gopls: 0.5.1 -> 0.5.3 (#104065) 2020-11-17 18:43:25 +01:00
Dmitry Kalinkin 8d455eb2c6
Merge pull request #103528 from veprbl/pr/qt515_darwin_fix
qt5{14,15}.qtbase: fix on darwin
2020-11-17 12:41:37 -05:00
Martin Weinelt 2497a55f5f
Merge pull request #101855 from mweinelt/batman-adv
batman-adv: v2020.3 -> v2020.4
2020-11-17 18:26:49 +01:00
Tim Steinbach 08e6c4d001
Merge pull request #104018 from NeQuissimus/xterm_update
xterm: 353 -> 362, add test, add update script
2020-11-17 12:15:19 -05:00
Tim Steinbach 0984125676
Merge pull request #103988 from NeQuissimus/nano_update
nano: Update script, test
2020-11-17 12:14:51 -05:00
Pamplemousse 805cedf8d3 doc/builders: Remove out-of-date example
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-11-17 09:13:40 -08:00
Cole Helbling 011ecb8f90
crate2nix: init at 0.8.0
crate2nix is a tool that "generates nix build files for rust crates
using cargo".

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-17 08:13:04 -08:00
ajs124 bbd083c7f2
Merge pull request #104058 from RaghavSood/aacgain/src
aacgain: fix src
2020-11-17 17:06:58 +01:00
alexjg b654e02101
libargon2: fixDarwinDylibNames for libargon2 (#104041) 2020-11-17 11:06:00 -05:00
Jörg Thalheim dd1908f879
Merge pull request #99379 from spacefrogg/openafs-fixups 2020-11-17 16:31:51 +01:00
Raghav Sood fe1a36fe5b
aacgain: fix src 2020-11-17 15:30:31 +00:00
Felix Tenley 366159c6f5
nodePackages.vscode-json-languageserver: init at 1.3.1 2020-11-17 16:30:20 +01:00