summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* xfce4-13: initYegor Timoshenko2017-12-21
|
* Merge pull request #32922 from marsam/feature/libsoundio-darwinOrivej Desh2017-12-21
|\ | | | | libsoundio: Fix build on darwin
| * libsoundio: Fix build on darwinMario Rodas2017-12-21
|/
* Merge pull request #32904 from asymmetric/asymmetric/libbitcoinOrivej Desh2017-12-21
|\ | | | | libbitcoin: 2.11.0 -> 3.4.0
| * libbitcoin-explorer: 2.2.0 -> 3.4.0Lorenzo Manacorda2017-12-21
| |
| * libbitcoin-network: init at 3.4.0Lorenzo Manacorda2017-12-21
| |
| * libbitcoin-client: 2.2.0 -> 3.4.0Lorenzo Manacorda2017-12-21
| |
| * libbitcoin-protocol: init at 3.4.0Lorenzo Manacorda2017-12-21
| |
| * libbitcoin: 2.11.0 -> 3.4.0Lorenzo Manacorda2017-12-21
| |
* | Merge pull request #32940 from MatrixAI/nodepackagesreadmeSander van der Burg2017-12-21
|\ \ | | | | | | nodePackages: Added instructions to README about packages with binary addons
| * | nodePackages: Added instructions to README about packages with binary addonsRoger Qiu2017-12-21
| | |
* | | Merge pull request #32939 from MatrixAI/datSander van der Burg2017-12-21
|\ \ \ | | | | | | | | nodePackages.dat: init at 13.9.2
| * | | nodePackages.dat: init at 13.9.2Roger Qiu2017-12-21
| |/ / | | | | | | | | | | | | | | | This adds dat to both nodePackages_6_x and nodePackages_8_x. This package requires node-gyp-build which is also added to both package sets. Finally nodePackages_8_x was missing node-gyp and node-pre-gyp.
* | | Merge pull request #32929 from woffs/xsnowMichael Raskin2017-12-21
|\ \ \ | | | | | | | | xsnow: fix url
| * | | xsnow: fix urlFrank Doepper2017-12-21
|/ / /
* | | gnu-cobol: 2.0-rc2 -> 2.2Moritz Ulrich2017-12-21
| | | | | | | | | | | | | | | | | | Instead of wrapping `cobc` and setting NIX_{LDFLAGS,CFLAGS_COMPILE} set `COB_CC`, `COB_CFLAGS` and `COB_LDFLAGS` to make `cobc` find the necessary libraries.
* | | Merge pull request #32920 from mrVanDalo/feature/pencil3Jörg Thalheim2017-12-21
|\ \ \ | | | | | | | | pencil: 2.0.21 -> 3.0.4
| * | | pencil: 2.0.21 -> 3.0.4Ingolf Wagner2017-12-21
| | | |
* | | | Specify the coq version in a more consistent locationJohn Wiegley2017-12-21
| | | |
* | | | coqPackages.equations: -> 1.0John Wiegley2017-12-21
| | | |
* | | | apache-directory-studio: init at 2.0.0.v20170904-M13Bjørn Forsman2017-12-21
| | | | | | | | | | | | | | | | | | | | Changes v1 -> v2: * Move from 'applications/misc' to 'applications/networking' category.
* | | | lighttpd: add enableLdap option (default false)Bjørn Forsman2017-12-21
| | | |
* | | | nixos/gitolite: copy hooks with forceBjørn Forsman2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | This makes the commonHook option work also for (read-only) Nix store paths. Currently it fails on the second activation, because the destination is read-only.
* | | | Merge pull request #32921 from alunduil/add-alunduil-as-maintainerPeter Simons2017-12-21
|\ \ \ \ | |_|/ / |/| | | add alunduil as maintainer for haskell packages
| * | | add alunduil as maintainer for haskell packagesAlex Brandt2017-12-20
| |/ / | | | | | | | | | | | | Adding myself, alunduil, as a maintainer on network-uri-json and siren-json.
* | | Merge pull request #32370 from volth/libvirt-fixOrivej Desh2017-12-21
|\ \ \ | |/ / |/| | nixos/libvirt: avoid dependency on two qemu packages
| * | nixos/libvirt: remove 'virtualisation.libvirtd.enableKVM' optionvolth2017-12-21
| | |
| * | nixos/libvirt: avoid dependency on two qemu packagesvolth2017-12-21
|/ / | | | | | | | | | | | | | | | | | | | | | | Currently libvirt requires two qemu derivations: qemu and qemu_kvm which is just a truncated version of qemu (defined as qemu.override { hostCpuOnly = true; }). This patch exposes an option virtualisation.libvirtd.qemuPackage which allows to choose which package to use: * pkgs.qemu_kvm if all your guests have the same CPU as host, or * pkgs.qemu which allows to emulate alien architectures (for example ARMV7L on X86_64), or * a custom derivation virtualisation.libvirtd.enableKVM option is vague and could be deprecate in favor of virtualisation.libvirtd.qemuPackage, anyway it does allow to enable/disable kvm.
* | Merge pull request #32918 from ebzzry/pell-0.0.3Orivej Desh2017-12-21
|\ \ | | | | | | pell: 0.0.2 -> 0.0.3
| * | pell: 0.0.2 -> 0.0.3Rommel Martinez2017-12-21
| | |
* | | Merge pull request #32907 from volth/neko_2.2.0Orivej Desh2017-12-21
|\ \ \ | | | | | | | | neko: 2.1.0 -> 2.2.0
| * | | neko: update check for darwin, do not strip ndllOrivej Desh2017-12-21
| | | |
| * | | neko: 2.1.0 -> 2.2.0volth2017-12-21
|/ / /
* | | Merge pull request #32791 from yegortimoshenko/feh/go-awayOrivej Desh2017-12-21
|\ \ \ | | | | | | | | nixos/desktop-managers: do not leak feh to PATH (second attempt)
| * | | nixos/desktop-managers: do not leak feh to PATHYegor Timoshenko2017-12-21
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | (originally from f9415cb6219de00903f62a1f0facc4852225118c) feh is used to set background image for desktop managers that do not support it directly, however there is no need to include it in PATH. Fixes #17450.
* | | Merge pull request #32855 from ankhers/update_elixir_1_5Orivej Desh2017-12-21
|\ \ \ | |/ / |/| | elixir: 1.5.2 -> 1.5.3
| * | elixir: 1.5.2 -> 1.5.3Justin Wood2017-12-21
|/ /
* | Merge pull request #32856 from markus1189/http-promptOrivej Desh2017-12-21
|\ \ | | | | | | http-prompt: disable tests
| * | http-prompt: disable testsMarkus Hauck2017-12-19
| | | | | | | | | | | | | | | | | | | | | The http-prompt tests do something with files, which leads to permission errors during test execution. For now replace the check with a executable sanity check
* | | Merge pull request #32902 from lsix/update_pytestquickcheckOrivej Desh2017-12-21
|\ \ \ | | | | | | | | pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3
| * | | pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3Lancelot SIX2017-12-20
| | | |
* | | | Merge pull request #32903 from corngood/transgui-updateOrivej Desh2017-12-21
|\ \ \ \ | | | | | | | | | | transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988
| * | | | transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988David McFarland2017-12-20
| | |_|/ | |/| |
* | | | Merge pull request #32917 from 4z3/exim-4.90Orivej Desh2017-12-21
|\ \ \ \ | | | | | | | | | | exim: 4.89.1 -> 4.90
| * | | | exim: 4.89.1 -> 4.90tv2017-12-21
| | | | |
* | | | | vlc: 2.2.6 -> 2.2.8Peter Hoeg2017-12-21
| | | | |
* | | | | mkShell: fix evalOrivej Desh2017-12-21
| | | | |
* | | | | Merge pull request #32913 from jbedo/snpeffOrivej Desh2017-12-20
|\ \ \ \ \ | | | | | | | | | | | | snpeff: 4.3p -> 4.3t
| * | | | | snpeff: 4.3p -> 4.3tJustin Bedo2017-12-21
| |/ / / /
* | | | | Merge pull request #32540 from rnhmjoj/portrangeOrivej Desh2017-12-20
|\ \ \ \ \ | | | | | | | | | | | | nixos/doc: document the firewall port ranges options