Commit Graph

139400 Commits

Author SHA1 Message Date
Maximilian Bosch
f57986597f mkcast: drop and replace with xscast (#40026)
The package has been declared as unmaintained, `xscast` is the way to
go: https://github.com/KeyboardFire/mkcast#obsolete

Replacement for `mkcast` (https://github.com/KeyboardFire/mkcast#obsolete)
2018-05-06 11:27:31 +01:00
Tristan Helmich
560e91f1a7 nixos/matrix-synapse service: url_preview_url_blacklist fix (#40027)
Moved list of ip ranges to url_preview_ip_range_blacklist defaults.
Fixes #40017
2018-05-06 09:49:04 +00:00
Joachim F
7a39cb90a1
Merge pull request #39685 from ikervagyok/wine37
wine-{Unstable,Staging}: 3.5 -> 3.7
2018-05-06 09:47:46 +00:00
Joachim F
b0c9aa5d9f
Merge pull request #40024 from dywedir/emby
emby: 3.3.1.0 -> 3.4.0.0
2018-05-06 09:25:25 +00:00
Joachim F
e43946d287
Merge pull request #40022 from jD91mZM2/powerline-rs
powerline-rs: 0.1.6 -> 0.1.7
2018-05-06 09:25:11 +00:00
Joachim F
1ff22c7e7b
Merge pull request #39944 from erikarvstedt/refind
refind: fix runtime errors
2018-05-06 09:24:47 +00:00
Joachim F
cf437beab3
Merge pull request #39996 from jraygauthier/jrg/vscode_cpptools_update_r1
vscode-extension-ms-vscode-cpptools: 0.12.3 -> 0.16.1
2018-05-06 09:20:56 +00:00
Vincent Laporte
d79e9d3e16
Merge pull request #39656 from vbgl/ocsigen_server-2.9
ocsigen: 2.8 → 2.9; eliom: 6.2.0 → 6.3.0
2018-05-06 11:16:40 +02:00
Joachim F
7da1dcaf5a
Merge pull request #40018 from danbst/zoom-us-update
zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
2018-05-06 09:10:17 +00:00
Vladyslav Mykhailichenko
f76301c6cb emby: 3.3.1.0 -> 3.4.0.0 2018-05-06 09:43:01 +03:00
jD91mZM2
4e906935cc
powerline-rs: 0.1.6 -> 0.1.7 2018-05-06 07:29:22 +02:00
aszlig
8ce802e8c8
gopass: Add xclip to wrapperPath
This is another dependency needed when invoked with "gopass -c".

I opted for xclip instead of xsel, because xclip is tried first in
order.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @andir, @suvash, @mkaito
2018-05-06 05:07:39 +02:00
aszlig
42a0b11450
dockerTools.pullImage: Fix build with sandboxing
Regression introduced in 736848723e.

This commit most certainly hasn't been tested with sandboxing enabled
and breaks not only pullImage but also the docker-tools NixOS VM test
because it doesn't find it's certificate path and also relies on
/var/tmp being there.

Fixing the certificate path is the easiest one because it can be done
via environment variable.

I've used overrideAttrs for changing the hardcoded path to /tmp (which
is available in sandboxed builds and even hardcoded in Nix), so that
whenever someone uses Skopeo from all-packages.nix the path is still
/var/tmp.

The reason why this is hardcoded to /var/tmp can be seen in a comment in
vendor/github.com/containers/image/storage/storage_image.go:

  Do not use the system default of os.TempDir(), usually /tmp, because
  with systemd it could be a tmpfs.

With sandboxed builds this isn't the case, however for using Nix without
NixOS this could turn into a problem if this indeed is the case.

So in the long term this needs to have a proper solution.

In addition to that, I cleaned up the expression a bit.

Tested by building dockerTools.examples.nixFromDockerHub and the
docker-tools NixOS VM test.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @nlewo, @Mic92, @Profpatsch, @globin, @LnL7
2018-05-06 04:57:24 +02:00
danbst
8143383aab zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
Apart from version update:
- remove some packages from `LD_LIBRARY_PATH`. I haven't found any
references for them. Most of them were copypasted from AUR expression
- found an implicit reference to `pidof`, in my case this caused warnings
about mismatched Glibc version. I've found implicit reference to `sh` too,
with Glibc warning too, but I don't know how to fix this, and looks like it's
only a warning
2018-05-06 01:42:32 +03:00
xeji
cd960b965f
Merge pull request #38622 from obadz/minidlna-module
nixos/minidlna: add loglevel config
2018-05-06 00:13:39 +02:00
xeji
71b4afe39a
Merge pull request #40012 from bfortz/eid-mw-4.4.1
eid-mw: 4.1.19 -> 4.4.1
2018-05-06 00:05:39 +02:00
Jan Tojnar
3be8954579
Merge pull request #39985 from jtojnar/drop-legacy-gst
various: {upgrade,drop} GStreamer 0.10 dependency
2018-05-05 23:53:04 +02:00
aszlig
8cf420e62f
Merge pull request #39647 (Add KMyMoney)
This adds KMyMoney, a finance manager for KDE plus a few required
dependencies.

I ran the upstream test suite as well as the following manual tests:

  * Basic startup
  * Completing the wizard
  * Add some test transactions
  * GPG encryption
  * Generation of charts and reports
  * Rough check whether OFX integration lists supported financial
    institutions.
  * Small check of AqBanking implementation, whether accounts and users
    can be configured, but didn't test actual connectivity with a
    financial institution.
  * Check of Weboob integration with a test PayPal backend, however also
    just with a dummy account and without actually connecting to PayPal.

On top of that, the application already is being used by the person
requesting me to package this, so I'd guess it works well enough.

I'm merging this without the review from @ttuegel because it only adds
packages and doesn't change anything fundamental about the KDE
ecosystem.

The only change here is to add C++ support to "mpir", where the
maintainer (@7c6f434c) has approved the change.
2018-05-05 23:46:29 +02:00
Matthew Justin Bauer
21be546c51
Merge pull request #39720 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20170428 -> 20180320
2018-05-05 16:30:04 -05:00
Matthew Justin Bauer
005d803762
Merge pull request #39919 from plapadoo/ledger-use-python
ledger: enable python command
2018-05-05 16:26:52 -05:00
Matthew Justin Bauer
f14e4caccf
Merge pull request #39895 from r-ryantm/auto-update/groonga
groonga: 8.0.1 -> 8.0.2
2018-05-05 16:11:31 -05:00
Matthew Justin Bauer
08c9a5dfe3
Merge pull request #39755 from r-ryantm/auto-update/Mopidy-Iris
mopidy-iris: 3.17.1 -> 3.17.5
2018-05-05 16:10:56 -05:00
Matthew Justin Bauer
a93ffd1a01
Merge pull request #39763 from r-ryantm/auto-update/jackett
jackett: 0.8.886 -> 0.8.929
2018-05-05 16:10:37 -05:00
Matthew Justin Bauer
639dd1910d
Merge pull request #39765 from r-ryantm/auto-update/kotlin
kotlin: 1.2.40 -> 1.2.41
2018-05-05 16:10:25 -05:00
xeji
0efd49c707
Merge pull request #39899 from r-ryantm/auto-update/bitcoin-abc
altcoins.bitcoin-abc: 0.17.0 -> 0.17.1
2018-05-05 22:54:17 +02:00
Matthew Justin Bauer
3fe9421f50
Merge pull request #39771 from r-ryantm/auto-update/graphicsmagick
graphicsmagick: 1.3.28 -> 1.3.29
2018-05-05 15:50:45 -05:00
Matthew Justin Bauer
fd75da0459
Merge pull request #39739 from r-ryantm/auto-update/pqiv
pqiv: 2.10.3 -> 2.10.4
2018-05-05 15:50:16 -05:00
Matthew Justin Bauer
ea1d75e442
Merge pull request #39925 from Assassinkin/master
Zabbix-agent 3.4
2018-05-05 15:48:14 -05:00
xeji
a67cca803f
Merge pull request #39941 from romildo/upd.iconpack-obsidian
iconpack-obsidian: init at 4.0.1
2018-05-05 22:28:54 +02:00
xeji
76c8e5ea3b
Merge pull request #39055 from abbradar/reload-stop
firewall service: run stop commands in reload
2018-05-05 22:13:15 +02:00
Joachim F
1be056ca30
Merge pull request #40000 from JohnAZoidberg/docmodule-optional-fix
nixos/documentation: Correct use of lib.optional
2018-05-05 20:09:44 +00:00
Joachim F
cc2880a7b6
Merge pull request #39902 from romildo/fix.enlightenment
enlightenment: add dependency on mesa_noglu
2018-05-05 20:08:45 +00:00
Joachim F
d66100fa73
Merge pull request #39898 from romildo/upd.terminology
terminology: 1.1.1 -> 1.2.0
2018-05-05 20:08:28 +00:00
Joachim F
a587d54517
Merge pull request #39858 from akru/cjdns-v20.2
cjdns: 20.1 -> 20.2
2018-05-05 20:07:45 +00:00
Jan Tojnar
d0110ecfdb
Merge pull request #40008 from jonafato/liferea-1.12.3
liferea: 1.12.2 -> 1.12.3
2018-05-05 21:48:03 +02:00
xeji
dc4aa99080
Merge pull request #39770 from r-ryantm/auto-update/git-remote-gcrypt
gitAndTools.gitRemoteGcrypt: 1.0.3 -> 1.1
2018-05-05 21:24:42 +02:00
xeji
ae148ea89c
Merge pull request #39961 from vbgl/ocaml-git-1.11.5
ocamlPackages.git: 1.11.4 -> 1.11.5
2018-05-05 21:13:53 +02:00
Bernard Fortz
d84a06feca eid-mw: 4.1.19 -> 4.4.1
Urgent version bump as tax season is coming and 4.1.19 is not compatible
with firefox anymore.

eid-viewer was merged upstream with eid-mw, so it is included here now.
2018-05-05 21:02:31 +02:00
xeji
38ae2105b3
Merge pull request #39929 from Mic92/john
john: build with recent gcc
2018-05-05 20:58:03 +02:00
Sarah Brofeldt
1d9330d63a
Merge pull request #39295 from jluttine/add-nano-wallet
nano-wallet: init at 12.1
2018-05-05 19:34:04 +02:00
Jörg Thalheim
7ac652df4b john: disable aarch64 2018-05-05 18:25:56 +01:00
Jon Banafato
c6a82cc40c liferea: 1.12.2 -> 1.12.3
New patch release. Changelog at
https://github.com/lwindolf/liferea/releases/tag/v1.12.3.
2018-05-05 12:55:32 -04:00
Vladimír Čunát
89bed5b604
Merge #40007: mariadb: Fix mariadb_config include path 2018-05-05 18:48:04 +02:00
Tuomas Tynkkynen
bc828721ed nixos/lib/make-ext4-fs: Add a sanity check
I ended up with a corrupted image with the debugfs contraption once, and
given I couldn't reproduce the problem I suppose that happens if the
filesystem of the builder runs out of space.

At least in this instance fsck could detect it, so let's add it as a
sanity check.
2018-05-05 19:30:54 +03:00
xeji
76d0e61e7b
Merge pull request #39749 from Synthetica9/i3lock-color-2.11
i3lock-color: 2.10.1-1-c -> 2.11-c
2018-05-05 17:58:46 +02:00
Bernard Fortz
0c4f72c377 eid-mw: 4.1.19 -> 4.4.1
Urgent version bump as tax season is coming and 4.1.19 is not compatible
with firefox anymore.

eid-viewer was merged upstream with eid-mw, so it is included here now.
2018-05-05 17:48:36 +02:00
xeji
e450d9fb90
Merge pull request #38961 from bachp/cryptsetup-generator
cryptsetup-generator: add postFixup
2018-05-05 17:41:40 +02:00
xeji
8f22baa40f
Merge pull request #40003 from timbertson/nix-pin
nix-pin: 0.2.2 -> 0.3.0
2018-05-05 17:17:49 +02:00
Félix Baylac-Jacqué
c462aa0706 maria-db: Fix mariadb_config include path.
Fixes #39984.

Co-authored-by: Ekaitz Zarraga <ekaitz.zarraga@protonmail.com>
2018-05-05 16:57:37 +02:00
Jan Tojnar
7be2768a9c
Merge pull request #40002 from jD91mZM2/powerline-rs
powerline-rs: init at 0.1.6
2018-05-05 16:35:17 +02:00