summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* dmrconfig: 2018-10-20 -> 2018-10-29 (#49419)Elis Hirwing2018-10-30
| | | Support for more devices were added.
* hy: 0.14.0 -> 0.15.0 (#49428)Andrew Miller2018-10-30
|
* vscode-extensions.ms-vscode.cpptools: update build (#48850)Edmund Wu2018-10-30
|
* osrm-backend: 5.18.0 -> 5.19.0 (#49108)Justin Humm2018-10-30
|
* Merge pull request #49003 from r-ryantm/auto-update/python3.6-django-classy-tagsRyan Mulligan2018-10-29
|\ | | | | python36Packages.django_classytags: 0.6.1 -> 0.8.0
| * pythonPackages.django_classytags: clarify why tests are disabledUli Baum2018-10-29
| |
| * python36Packages.django_classytags: 0.6.1 -> 0.8.0R. RyanTM2018-10-24
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-django-classy-tags/versions
* | Merge pull request #49074 from c0bw3b/pkg/veracryptxeji2018-10-29
|\ \ | | | | | | veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
| * | veracrypt: 1.22 -> 1.23c0bw3b2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | Removed the wxGUI switch because it was never working. To build VeraCrypt text-only you still need wxGTK _and_ you need to rebuild wxGTK without GUI too... Moreover, the normal build provides both GUI and text-only interfaces so it is already usable in pure CLI contexts.
| * | truecrypt: remove and alias to veracryptc0bw3b2018-10-24
| | | | | | | | | | | | | | | | | | TrueCrypt has been retired for a while now and the source archive we pointed to is gone. Moreover the VeraCrypt fork is available, maintained and fixes issues previous audits found in TrueCrypt.
* | | Merge pull request #49425 from tuxinaut/masterJörg Thalheim2018-10-29
|\ \ \ | | | | | | | | vim-plugins/iceberg: init at 2018-10-18
| * | | vim-plugins/iceberg initDenny Schäfer2018-10-29
| | | |
* | | | bundlerApp: take buildInputs (#45435)Alyssa Ross2018-10-29
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be reasonable to have a Ruby program that depends on some other program being in the PATH. In this case, the obvious thing to do would be something like this: bundlerApp { # ... buildInputs = [ makeWrapper ]; postBuild = '' wrapProgram "$out/bin/foo" \ --prefix PATH : ${lib.makeBinPath [ dep ]} ''; } However, this doesn't work, because even though it just forwards most of its arguments to `runCommand`, `bundlerApp` won't take a `buildInputs` parameter. It doesn't even specify its own `buildInputs`, which means that the `scripts` parameter to `bundlerApp` (which depends on `makeWrapper`) is completely broken, and, as far as I can tell, has been since its inception. I've added a `makeWrapper` build input if the scripts parameter is present to fix this. I've added a `buildInputs` option to `bundlerApp`. It's also passed through to bundled-common because `postBuild` scripts are run there as well. This actually means that in this example we'd end up going through two layers of wrappers (one from `bundlerApp` and one from bundled-common), but that has always been the case and isn't likely to break anything. That oddity does suggest that it might be prudent to not forward `postBuild` to bundled-common (or to at least use a different option) though... FWIW, as far as I can tell no package in nixpkgs uses either the `scripts` or `postBuild` options to `bundlerApp`.
* | | Merge pull request #49085 from hamishmack/google-fonts-macosJoachim F2018-10-29
|\ \ \ | | | | | | | | google-fonts: fix on macOS
| * | | google-fonts: Fix macOS argument list limit issueHamish Mackenzie2018-10-29
| | | |
* | | | gitlab: 11.4.0 -> 11.4.3Robin Gloster2018-10-29
| | | |
* | | | Merge pull request #49408 from pvgoran/gitea-fixInitializeRepositorymarkuskowa2018-10-29
|\ \ \ \ | | | | | | | | | | gitea: include "options" directory in "data" output
| * | | | gitea: include "options" directory in "data" outputPavel Goran2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This directory contains template files needed for initializing new repositories. Fixes #49404.
* | | | | androidStudioPackages.{dev,canary}: 3.4.0.0 -> 3.4.0.1Michael Weiss2018-10-29
| | | | |
* | | | | ibus: fix cross compilationMatthew Bauer2018-10-29
| | | | | | | | | | | | | | | | | | | | gtk-doc is a native input so we need to use buildPackages here.
* | | | | Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlibFrederik Rietdijk2018-10-29
|\ \ \ \ \ | | | | | | | | | | | | python36Packages.dlib: 19.13 -> 19.16
| * | | | | pythonPackages.dlib: move expressionMaximilian Bosch2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initially the expression was quite small (just inherited properties from `pkgs.dlib`), but the more it grows the better it is to store it into its own file.
| * | | | | pythonPackages.dlib: disable AVX instructions during checkPhaseMaximilian Bosch2018-10-29
| | | | | |
| * | | | | python36Packages.dlib: 19.13 -> 19.16R. RyanTM2018-10-24
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-dlib/versions
* | | | | imagemagick7: 7.0.8-12 -> 7.0.8-14 (#49298)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/imagemagick/versions
* | | | | python36Packages.pip-tools: 2.0.2 -> 3.1.0 (#48986)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-pip-tools/versions
* | | | | Merge pull request #49391 from dtzWill/update/fd-7.2.0Vladyslav M2018-10-29
|\ \ \ \ \ | | | | | | | | | | | | fd: 7.1.0 -> 7.2.0
| * | | | | fd: 7.1.0 -> 7.2.0Will Dietz2018-10-29
| | | | | |
* | | | | | Merge pull request #48892 from sveitser/update/pythonPackages.shRobert Schütz2018-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.sh: 1.11 -> 1.12.14
| * | | | | | python.pkgs.python-packer: remove dependency pinningRobert Schütz2018-10-29
| | | | | | |
| * | | | | | pythonPackages.sh: move to python-modulessveitser2018-10-24
| | | | | | |
| * | | | | | pythonPackages.sh: 1.11 -> 1.12.14sveitser2018-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enable unit tests. - Add MIT license.
* | | | | | | python36Packages.mail-parser: 3.3.1 -> 3.4.1 (#48974)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-mail-parser/versions
* | | | | | | python36Packages.pycares: 1.0.0 -> 2.3.0 (#48983)R. RyanTM2018-10-29
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-pycares/versions
* | | | | | python3.pkgs.netdisco: 2.0.0 -> 2.2.0Robert Schütz2018-10-29
| | | | | |
* | | | | | home-assistant: 0.81.0 -> 0.81.1Robert Schütz2018-10-29
| | | | | |
* | | | | | pythonPackages.aioprocessing: init at 1.0.1 (#49170)Urban Škudnik2018-10-29
| | | | | |
* | | | | | Merge pull request #49320 from benpye/init-minifluxVladyslav M2018-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | miniflux: init at 2.0.12
| * | | | | | miniflux: init at 2.0.12Ben Pye2018-10-29
| | | | | | |
* | | | | | | python27Packages.gevent-websocket: 0.9.3 -> 0.10.1 (#49010)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-gevent-websocket/versions
* | | | | | | python36Packages.foolscap: 0.12.6 -> 0.13.1 (#49012)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-foolscap/versions
* | | | | | | python27Packages.gipc: 0.5.0 -> 0.6.0 (#49005)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-gipc/versions
* | | | | | | Merge pull request #49079 from alyssais/bbDaiderd Jordan2018-10-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bb: add Darwin compatibility
| * | | | | | | bb: add Darwin compatibilityAlyssa Ross2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It even has working sound, unlike on Linux!
| * | | | | | | libmikmod: remove duplicate libpulseaudio depAlyssa Ross2018-10-24
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This is already included as a propagatedBuildInput, so no need to have it also be a buildInput.
* | | | | | | python36Packages.flask_migrate: 2.2.1 -> 2.3.0 (#49020)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-flask-migrate/versions
* | | | | | | ahoviewer: 1.5.0 -> 1.6.4 (#49307)xzfc2018-10-29
| | | | | | |
* | | | | | | Merge pull request #48836 from demyanrogozhin/particl-0.17xeji2018-10-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | particl-core: 0.16.2.0 -> 0.17.0.2
| * | | | | | | particl-core: Eabled tests and parallel build.Demyan Rogozhin2018-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build now dependent on Python3 and current version of Boost
| * | | | | | | particl-core: 0.16.2.0 -> 0.17.0.2Demyan Rogozhin2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version. Disabled tests and benchmartk to speed up Hydra build.