Vladimír Čunát
4422d62717
filezilla: enableParallelBuilding = true
2019-06-09 12:29:57 +02:00
Bryan Gardiner
61940b89a5
filezilla: add wrapper to set necessary FZ_DATADIR
...
Filezilla fails to start currently, with the following message being
shown in a lone dialog before the program exits:
> Could not find the resource files for FileZilla, closing FileZilla.
> You can set the data directory of FileZilla using the '--datadir
> <custompath>' commandline option or by setting the FZ_DATADIR
> environment variable.
This commit adds a wrapper for the filezilla binary to set the
environment variable to the package root, which fixes the issue.
2019-05-31 19:24:41 -07:00
Matthew Bauer
8b2b0f7413
Merge pull request #61906 from lilyball/cocoapods
...
cocoapods: 1.6.2 -> 1.7.1
2019-05-31 21:51:25 -04:00
Matthew Bauer
8c131d6930
Merge pull request #58182 from status-im/fix-conan
...
conan: fix pluginbase version requirement
2019-05-31 21:50:19 -04:00
worldofpeace
1b23dbe6a1
Merge pull request #62296 from srghma/hubstaff_update
...
hubstaff: 1.4.5 -> 1.4.6
2019-05-31 21:24:54 -04:00
worldofpeace
11707e9636
Merge pull request #62305 from dtzWill/update/azimuth-1.0.3
...
azimuth: 1.0.2 -> 1.0.3
2019-05-31 21:08:35 -04:00
worldofpeace
a4df97f03a
Merge pull request #62254 from marsam/update-flow
...
flow: 0.99.0 -> 0.100.0
2019-05-31 21:02:41 -04:00
worldofpeace
505a83ae10
Merge pull request #62311 from costrouc/python-datasette-upgrade
...
pythonPackages.datasette: 0.27 -> 0.28
2019-05-31 20:59:31 -04:00
Maximilian Bosch
bf93cdca0d
Merge pull request #62303 from marsam/init-gitAndTools.git-standup
...
gitAndTools.git-standup: init at 2.3.1
2019-06-01 02:50:37 +02:00
worldofpeace
67ed5b3362
Merge pull request #62286 from vdemeester/update-minishift
...
minishift: 1.33.0 -> 1.34.0
2019-05-31 20:11:25 -04:00
Franz Pletz
48144e257a
Merge pull request #62306 from dtzWill/update/uhd-3.14.0.0
...
uhd: 3.13.0.1 -> 3.14.0.0
2019-05-31 23:16:11 +00:00
Franz Pletz
d6b10a59d3
Merge pull request #62327 from tadfisher/plata-theme
...
plata-theme: 0.8.0 -> 0.8.3
2019-05-31 23:08:37 +00:00
Franz Pletz
4bb4df32aa
Merge pull request #62329 from WilliButz/split-prometheus-tests
...
nixos/tests/prometheus-exporters: split into single tests
2019-05-31 22:58:32 +00:00
Franz Pletz
d1e4fcda6a
Merge pull request #62310 from pacien/synapse-0.99.5.2
...
matrix-synapse: 0.99.5.1 -> 0.99.5.2
2019-05-31 22:51:23 +00:00
Karol Chmist
285dddba9f
mill: 0.3.6 -> 0.4.0 ( #62214 )
2019-05-31 17:50:37 -04:00
Florian Klink
b3dd39ca0e
Merge pull request #62325 from grahamc/wireguard-master
...
wireguard: 0.0.20190406 -> 0.0.20190531 and Change peers without tearing down the interface, handle DNS failures better
2019-05-31 23:17:18 +02:00
Yurii Rashkovskii
a41b38eb26
urweb: 20180616 -> 20190217
2019-05-31 16:04:24 -05:00
Will Dietz
3a26a1fe94
weston: 5.0.0 -> 6.0.0 ( #58522 )
...
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040356.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040334.html
* weston: use freerdp2 not legacy
* freerdp_legacy: drop as no longer needed (weston was last user)
Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
2019-05-31 22:59:50 +02:00
Rémi NICOLE
310a1ec454
vimPlugins.gruvbox-community: init at 2019-05-31 ( #62259 )
2019-05-31 22:55:09 +02:00
Florian Klink
d2905ff559
nixos/mysql: don't run parts of mysqld.service as root ( #61589 )
...
nixos/mysql: don't run parts of mysqld.service as root
2019-05-31 22:29:32 +02:00
Florian Klink
5ea7a3eb21
nixos/mysql: drop services.mysql.pidDir
...
mysql already has its socket path hardcoded to to
/run/mysqld/mysqld.sock.
There's not much value in making the pidDir configurable, which also
points to /run/mysqld by default.
We only seem to use `services.mysql.pidDir` in the wordpress startup
script, to wait for mysql to boot up, but we can also simply wait on the
(hardcoded) socket location too.
A much nicer way to accomplish that would be to properly describe a
dependency on mysqld.service. This however is not easily doable, due to
how the apache-httpd module was designed.
2019-05-31 22:27:55 +02:00
Florian Klink
edd10c12f7
nixos/mysql: run as mysql user and group
...
As we don't need to setup data directories from ExecStartPre= scripts
anymore, which required root, but use systemd.tmpfiles.rules instead,
everything can be run as just the mysql user.
2019-05-31 22:27:55 +02:00
Florian Klink
25494cc193
nixos/mysql: reformat, move logical steps into variables
...
define commands like "waiting for the mysql socket to appear" or "setup
initial databases" in a let expression, so the main control flow becomes
more readable.
2019-05-31 22:27:48 +02:00
Florian Klink
50dda813e2
nixos/mysql: use systemd.tmpfiles to setup dataDir and pidDir
...
We need to keep using `RuntimeDirectory=mysqld`, which translates to
`/run/mysqld`, as this is used for the location of the file socket, that
could differ with what is configured via `cfg.pidDir`.
2019-05-31 22:20:42 +02:00
WilliButz
7884354c0f
nixos/tests/prometheus-exporters: split into single tests
...
Generates a set of tests, rather than one large test for all exporters.
2019-05-31 22:02:56 +02:00
Michael Weiss
6c7586228c
androidStudioPackages.{dev,canary}: 3.6.0.1 -> 3.6.0.2
2019-05-31 21:45:55 +02:00
Andreas Rammhold
d9238d723b
Merge pull request #62136 from flokli/tmux-tmpdir
...
tmux module: Fix escaping in TMUX_TMPDIR
2019-05-31 21:42:47 +02:00
Jan Tojnar
d20bfc72cb
vokoscreen: 2.5.0 -> 2.5.8-beta ( #62144 )
...
vokoscreen: 2.5.0 -> 2.5.8-beta
2019-05-31 21:36:08 +02:00
Michael Weiss
37d232fb5f
signal-desktop: 1.24.1 -> 1.25.0
2019-05-31 21:20:38 +02:00
Florian Klink
3758b39122
Merge pull request #62322 from WilliButz/fix-fritzbox-exporter-service
...
nixos/prometheus-fritzbox-exporter: update binary name
2019-05-31 21:17:46 +02:00
Tad Fisher
7d7baa1a61
plata-theme: 0.8.0 -> 0.8.3
2019-05-31 12:10:05 -07:00
Graham Christensen
1de35c7f5e
wireguard: attempt infinity times to resolve a peer
2019-05-31 14:51:31 -04:00
Graham Christensen
29eb4bcdb8
wireguard: 0.0.20190406 -> 0.0.20190531
2019-05-31 14:51:31 -04:00
Graham Christensen
dc44fc1760
wireguard: add each peer in a separate service
...
Before, changing any peers caused the entire WireGuard interface to
be torn down and rebuilt. By configuring each peer in a separate
service we're able to only restart the affected peers.
Adding each peer individually also means individual peer
configurations can fail, but the overall interface and all other peers
will still be added.
A WireGuard peer's internal identifier is its public key. This means
it is the only reliable identifier to use for the systemd service.
2019-05-31 14:51:25 -04:00
Mario Rodas
6e86ed9062
gitAndTools.lab: 0.15.3 -> 0.16.0 ( #62301 )
2019-05-31 10:57:17 -07:00
Maximilian Bosch
fffaaaef7c
Merge pull request #62295 from adisbladis/gparted-1_0_0
...
gparted: 0.33.0 -> 1.0.0
2019-05-31 19:08:59 +02:00
Maximilian Bosch
27e85bbb6d
Merge pull request #62226 from lukebfox/colorls
...
colorls: init at 1.2.0
2019-05-31 18:59:33 +02:00
WilliButz
ba17b32b43
nixos/prometheus-fritzbox-exporter: update binary name
2019-05-31 18:50:27 +02:00
Tim Steinbach
92c881b6db
linux: 5.1.5 -> 5.1.6
2019-05-31 11:00:28 -04:00
Tim Steinbach
fdaf788161
linux: 5.0.19 -> 5.0.20
2019-05-31 11:00:28 -04:00
Tim Steinbach
364a35ed64
linux: 4.9.179 -> 4.9.180
2019-05-31 11:00:28 -04:00
Tim Steinbach
4faf5552a9
linux: 4.19.46 -> 4.19.47
2019-05-31 11:00:27 -04:00
Tim Steinbach
5283c52f6d
linux: 4.14.122 -> 4.14.123
2019-05-31 11:00:24 -04:00
Samuel Dionne-Riel
68e67cd46e
Merge pull request #62281 from dtzWill/update/dbeaver-6.0.5
...
dbeaver: 6.0.4 -> 6.0.5
2019-05-31 10:52:17 -04:00
Matthew Bauer
8972f674ee
Merge pull request #62272 from matthewbauer/strip-emacsqlite
...
emacsqlite: strip binary
2019-05-31 10:31:16 -04:00
Matthew Bauer
f21b4270a1
Merge pull request #62273 from matthewbauer/bad-platforms-add
...
Add treewide bad platforms
2019-05-31 10:30:42 -04:00
Peter Simons
64a8e60df9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.3-6-g315012a from Hackage revision
5a3c3ef601
.
2019-05-31 16:09:31 +02:00
Peter Simons
f51c95d788
LTS Haskell 13.23
2019-05-31 16:09:31 +02:00
Chris Ostrouchov
46976eff15
pythonPackages.datasette: 0.27 -> 0.28
2019-05-31 10:07:32 -04:00
Franz Pletz
f86871ad37
Merge pull request #62293 from etu/gitea-upgrade
...
gitea: 1.8.1 -> 1.8.2
2019-05-31 13:19:38 +00:00