Commit Graph

199644 Commits

Author SHA1 Message Date
Chris Rendle-Short
5dd2410bdc openrct2: 0.2.3 -> 0.2.4 2019-10-31 07:15:04 +11:00
Artemis Tosini
8fc1bd6ec3 pythonPackages.html2text: freeze at 2018.1.9
I was unable tp build calibre at the current git master as it relies on
pytthon27Packages.html2text. Python 2.7 support was removed in the
latest version. This PR downgrades html2text when using an unsupported
Python version.

This PR does not fix building python37Packages.html2text
and python38Packages.html2text, which were broken at master due to what
seems to be a problem in buildPythonPackage.
2019-10-28 21:15:19 -07:00
Austin Seipp
21c0cc1eee nats-server: rename (from gnatsd), 1.4.0 -> 2.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 21:50:14 -05:00
Austin Seipp
291fb1e845 nats-streaming-server: 0.11.2 -> 0.16.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 21:50:14 -05:00
Austin Seipp
daa2420950 libnats-c: init at 2.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 21:50:14 -05:00
Léo Gaspard
5eb304cc66
Merge pull request #71464 from Ekleog/gir-rs
gir-rs: init at 2019-10-16
2019-10-29 02:31:43 +01:00
Austin Seipp
4be9fcd184 firecracker: support on aarch64-linux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 20:18:07 -05:00
Austin Seipp
610a6fc20b firecracker: 0.18.0 -> 0.19.0, some cleanups
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 20:18:07 -05:00
worldofpeace
9121c914fc
Merge pull request #54530 from MatrixAI/dvc
dvc: init at 0.24.3
2019-10-29 01:14:50 +00:00
Austin Seipp
a5a1b86ab1
vte: remove duplicated gnome3 argument
This was added on accident in cfaa8b8652,
as the gnome3 parameter is already specified.

This unbreaks Borg evaluation.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 19:52:47 -05:00
worldofpeace
03ad61c987
Merge pull request #71614 from worldofpeace/deepin-kwin
deepin.dde-kwin: init at 5.0.0
2019-10-29 00:46:29 +00:00
worldofpeace
cfaa8b8652 vte: add worldofpeace to maintainers 2019-10-28 20:41:36 -04:00
worldofpeace
81220cff1e polkit: add worldofpeace to maintainers 2019-10-28 20:41:36 -04:00
worldofpeace
3410525d32 gtk3: add worldofpeace to maintainers 2019-10-28 20:41:36 -04:00
worldofpeace
0cf598c3d9 glib: add worldofpeace to maintainers 2019-10-28 20:41:36 -04:00
worldofpeace
5cfc0aa7f4 dbus: add worldofpeace to maintainers 2019-10-28 20:41:36 -04:00
Mario Rodas
064ccfd19b
Merge pull request #72148 from marsam/update-watchexec
watchexec: 1.10.3 -> 1.11.0
2019-10-28 18:03:35 -05:00
Maximilian Bosch
69653b4889
xonsh: 0.9.11 -> 0.9.13
https://github.com/xonsh/xonsh/releases/tag/0.9.12
https://github.com/xonsh/xonsh/releases/tag/0.9.13
2019-10-28 23:53:58 +01:00
worldofpeace
d674b9ef3c
Merge pull request #71260 from worldofpeace/goa-meson
gnome3.gnome-online-accounts: build with meson
2019-10-28 22:02:59 +00:00
worldofpeace
055715822e lollypop: 1.2.1 -> 1.2.2 2019-10-28 17:44:56 -04:00
Franz Pletz
b82026db1a
Merge pull request #72191 from Ma27/add-linklocal-option
nixos/networkd: add `ipv4-fallback` and `fallback` as valid options to `LinkLocalAddressing`
2019-10-28 21:08:39 +00:00
Peter Simons
3e13d5ed52
Merge pull request #72190 from peti/t/obs-linuxbrowser
Fix build of obs-linuxbrowser
2019-10-28 21:58:09 +01:00
Profpatsch
f661393aa4 skawarePackages: bump to release 2019-10 2019-10-28 21:30:30 +01:00
Peter Simons
fadb0090e0 obs-linuxbrowser: update to latest 'master' version from Github
The version number corresponds to "git describe --tags".
2019-10-28 21:21:12 +01:00
Peter Simons
6597ad2ae5 libcef: update to cef_binary_74.1.14+g50c3c5c+chromium-74.0.3729.131
I chose that version because [1] suggested that CEF versions before 75.x
worked, whereas newer versions don't compile due to API changes.

[1] https://github.com/bazukas/obs-linuxbrowser/issues/108#issuecomment-513544091
2019-10-28 21:19:27 +01:00
davidak
479f75d1e5 reuse: 0.5.0 -> 0.5.2 2019-10-28 13:18:09 -07:00
Austin Seipp
f86361d186 vector: init at 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 15:03:48 -05:00
Maximilian Bosch
47724fc77c
nixos/networkd: add ipv4-fallback and fallback as valid options to LinkLocalAddressing
Both options were introduced in systemd v243[1]. Those options can be
used to ensure that LinkLocalAddressing is only configured for a given
interface if DHCPv4 fails. To quote `systemd.network(5)`:

```
If "fallback" or "ipv4-fallback" is specified, then an IPv4
link-local address is configured only when DHCPv4 fails. If "fallback", an IPv6 link-local
address is always configured, and if "ipv4-fallback", the address is not configured. Note
that, the fallback mechanism works only when DHCPv4 client is enabled, that is, it requires
"DHCP=yes" or "DHCP=ipv4".
```

[1] 8bc17bb3f7
2019-10-28 20:51:17 +01:00
Frederik Rietdijk
2d8dc891aa python.pkgs.acoustics: 0.2.1 -> 0.2.2 2019-10-28 20:18:18 +01:00
Vladimír Čunát
3c5f5b1cde Fix link in PULL_REQUEST_TEMPLATE.md (the same link) 2019-10-28 19:25:05 +01:00
David Kleuker
bdc3697b8e Fix link in CONTRIBUTING.md 2019-10-28 19:25:05 +01:00
Austin Seipp
fa4f091ac0
liburing: 0.2pre252_a9bb08db -> 0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 13:00:54 -05:00
John Ericson
1503091ee1
Merge pull request #72173 from alyssais/symlinkJoin-cross
symlinkJoin: fix cross
2019-10-28 18:43:41 +01:00
Niklas Hambüchen
aaddb5fe6b
Merge pull request #71577 from cdepillabout/vte-compiling-with-musl
vte: enable compiling with musl
2019-10-28 18:31:36 +01:00
(cdep)illabout
664823c11c cups: enable compiling with musl
When compiling `cups` with `pkgsMusl`, `cups` can't depend on `systemd`
because `systemd` is not able to be built with musl.
2019-10-28 18:30:32 +01:00
Renaud
97a5c413a0
perlPackages.Po4a: fix build (#72170)
Fixes #71296 (Po4a build get stuck in a loop)

Term::ReadKey is an optional dependency. From upstream:
> This module is used to retrieve the terminal's line width.
> If it is not present, the line width can be specified with the COLUMN environment variable.
2019-10-28 17:27:33 +01:00
Mario Rodas
3e639196de nfpm: 1.0.0 -> 1.1.0
https://github.com/goreleaser/nfpm/releases/tag/v1.1.0
2019-10-28 17:00:45 +01:00
Daniël de Kok
97f4d0d345 drawio: 12.1.0 -> 12.1.7
Changes:

- Updates to draw.io 12.1.7
- Updates to Electron 7
2019-10-28 16:57:51 +01:00
Michael Weiss
d8cfa95b76 wob: init at 0.2 2019-10-28 16:56:43 +01:00
Michael Weiss
b60a1b6cfd xob: init at 0.1.1 2019-10-28 16:56:43 +01:00
Leon Schuermann
d0b8d591e7 tpm2-tools: 3.2.0 -> 4.0 2019-10-28 16:50:08 +01:00
caadar
028dacdcfb cups: fix misleading comment 2019-10-28 16:48:34 +01:00
Alyssa Ross
59dbb00555
symlinkJoin: fix cross 2019-10-28 15:12:35 +00:00
(cdep)illabout
fc265d98c7 vte: enable building with musl
VTE requires a small patch to be able to be built with musl.
2019-10-28 16:11:32 +01:00
Jörg Thalheim
33cb21574b
pythonPackages.python-language-server: 0.28.3 -> 0.29.1 (#72045)
pythonPackages.python-language-server: 0.28.3 -> 0.29.1
2019-10-28 14:48:26 +00:00
Jörg Thalheim
9b9cf32ee5
Merge branch 'master' into python-language-server 2019-10-28 14:37:02 +00:00
(cdep)illabout
370d483a0d libusb1: enable compiling with musl
libusb1 can't depend on systemd in order to be compiling with musl,
because systemd can't be built with musl.

Since systemd provides udev, udev support needs to be disabled when
building libusb1.
2019-10-28 15:28:33 +01:00
(cdep)illabout
b72984e7a3 dbus: enable building with musl
When building dbus with musl, it must not take systemd as a buildInput,
because systemd is not able to be build with musl.
2019-10-28 15:24:44 +01:00
talyz
d5db11ccbd nixos/gitlab: Remove the old lib symlink in the state directory
Also, remove the old and unused PermissionsStartOnly definition in the
gitlab-workhorse systemd service.
2019-10-28 14:56:37 +01:00
talyz
041cbd860d nixos/gitlab: Abort on error and use of unset variables
Default behavior is to continue executing the script even when one or
multiple steps fail. We want to abort early if any part of the
initialization fails to not run with a partially initialized state.

Default behavior also allows dereferencing non-existent variables,
potentially resulting in hard-to-find bugs.
2019-10-28 14:56:37 +01:00