Commit Graph
167639 Commits
Author SHA1 Message Date
Michael RaskinandGitHub 841a6838ff Merge pull request #54628 from FlorianFranzen/spice_usb
virt-viewer: Fix USB redirection
2019-01-26 17:24:25 +00:00
Elis HirwingandGitHub 94069a4fd3 Merge pull request #54623 from sephalon/limitlessled
pythonPackages.limitlessled: init at 1.1.3
2019-01-26 17:50:49 +01:00
Florian Franzen dd5fab287e virt-viewer: Fix USB redirection 2019-01-26 17:07:43 +01:00
Eamonn Coughlan 0a27d6dddb openfortivpn: fix pppd location after 0.8.0 upgrade 2019-01-26 17:07:38 +01:00
Pascal WittmannandGitHub 5aeaedc6e4 Merge pull request #54552 from NixOS/update-zsh-5.7
zsh: 5.6.2 -> 5.7
2019-01-26 16:51:58 +01:00
Greg RoodtandWael Nasreddine b1ddb5fcbd Version 0.3.0 2019-01-26 07:37:04 -08:00
Justin Hummandworldofpeace ca5004e26c maintainers/maintainers-list: add erictapen's PGP key 2019-01-26 15:18:29 +00:00
Justin Hummandworldofpeace 7a511ded73 notmuch-bower: 0.9 -> 0.10 2019-01-26 15:18:29 +00:00
Anderson Torresandworldofpeace 675ebc5559 elvish: a small fixup (#54531)
* Elvish: a small fixup

Fixing version variable in order to properly download the source code.
Also, some minor stylistical modifications and additions.

* elvish: use pname

* Update pkgs/shells/elvish/default.nix

Use `pname` instead of `name`.

Co-Authored-By: AndersonTorres <torres.anderson.85@protonmail.com>
2019-01-26 14:25:20 +00:00
Stefan Wiehler 3e0088e68f pythonPackages.limitlessled: init at 1.1.3 2019-01-26 15:02:17 +01:00
Vladimír Čunát 2c226107cb systemd-cryptsetup-generator: fixup linkage
It got broken by 74a64a8a6 #53483.
But IMO it's *this* expression that was written in a too fragile way.
2019-01-26 14:16:56 +01:00
Victor SENEandworldofpeace 92a44bd100 jackett: 0.10.622 -> 0.10.660 2019-01-26 13:11:04 +00:00
José Romildo Malaquiasandworldofpeace 409f9d13cc numix-icon-theme-square: 18.09.19 -> 19.01.24 2019-01-26 13:09:37 +00:00
José Romildo Malaquiasandworldofpeace 9aedca3da1 numix-icon-theme-circle: 18.09.19 -> 19.01.24 2019-01-26 13:09:37 +00:00
Elis HirwingandGitHub fde2ab7bf9 Merge pull request #54618 from dywedir/watchexec
watchexec: 1.9.0 -> 1.10.0
2019-01-26 13:11:06 +01:00
Domen KožarandGitHub c71e6fa79b Merge pull request #54605 from jerith666/elm-unsafe-path-fix
elm: fix UnsafePath error downloading dependencies
2019-01-26 19:06:52 +07:00
Elis HirwingandGitHub f3230da9be Merge pull request #54458 from nthorne/UFTrace_0_9_2
uftrace: 0.9.1 -> 0.9.2
2019-01-26 13:05:01 +01:00
Elis HirwingandGitHub 8fcf4925c7 Merge pull request #54473 from jdanekrh/packer_1.3.3
packer: 1.3.1 -> 1.3.3
2019-01-26 12:59:21 +01:00
Elis HirwingandGitHub 7d8387f060 Merge pull request #54499 from Gerschtli/update/php-cs-fixer
phpPackges.php-cs-fixer: 2.13.1 -> 2.14.0
2019-01-26 12:50:14 +01:00
Elis HirwingandGitHub 5aecdfcdfc Merge pull request #54547 from Gerschtli/update/ts3-server
teamspeak_server: 3.5.0 -> 3.5.1
2019-01-26 12:47:06 +01:00
Robert Schütz 4506266b4a platformio: 3.6.2 -> 3.6.4 2019-01-26 12:39:39 +01:00
Elis HirwingandGitHub fae5a99b51 Merge pull request #53673 from plumelo/feature/gitraken-4.2.0
gitkraken: 4.1.1 -> 4.2.1
2019-01-26 12:38:16 +01:00
Jörg ThalheimandGitHub e9b5bd9813 Merge pull request #54600 from volth/patch-301
nixos/collectd: restart on failure
2019-01-26 11:23:02 +00:00
Jörg Thalheim b5c1deca8a treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Vladyslav Mykhailichenko d61fc6c02a watchexec: 1.9.0 -> 1.10.0 2019-01-26 11:53:18 +02:00
Jörg ThalheimandGitHub 18a2cdf424 Merge pull request #47316 from alyssais/nix-perl-bindings
nix: move perl-bindings inside common function
2019-01-26 09:30:03 +00:00
Jörg ThalheimandGitHub 544c227174 Merge pull request #54590 from symphorien/sved2
vimPlugins.sved: init
2019-01-26 09:20:34 +00:00
Jörg ThalheimandGitHub 068b35d32f Merge pull request #54613 from ento/gem-config-semian
gem-config: add semian
2019-01-26 08:52:33 +00:00
Matthew Bauer f9ed5e0089 libstdcxx: don’t set stdlib automatically
We don’t need to set -stdlib=libstdc++. This only works on Clang so it
is not good to set it globally. In addition, Clang knows to use
libstdc++ on Linux by default if no stdlib is set:

https://github.com/llvm-mirror/clang/blob/324f918438715b4a0d024af5930628c1674f4fcd/lib/Driver/ToolChains/Linux.cpp#L456

It’s a good policy to just leave off stdlib for now.

Fixes #29877.
2019-01-26 01:55:57 -05:00
Dmitry Kalinkin d3466ffbd7 libsForQt5.poppler: fix on darwin 2019-01-25 23:47:48 -05:00
Greg RoodtandBenjamin Staffin 249eccb276 kubecfg: 0.6.0 -> 0.9.1 (#54597) 2019-01-25 23:36:42 -05:00
Jörg ThalheimandGitHub 0201c6b3aa Merge pull request #54599 from alyssais/ranger
ranger: fix build on Darwin
2019-01-26 04:34:08 +00:00
Dmitry Kalinkin 467a23aaed qtkeychain: remove CMP0025 hack
This argument is already set by the cmake setup hook.
2019-01-25 23:32:44 -05:00
Marica OdagakiandGitHub 0b0958314a gem-config: add semian
Note: on macOS, it works without this config. Testing on Ubuntu/Debian with the parent sha will produce an error about extconf.rb failing to find openssl/sha.h.
2019-01-25 20:18:33 -08:00
Jörg ThalheimandGitHub 77694f5065 Merge pull request #54609 from petabyteboy/feature/prosody-reload
nixos/prosody: add ExecReload
2019-01-26 04:11:11 +00:00
Tim Steinbach 3da56c7844 conky: 1.11.1 -> 1.11.2 2019-01-25 22:57:53 -05:00
Tim Steinbach 9e3db4df2c toluapp: Fix includes for newer Lua versions
See https://github.com/LuaDist/toluapp/pull/2
2019-01-25 22:56:55 -05:00
Tim Steinbach c3e995fa73 i3lock-fancy: 2017-12-14 -> 2018-11-25 2019-01-25 22:28:00 -05:00
Samuel Dionne-RielandGitHub a7df44f721 Merge pull request #54583 from vbgl/liferea-1.12.6
liferea: 1.12.4 -> 1.12.6
2019-01-25 22:20:56 -05:00
Milan Pässler 24d5e30b5f nixos/prosody: add ExecReload
Add an ExecReload command to the prosody service, to allow reloading
prosody by sending SIGHUP to the main process, for example to update
certificates without restarting the server. This is exactly how the
`prosodyctl` tool does it.

Note: Currently there is a bug which prevents mod_http from reloading the
certificates properly: https://issues.prosody.im/1216.
2019-01-26 03:12:09 +01:00
qolii f83b393daa Eternal-terminal: 5.1.8 -> 5.1.9 2019-01-25 17:47:20 -08:00
volthandGitHub b3c5e9ac1e nixos/collectd: restart on failure
`collectd' might fail because of a failure in any of numerous plugins.
For example `virt' plugin sometimes fails if `collectd' is started before `libvirtd'
2019-01-26 00:31:32 +00:00
Alyssa Ross 74fa1860dd ranger: fix build on Darwin 2019-01-26 00:18:51 +00:00
Franz Pletz 9310fc3e13 EmptyEpsilon: 2018.11.16 -> 2019.01.19 2019-01-26 00:28:42 +01:00
Meghea Iulian db3b270f79 gitkraken: 4.2.0 -> 4.2.1 2019-01-26 01:06:26 +02:00
Silvan MosbergerandGitHub f3e03ff438 Merge pull request #54591 from symphorien/nvim-refs
neovim: remove spurious references to compilation flags
2019-01-26 00:03:57 +01:00
Meghea Iulian 0590170c79 gitkraken: 4.1.1 -> 4.2.0 2019-01-26 01:02:01 +02:00
Matthew Bauer 5f106e8aae darwin.xcode: update hashes 2019-01-25 16:37:37 -05:00
Symphorien Gibol b9a9f28dad neovim: remove spurious references to compilation flags 2019-01-25 22:20:12 +01:00
Symphorien Gibol fdf77854b4 vimPlugins.sved: init 2019-01-25 21:51:01 +01:00