Commit graph

125569 commits

Author SHA1 Message Date
Dmitry Kalinkin 88b485a062
deadpixi-sam: fix on Darwin 2018-01-20 18:20:47 -05:00
John Ericson 4dff3ee959
Merge pull request #33749 from dezgeg/release-refactor-1
nixos/release.nix: Refactoring for better multi-system support
2018-01-16 12:54:11 -05:00
Maximilian Bosch b55d4c0564 programs.zsh.ohMyZsh: add cacheDir option (#33150)
The default cache directory set by oh-my-zsh is $ohMyZsh/cache which
lives in the Nix store in our case. This causes issues with several
completion plugins provided by oh-my-zsh.
2018-01-16 17:29:46 +00:00
Franz Pletz 13b4f440fc
Merge pull request #33634 from Ma27/android-studio/support-virtual-devices
android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`
2018-01-16 17:23:14 +00:00
Frederik Rietdijk 2ea3db2830 Python docs: remove name attribute
The `name` attribute is filled in when `pname` and `version` are specified.
See https://github.com/NixOS/nixpkgs/pull/31173
2018-01-16 18:01:06 +01:00
Tuomas Tynkkynen 4ccf308d66 nixos/release.nix: Use forTheseSystems from release-lib
Currently, even if you pass `supportedSystems = [ "aarch64-linux" ]` you
end up with e.g. `nixos.iso_graphical.x86_64-linux` job. Using
forTheseSystems from release-lib avoids that.

This shouldn't affect the usual x86 trunk-combined jobset.
2018-01-16 18:56:41 +02:00
Tuomas Tynkkynen b3c50ec1e9 nixos/release.nix: Move forAllSystems to release-lib
There's already a similar forTheseSystems in release-lib, so be more
consistent.
2018-01-16 18:56:41 +02:00
Tuomas Tynkkynen 82cab72dd4 release-lib: forAllSupportedSystems -> forTheseSystems
I'm going to move forAllSystems from nixos/release.nix, and these
functions sound too similar while doing different things.
2018-01-16 18:48:54 +02:00
Izorkin f6ee29dda2 libnetfilter_queue: 1.0.2 -> 1.0.3
fixes #33887
2018-01-16 16:41:01 +00:00
Yegor Timoshenko fccaa2acab redshift: reintroduce longDescription 2018-01-16 16:18:06 +00:00
Jörg Thalheim 822c949833
Merge pull request #33915 from lheckemann/remove-amd-hybrid-graphics
amd-hybrid-graphics module: remove
2018-01-16 15:57:37 +00:00
Jan Tojnar d02d062c9b
Merge pull request #33605 from vbgl/meld-3.18
meld: 3.16.4 -> 3.18.0
2018-01-16 15:17:38 +01:00
adisbladis 02393338dc
Merge pull request #33935 from bkchr/fix_plasma_vault
plasma-vault: Fixes build
2018-01-16 21:47:59 +08:00
Yegor Timoshenko 7d70261aa4 redshift: fix redshift-gtk, autoreconfHook 2018-01-16 13:44:59 +00:00
Bastian Köcher f8630c9568 plasma-vault: Fixes build 2018-01-16 14:40:57 +01:00
adisbladis 9d57972cd5
plasma-desktop: Fix build with qt 5.10 2018-01-16 21:38:36 +08:00
adisbladis ec9ae46684
kwin: Fix build with qt 5.10 2018-01-16 21:38:35 +08:00
adisbladis b72de3e286
kio-extras: Fix build with qt 5.10 2018-01-16 21:38:34 +08:00
Jörg Thalheim 3fac63b650
Merge pull request #33934 from thefloweringash/kindlegen-unzip
kindlegen: Use unzip where necessary
2018-01-16 13:35:31 +00:00
Andrew Childs 2332e8b0d9 kindlegen: Use unzip where necessary 2018-01-16 22:18:16 +09:00
Tuomas Tynkkynen 222f905fd9 rustc: Supports ARMv7 2018-01-16 14:17:40 +02:00
Andreas Rammhold 1624e32eb0
Merge pull request #33929 from matthiasbeyer/update-toot
toot: 0.16.2 -> 0.17.1
2018-01-16 12:14:12 +00:00
adisbladis df4746d2b2
Merge pull request #33930 from bkchr/fix_kinit
kinit: Fixes build
2018-01-16 19:48:41 +08:00
Bastian Köcher 97db143538 kinit: Fixes build 2018-01-16 12:21:18 +01:00
Matthias Beyer fd00da5205 toot: 0.16.2 -> 0.17.1 2018-01-16 11:50:25 +01:00
Guillaume Bouchard 2995066e9b alembic: use threadsafe hdf5 (#30682)
* hdf5: introduce hdf5-threadsafe variant

Compiled with thread safe support and without the High Level library
which is incompatible with thread safety.

* alembic: clean buildInputs to nativeBuildInputs

* alembic: use hdf5-threadsafe
2018-01-16 18:31:35 +08:00
Evgeny Egorochkin 2bb5e5e748 onioncircuits: init at 0.5 2018-01-16 12:26:45 +02:00
Evgeny Egorochkin 748d5709b5 pythonPackages.stem: init at 1.6.0 2018-01-16 12:26:39 +02:00
Jörg Thalheim 1c9d59945e
Merge pull request #33917 from ashgillman/fix-wakatime
wakatime: don't run check phase
2018-01-16 09:41:17 +00:00
Yurii Rashkovskii 91e9989911 aenum: make tests pass (#33805)
For Python 2, tests were failing because they depended on a particular
way of executing the tests module as it defined a global variable
and created a temporary file. Running it through setup.py didn't work.
Invoking it directly solved the issue.

For Python 3, aenum tests were disabled, however, they did't have to
fail. Configuring UTF8 locale resolved the failure that was happening
after the above fix for Python 2 was applied.
2018-01-16 09:40:40 +00:00
Jörg Thalheim cf3cc25bb2
Merge pull request #33880 from vbgl/ocaml-uri-1.9.5
ocamlPackages.uri: 1.9.2 -> 1.9.6
2018-01-16 09:37:11 +00:00
Jörg Thalheim 516481a2c8
Merge pull request #33923 from mnacamura/parallel-rust
parallel-rust: init at 0.11.3
2018-01-16 09:31:18 +00:00
Jörg Thalheim 0270078dd6
Merge pull request #33904 from magnetophon/i3status-rust
i3status-rust: 0.9.0.2017-11-09 -> 0.9.0.2018-01-15
2018-01-16 09:28:44 +00:00
Jörg Thalheim f9a0769e02
Merge pull request #33925 from teto/neovim
neovim: don't install desktop file on darwin
2018-01-16 09:13:07 +00:00
schuppentier 6f7c197700 evdi: 1.4.1+git2017-06-12 -> unstable-2018-01-12 (#33907) 2018-01-16 09:05:42 +00:00
Jörg Thalheim 7465edcdd2
Merge pull request #33927 from bkchr/fix_kimageformats
kimageformats: Fixes build
2018-01-16 09:02:58 +00:00
Bastian Köcher f6c2fb3846 kimageformats: Fixes build 2018-01-16 09:52:04 +01:00
Matthieu Coudron 266a65eaa9 neovim: don't install desktop file on darwin
nvim.desktop doesn't exist on darwin so forcefully reading it fails.
2018-01-16 17:41:31 +09:00
adisbladis f7173aa7a8
Merge pull request #33908 from WilliButz/update-freeradius
freeradius: 3.0.15 -> 3.0.16
2018-01-16 16:32:45 +08:00
Jörg Thalheim c4d37f1460
Merge pull request #33890 from lschuermann/openvpn-auth-user-pass
openvpn: add option to store credentials
2018-01-16 08:18:51 +00:00
Jörg Thalheim c53f1518f8
Merge pull request #33426 from nlewo/pr/go-protobuf
go-protobuf: init at 2018-01-04
2018-01-16 08:15:09 +00:00
Jörg Thalheim 03b43c0325 wakatime: 10.0.1 -> 10.1.0 2018-01-16 08:10:22 +00:00
Jörg Thalheim b880ef935a python.pkgs.nose-parameterized: 0.5.0 -> 0.6.0 2018-01-16 08:07:09 +00:00
Drew Hess fa3d1c5dfb
netsniff-ng: 0.6.2 -> 0.6.3 2018-01-16 15:58:14 +08:00
y0no 7e0402632d bettercap: init at 1.6.2 (#33902) 2018-01-16 07:40:49 +00:00
Mitsuhiro Nakamura f71d9bfd6b parallel-rust: init at 0.11.3 2018-01-16 15:58:29 +09:00
Leon Schuermann 22e83d2667 openvpn: add warning about world-readable credentials 2018-01-16 11:40:16 +07:00
Yegor Timoshenko ca12e1c088
Merge pull request #33594 from yegortimoshenko/20180108.031127/pidgin-otr
pidgin: hyphenate plugins
2018-01-16 04:39:09 +00:00
adisbladis f0f062b206
Merge pull request #33906 from andir/miniupnp
miniupnp{d,c} updates, fix for CVE-2017-1000494
2018-01-16 12:06:10 +08:00
Ashley Gillman b6a90700b8 wakatime: don't run check phase 2018-01-16 13:35:49 +10:00