250207 Commits

Author SHA1 Message Date
John Ericson
437dc4c047 zstd: Fix MinGW build 2020-10-28 23:34:51 +00:00
Scriptkiddi
da2e83490c
python3Packages.hass-nabucasa: 0.34.6 -> 0.37.1 2020-10-29 00:26:51 +01:00
Scriptkiddi
aa94abac64
python3Packages.pycognito: 0.1.3 -> 0.1.4 2020-10-29 00:26:48 +01:00
Scriptkiddi
da519e3a2b
python3Packages.python-jose: 3.1.0 -> 3.2.0 2020-10-29 00:26:34 +01:00
Martin Weinelt
caf6c6fad1
Merge pull request #101722 from r-ryantm/auto-update/opustags
opustags: 1.3.0 -> 1.4.0
2020-10-29 00:03:02 +01:00
Martin Weinelt
9662e0eaf9
Merge pull request #101744 from euank/k3s-modprobe
k3s: add modprobe to k3s's PATH
2020-10-28 23:56:35 +01:00
Matthew Piziak
12314c6299 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25
2020-10-28 18:44:54 -04:00
Andrey Kuznetsov
0d41c9a9c6
buildkite-agent: 3.17.0 -> 3.25.0, use buildGoModule, add darwin to platforms (#101954) 2020-10-28 23:43:24 +01:00
Luke Granger-Brown
a30a084b37
gopls: don't build integration tests or documentation generator (#101641)
Not only are these not used, but they also have super generic names,
which is confusing when they appear on the path, and possibly leads
to conflicts with other binaries.
2020-10-28 23:42:07 +01:00
Martin Weinelt
655d9b5149
Merge pull request #101885 from r-ryantm/auto-update/you-get
you-get: 0.4.1456 -> 0.4.1475
2020-10-28 23:39:25 +01:00
zowoq
263c9eabef fzf: 0.24.0 -> 0.24.1
https://github.com/junegunn/fzf/releases/tag/0.24.1
2020-10-29 08:38:06 +10:00
Martin Weinelt
516541b45c
Merge pull request #101710 from r-ryantm/auto-update/obs-studio
obs-studio: 26.0.0 -> 26.0.2
2020-10-28 23:33:08 +01:00
Florian Klink
6dbc23e75d systemd: stop substituting inside fsck.c, stop substituting mke2fs
fsck.c doesn't refer to any of these binaries anymore, and the whole
systmed codebase not to /sbin/mke2fs.
2020-10-28 23:24:18 +01:00
Florian Klink
959cea2e80 systemd: add withPCRE2 option 2020-10-28 23:24:18 +01:00
Florian Klink
93dcbbf69d systemd: add withApparmor option 2020-10-28 23:24:18 +01:00
Florian Klink
065f057d0c systemd: add libgpgerror only to buildInputs if we build with resolved support 2020-10-28 23:24:18 +01:00
Florian Klink
e6dff1d666 systemd: drop libffi from buildInputs
This isn't used anywhere.
2020-10-28 23:24:18 +01:00
Florian Klink
961663a1b3 systemdMinimal: disable timesyncd 2020-10-28 23:24:18 +01:00
Florian Klink
e10a9a8506 systemd: add withMachined flag 2020-10-28 23:24:18 +01:00
Florian Klink
8526662a33 systemd: add withNss flag 2020-10-28 23:24:18 +01:00
Florian Klink
a079a6f026 systemd: add withUserDb flag 2020-10-28 23:24:18 +01:00
Florian Klink
e77326208e systemd: add withDocumentation flag 2020-10-28 23:24:18 +01:00
Florian Klink
f142493a6a systemd: add withShellCompletions flag 2020-10-28 23:24:18 +01:00
Florian Klink
1f9347431c systemd: add withPolkit option 2020-10-28 23:24:18 +01:00
Florian Klink
0b762c02ee systemd: disable efi if we don't build with withEfi is set to false 2020-10-28 23:24:17 +01:00
Florian Klink
54c35f0940 systemd: withEfi: move gnu-efi check into assertion 2020-10-28 23:24:17 +01:00
Florian Klink
13a910e3f6 systemd: make gcrypt optional 2020-10-28 23:24:17 +01:00
Florian Klink
585f4a140b systemd: add withAnalyze flag 2020-10-28 23:24:17 +01:00
Florian Klink
987906aa58 systemd: add withCoredump flag
… and default it to false for systemdMinimal
2020-10-28 23:24:17 +01:00
Florian Klink
b027cf264c systemdMinimal: disable networkd
This was missed.
2020-10-28 23:24:17 +01:00
Florian Klink
8d18be9cdc systemdMinimal: sort feature flags 2020-10-28 23:24:17 +01:00
Florian Klink
c6aada2835 systemd: drop duplicate -Dlocaled=…
This is already configurable above.
2020-10-28 23:24:17 +01:00
Florian Klink
ff07c6b47d systemd: introduce withCompression flag
This will build systemd without some compression utils, useful for
systemdMinimal.
2020-10-28 23:24:17 +01:00
Florian Klink
5f257d7d2c systemd: cleanup cryptsetup input
use lib.getDev to retrieve the dev output. Don't pass it to buildInputs
if we don't build with withCryptsetup set to true.
2020-10-28 23:24:17 +01:00
Florian Klink
e1e01fa85e systemd: add withRemote option (default to false), make curl optional
This makes curl optional if both remote and importd are disabled, and
makes some assertions more robust by switching from curl.dev != null to
lib.getDev curl != null.
2020-10-28 23:24:17 +01:00
Florian Klink
39e733336c systemd: build without iptables when networkd is disabled
upstreams TODO mentions iptables-dev (libiptc) is also used for nspawn,
but it seems like it only makes use of this via networkd anyways (or
does these days) - at least systemdMinimal compiles successfully without
iptables in the build closure.
2020-10-28 23:24:17 +01:00
Florian Klink
8434da5715 systemd: remove perl from nativeBuildInputs
This was only used to patch a circular output reference from lib to out
on aarch64, but was removed in b68bddfbda2092c5fde2c4cece2f4bcf0eb214a1,

This commit forgot to remove perl, so remove it now.
2020-10-28 23:24:17 +01:00
Florian Klink
6456e24d57 systemd: nixpkgs-fmt 2020-10-28 23:24:16 +01:00
Florian Klink
229184f6b5 systemd: reorder buildInputs
These are all unconditianally anyways.
2020-10-28 23:24:16 +01:00
Florian Klink
c6bbc945b4 systemd: stdenv.lib -> lib
This is a no-op and makes things a bit smaller.
2020-10-28 23:24:16 +01:00
Florian Klink
4a64cdd39b
Merge pull request #101952 from mweinelt/p10k
zsh-powerlevel10k: pin gitstatus version
2020-10-28 23:18:40 +01:00
Matthew Piziak
5a6acc6a7f tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore
2020-10-28 17:39:55 -04:00
Robert T. McGibbon
0dc7ad6f1f
bluejeans: 2.4.0 -> 2.17.0.11 (#101973) 2020-10-28 17:37:39 -04:00
Martin Weinelt
41f0c4ad9b
Merge pull request #101853 from Ma27/bump-matrix-synapse
matrix-synapse: 1.21.2 -> 1.22.0
2020-10-28 22:01:32 +01:00
Austin Butler
7fd9976af3 vimPlugins: document update proces 2020-10-28 13:51:24 -07:00
Austin Butler
bcec9042d5 vimPlugins: resolve github repository redirects 2020-10-28 13:51:24 -07:00
Austin Butler
520114c59e vimPlugins: update 2020-10-28 13:51:24 -07:00
Maximilian Bosch
9d5c765e33
element-desktop: 1.7.10 -> 1.7.12
https://github.com/vector-im/element-desktop/releases/tag/v1.7.11
https://github.com/vector-im/element-desktop/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Maximilian Bosch
135f6b62dd
element-web: 1.7.10 -> 1.7.12
https://github.com/vector-im/element-web/releases/tag/v1.7.11
https://github.com/vector-im/element-web/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Sandro
99bf27cc45 yle-dl: enable on unix
Thanks @sikmir

Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
2020-10-28 13:47:13 -07:00