summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gcolor3: 2.3 → 2.3.1Jan Tojnar2018-09-17
|
* postman: 6.2.5 -> 6.3.0 (#46771)rembo102018-09-17
|
* prometheus_2: 2.2.1 -> 2.3.2 (#46333)Maximilian Bode2018-09-17
|
* nixos/lightdm: use systemd.tmpfiles (#46734)worldofpeace2018-09-17
| | | This also makes logs appear at /var/log/lightdm
* exim: add optional support for PAM (#46744)Notkea2018-09-17
|
* Merge pull request #46532 from vbgl/ocaml-batteries-2.9.0xeji2018-09-17
|\ | | | | ocamlPackages.batteries: 2.8.0 -> 2.9.0
| * ocamlPackages.batteries: disable tests on Aarch64Vincent Laporte2018-09-13
| |
| * ocamlPackages.batteries: 2.8.0 -> 2.9.0Vincent Laporte2018-09-11
| |
* | arangodb: 3.3.14 -> 3.3.15 (#46305)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/arangodb/versions
* | libcouchbase: 2.9.2 -> 2.9.4 (#46254)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libcouchbase
* | matomo: 3.5.1 -> 3.6.0 (#46242)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from matomo
* | libngspice: 26 -> 28 (#46225)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libngspice
* | sierra-gtk-theme: init at 2018-09-14 (#46737)José Romildo Malaquias2018-09-17
| |
* | Merge pull request #46168 from fare-patches/masterMichael Raskin2018-09-17
|\ \ | | | | | | New Gambit and Gerbil releases
| * | gerbil-unstable: 2018-08-11 -> 2018-09-06Francois-Rene Rideau2018-09-06
| | |
| * | gambit-unstable: 2018-08-06 -> 2018-09-03Francois-Rene Rideau2018-09-06
| | |
| * | gerbil: 0.12-RELEASE -> 0.13Francois-Rene Rideau2018-09-06
| | |
| * | gambit: 4.8.9 -> 4.9.0Francois-Rene Rideau2018-09-06
| | |
* | | Merge pull request #32045 from ck3d/nixos-lircPeter Hoeg2018-09-17
|\ \ \ | | | | | | | | initial NixOS module for LIRC
| * | | initial NixOS module for LIRCChristian Kögler2018-09-14
| | | |
* | | | Merge pull request #43812 from binarin/epmd-systemd-prPeter Hoeg2018-09-17
|\ \ \ \ | | | | | | | | | | epmd: Introduce erlang port mapper daemon service
| * | | | epmd: Introduce erlang port mapper daemon serviceAlexey Lebedeff2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having socket-activated epmd means that there always be only a single instance managed centrally. Because Erlang also starts it automatically if not available, and in worst case scenario 'epmd' can be started by some Erlang application running under systemd. And then restarting this application unit will cause complete loss of names in 'epmd' (if other Erlang system are also installed on this host). E.g. see at which lengths RabbitMQ goes to recover from such situations: https://github.com/rabbitmq/rabbitmq-server/blame/7741b37b1efa97ac9b17685cc626bd35ee52ca16/src/rabbit_epmd_monitor.erl#L36 Having the only one socket-activated epmd completely solves this problem.
| * | | | erlang: Build with systemd supportAlexey Lebedeff2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way 'epmd' can be started by systemd using socket activation. This is important to have when there is more than one Erlang system used on the same host. Support for this exists since 17.0: https://github.com/erlang/otp/commit/b7c95eabf6017ddb352fb8ce2b3749af108ebf29 Configure flag was added in 17.1: https://github.com/erlang/otp/commit/12cd5e5b394623fab9907622ad99163c5b9350e1
* | | | | Merge pull request #46762 from xeji/p/ostree-testJan Tojnar2018-09-17
|\ \ \ \ \ | | | | | | | | | | | | ostree: fix tests
| * | | | | ostree: fix testsUli Baum2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Workarounds for https://github.com/ostreedev/ostree/issues/1592 - Disable failing test-gpg-verify-result.test, see https://github.com/ostreedev/ostree/issues/1634
* | | | | | Merge pull request #46594 from worldofpeace/gnome-builder/ctagsJan Tojnar2018-09-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | gnome-builder: add ctags
| * | | | | | gnome-builder: add ctagsworldofpeace2018-09-13
| | | | | | |
* | | | | | | Merge pull request #36287 from shlevy/lib-tests-defaultGraham Christensen2018-09-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lib/tests: Add check-eval.nix to run simple tests.
| * | | | | | | lib/tests: Add check-eval.nix to run simple tests.Shea Levy2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used by evaluation-only tools to validate tests are still working.
* | | | | | | | Merge pull request #46741 from pacien/exim-module-package-optJörg Thalheim2018-09-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | exim: parametrise package
| * | | | | | | | exim: parametrise packagepacien2018-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the definition of a custom derivation of Exim, which can be used to enable custom features such as LDAP and PAM support. The default behaviour remains unchanged (defaulting to pkgs.exim).
* | | | | | | | | Merge pull request #46745 from xeji/p/dendropyJörg Thalheim2018-09-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pythonPackages.dendropy: fix build
| * | | | | | | | | pythonPackages.dendropy: fix buildUli Baum2018-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build failed after update to 4.4.0 because the tests are incorrectly packages in the pypi version. Switch to upstream github repo, fix tests, disable failing test cases
* | | | | | | | | | Merge pull request #46144 from dasJ/nullidentdmod-moduleJörg Thalheim2018-09-16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | nixos/nullidentdmod: Init
| * | | | | | | | | nixos/nullidentdmod: InitJanne Heß2018-09-06
| | | | | | | | | |
* | | | | | | | | | calibre: 3.30.0 -> 3.31.0Pascal Wittmann2018-09-16
| | | | | | | | | |
* | | | | | | | | | tmsu: 0.7.0 -> 0.7.1Pascal Wittmann2018-09-16
| | | | | | | | | |
* | | | | | | | | | gns3Packages.{server,gui}{Stable,Preview}: 2.1.9 -> 2.1.10Michael Weiss2018-09-16
| | | | | | | | | |
* | | | | | | | | | vimPlugins: only update generated.nix if all plugins were downloadedJörg Thalheim2018-09-16
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/46728#discussion_r217915996
* | | | | | | | | Merge pull request #46691 from rvolosatovs/pkgs/richgoSarah Brofeldt2018-09-16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | richgo: init at 0.2.8
| * | | | | | | | richgo: init at 0.2.8Roman Volosatovs2018-09-16
|/ / / / / / / /
* | | | | | | | Merge pull request #46710 from jerith666/elm-glsl-fixxeji2018-09-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Elm: widen language-glsl dependency, pick up minor updates
| * | | | | | | | elm: patch to widen dependency after hackage update 1b1cb6305cMatt McHenry2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works around missing dependency 'language-glsl >=0.0.2 && <0.3' patch from https://github.com/elm/compiler/pull/1784
| * | | | | | | | elm: pick up some recent minor updates to 0.19.0Matt McHenry2018-09-15
| | | | | | | | |
* | | | | | | | | libertinus: 6.4 -> 6.6 (#46725)Vincent Laporte2018-09-16
| | | | | | | | |
* | | | | | | | | Merge pull request #46732 from worldofpeace/asyncssh/1.14.0Jörg Thalheim2018-09-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python.pkgs.asyncssh: 1.13.3 -> 1.14.0
| * | | | | | | | | python.pkgs.asyncssh: 1.13.3 -> 1.14.0worldofpeace2018-09-16
| | | | | | | | | |
* | | | | | | | | | go_1_11: add url to flaky testJörg Thalheim2018-09-16
| | | | | | | | | |
* | | | | | | | | | Merge pull request #46733 from worldofpeace/solargraph/0.27.1Jörg Thalheim2018-09-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | solargraph: 0.25.1 -> 0.27.1
| * | | | | | | | | | solargraph: 0.25.1 -> 0.27.1worldofpeace2018-09-16
| |/ / / / / / / / /