Commit Graph
139382 Commits
Author SHA1 Message Date
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
xejiandGitHub cd960b965f Merge pull request #38622 from obadz/minidlna-module
nixos/minidlna: add loglevel config
2018-05-06 00:13:39 +02:00
xejiandGitHub 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 TojnarandGitHub 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 BauerandGitHub 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 BauerandGitHub 005d803762 Merge pull request #39919 from plapadoo/ledger-use-python
ledger: enable python command
2018-05-05 16:26:52 -05:00
Matthew Justin BauerandGitHub 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 BauerandGitHub 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 BauerandGitHub 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 BauerandGitHub 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
xejiandGitHub 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 BauerandGitHub 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 BauerandGitHub 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 BauerandGitHub ea1d75e442 Merge pull request #39925 from Assassinkin/master
Zabbix-agent 3.4
2018-05-05 15:48:14 -05:00
xejiandGitHub 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
xejiandGitHub 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 FandGitHub 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 FandGitHub cc2880a7b6 Merge pull request #39902 from romildo/fix.enlightenment
enlightenment: add dependency on mesa_noglu
2018-05-05 20:08:45 +00:00
Joachim FandGitHub 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 FandGitHub a587d54517 Merge pull request #39858 from akru/cjdns-v20.2
cjdns: 20.1 -> 20.2
2018-05-05 20:07:45 +00:00
Jan TojnarandGitHub 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
xejiandGitHub 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
xejiandGitHub 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
xejiandGitHub 38ae2105b3 Merge pull request #39929 from Mic92/john
john: build with recent gcc
2018-05-05 20:58:03 +02:00
Sarah BrofeldtandGitHub 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
xejiandGitHub 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
xejiandGitHub e450d9fb90 Merge pull request #38961 from bachp/cryptsetup-generator
cryptsetup-generator: add postFixup
2018-05-05 17:41:40 +02:00
xejiandGitHub 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éandEkaitz Zarraga 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 TojnarandGitHub 7be2768a9c Merge pull request #40002 from jD91mZM2/powerline-rs
powerline-rs: init at 0.1.6
2018-05-05 16:35:17 +02:00
Bernard Fortz 558c8a280f eid-mw: 4.1.19 -> 4.3.7
Urgent version bump as tax season is coming and 4.1.19 is not compatible
with firefox anymore.
2018-05-05 15:26:44 +02:00
Jan Tojnar 8e18b7c409 sublime: re-introduce accidentally removed attribute 2018-05-05 15:24:03 +02:00
Jan Tojnar 4feaecc23d evolution-data-server: fix SSL support on non-GNOME platforms 2018-05-05 14:57:18 +02:00
Jaakko Luttinen 9f31a4d622 nano-wallet: init at 12.1 2018-05-05 15:24:17 +03:00
jD91mZM2 edbf4b0eb2 powerline-rs: init at 0.1.6 2018-05-05 12:28:50 +02:00
Tim Cuthbertson 3cce9b107a nix-pin: 0.2.2 -> 0.3.0 2018-05-05 19:53:40 +10:00
xejiandGitHub c94a1e6158 Merge pull request #39987 from Ma27/yubikey-personalization-gui/qt5-port
yubikey-personalization-gui: port to qt5
2018-05-05 11:40:13 +02:00
Daniel Schaefer 43650115e3 nixos/documentation: Correct use of lib.optional
lib.optional returns a singleton or an empty list. Therefore the
argument does not need to be wrapped in a list.
An alternative patch could have used lib.optionals but seems like no
more elements are going to be added to the optional list.
2018-05-05 15:55:53 +07:00
Austin Seipp 34a71a80b8 foundationdb: rename jar file to match upstream
And don't install the fdb_java.so file: it's already included inside of
the jar itself.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-05 01:30:15 -05:00
Jaka HudoklinandGitHub 3ec4528dcf Merge pull request #39991 from xeji/remove-fleet
fleet, panamax: remove
2018-05-05 08:07:14 +02:00
Matthew Justin BauerandGitHub 30caa09e51 Merge pull request #39881 from nh2/epeg
Add epeg
2018-05-05 00:33:50 -05:00