summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* phpPackages.php-cs-fixer: 2.8.3 → 2.9.0Jan Tojnar2017-12-13
|
* Merge pull request #32365 from vcunat/p/check-metaGraham Christensen2017-12-12
|\ | | | | check meta, treewide
| * stdenv: allow specifying a eval issuee handlerGraham Christensen2017-12-12
| |
| * treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | | | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
| * stdenv checkMeta: throw -> traceVladimír Čunát2017-12-12
| | | | | | | | | | | | - tracing seems annoying enough - we get errors for all packages instead of aborting on the first one - easier to differentiate from unwanted packages (broken, unfree, etc.)
* | Merge pull request #32614 from jtojnar/empathyMichael Raskin2017-12-12
|\ \ | | | | | | empathy: re-init
| * | gnome3.empathy: enable more featuresJan Tojnar2017-12-12
| | |
| * | gnome3.empathy: re-init at 3.12.14Jan Tojnar2017-12-12
| | |
* | | Merge pull request #32591 from makefu/pkgs/dateparser/updateFrederik Rietdijk2017-12-12
|\ \ \ | | | | | | | | pythonPackages.dateparser: 0.3.2-pre-2016-01-21 -> 0.6.0
| * | | pythonPackages.dateparser: 0.3.2-pre-2016-01-21 -> 0.6.0makefu2017-12-12
| | | |
| * | | pythonPackages.ruamel_yaml: enable build for Python2makefu2017-12-12
| | | |
* | | | Merge pull request #31221 from jraygauthier/jrg/vscode-ext-pythonFrederik Rietdijk2017-12-12
|\ \ \ \ | | | | | | | | | | vscode-extension-ms-python-python: Init at 0.8.0
| * | | | vscode-extension-ms-python-python: Init at 0.8.0Raymond Gauthier2017-11-26
| | | | |
* | | | | Merge pull request #32597 from Enzime/add/syncplaySarah Brofeldt2017-12-12
|\ \ \ \ \ | | | | | | | | | | | | Add syncplay 1.5.0
| * | | | | syncplay: init at 1.5.0Michael Hoang2017-12-13
| | | | | |
* | | | | | coqPackages_8_7.QuickChick: update to latest masterJohn Wiegley2017-12-12
| | | | | |
* | | | | | Merge pull request #32608 from ttuegel/kde-frameworks-5.41Thomas Tuegel2017-12-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | KDE Frameworks 5.41
| * | | | | | taglib: update description and licenses, add maintainerThomas Tuegel2017-12-11
| | | | | | |
| * | | | | | taglib: 1.10 -> 1.11.1Thomas Tuegel2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The homepage is also updated to http://taglib.org/.
| * | | | | | Revert "Revert "qt5: 5.9.1 -> 5.9.3""Thomas Tuegel2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a1b77bfe5ff91a250217b47adbbc961cc61a21e3. KDE Frameworks are updated to version 5.41.0 which is compatible with Qt 5.9.3.
| * | | | | | kdeFrameworks: 5.40.0 -> 5.41.0Thomas Tuegel2017-12-11
| | | | | | |
* | | | | | | Merge pull request #32593 from lsix/update_qgisSarah Brofeldt2017-12-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qgis: 2.18.14 -> 2.18.15
| * | | | | | | qgis: 2.18.14 -> 2.18.15Lancelot SIX2017-12-12
| | |/ / / / / | |/| | | | |
* | | | | | | nix: 1.11.15 -> 1.11.16Eelco Dolstra2017-12-12
| | | | | | |
* | | | | | | Merge pull request #32598 from dotlambda/postfixFranz Pletz2017-12-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | postfix: 3.2.3 -> 3.2.4
| * | | | | | | postfix: 3.2.3 -> 3.2.4Robert Schütz2017-12-12
| | | | | | | |
* | | | | | | | knot-resolver: 1.5.0 -> 1.5.1Vladimír Čunát2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to be serving fine, atop 17.09.
* | | | | | | | electrum: 3.0.2 -> 3.0.3Joachim Fasting2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that due to runtime impurities, non-NixOS users must prepend and export QT_PLUGIN_PATH=${qt5.qtbase.qtPluginPrefix} and LD_LIBRARY_PATH=/run/opengl-driver/lib before running electrum, lest it fail to find runtime dependencies or pick up mismatching libraries from the host system.
* | | | | | | | electrum: 2.9.3 -> 3.0.2André-Patrick Bubel2017-12-12
| | | | | | | |
* | | | | | | | pythonPackages.jsonrpclib-pelix: init at 0.3.1André-Patrick Bubel2017-12-12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fork of jsonrpclib supports Python 3 and is necessary for electrum from version 3.0.0 onwards. Adding myself - moredread - as maintainer.
* | | | | | | Merge pull request #32319 from andir/xsa246_247Graham Christensen2017-12-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xen: apply patches for XSA-246 & XSA-247 (CVE-2017-{17044,17045}) & XSA-248, XSA-249, XSA-250, XSA-251
| * | | | | | | xen: Added patches for XSA-248, XSA-249, XSA-250, XSA-251Andreas Rammhold2017-12-12
| | | | | | | |
| * | | | | | | xen: apply patches for XSA-246 & XSA-247 (CVE-2017-{17044,17045})Andreas Rammhold2017-12-12
| | | | | | | |
* | | | | | | | build-support/vm: Use devtmpfs, not static device nodesTuomas Tynkkynen2017-12-12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | In 2017, there is no reason to create a static /dev.
* | | | | | | debian: 8.9 -> 8.10Eelco Dolstra2017-12-12
| | | | | | |
* | | | | | | carnix: init at 0.5.0Pierre-Étienne Meunier2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #31150
* | | | | | | add buildRustCrate function to build rust cratesPierre-Étienne Meunier2017-12-12
| | | | | | |
* | | | | | | add fetchCrate function to fetch rust cratesPierre-Étienne Meunier2017-12-12
|/ / / / / /
* | | | | | fixupFrederik Rietdijk2017-12-12
| | | | | |
* | | | | | kafka-python: init at 1.3.5Moritz Drexl2017-12-12
| | | | | |
* | | | | | Merge pull request #32189 from yrashk/ats2-0.3.7Joachim F2017-12-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | ats2: 0.3.0 -> 0.3.7
| * | | | | | ats2: 0.3.0 -> 0.3.7Yurii Rashkovskii2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch is no longer needed as ats2 includes contribs in the upstream Makefile_dist file
* | | | | | | Merge pull request #32216 from LumiGuide/networkmanager-strongswanJoachim F2017-12-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | networkmanager_strongswan: fix package
| * | | | | | | networkmanager_strongswan: fix packageBas van Dijk2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the boolean option: networking.networkmanager.enableStrongSwan which enables the networkmanager_strongswan plugin and adds strongswanNM to the dbus packages. This was contributed by @wucke13, @eqyiel and @globin. Fixes: #29873
* | | | | | | | Merge pull request #32368 from rvl/saxonsJoachim F2017-12-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | New versions of Saxon XSLT Processor
| * | | | | | | | saxon-he: init at 9.8.0.6Rodney Lorrimar2017-12-06
| | | | | | | | |
| * | | | | | | | saxonb_9_1: init at 9.1.0.8Rodney Lorrimar2017-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saxonb_8_8 is kept as default saxonb because the newer version is not a completely compatible replacement. https://www.saxonica.com/documentation/#!changes/xslt20/8.8-9.1
| * | | | | | | | saxons: refactor common builder codeRodney Lorrimar2017-12-06
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Also add myself as maintainer.
* | | | | | | | U-Boot: Add ubootQemuArmTuomas Tynkkynen2017-12-12
| | | | | | | |
* | | | | | | | U-Boot: Add a patch to increase max kernel command line lengthTuomas Tynkkynen2017-12-12
| | | | | | | |