summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* certmgr: init at 1.6.1Johan Thomsen2018-08-03
|
* graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)Bas van Dijk2018-08-02
| | | | | | | | | | | | | | | | | Fixes #30891 * Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3. * Replaced the deprecated `pythonPackages.graphite_influxdb` with `pythonPackages.influxgraph.` * Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web` to be consistent with the Python package name. * Replaced the unmaintained `pythonPackages.graphite_pager` with `pythonPackages.graphitepager` * Moved all new packages from `python-packages.nix` to `pkgs/development/python-modules`
* Revert "android-studio-preview: Print a deprecation warning"Vladimír Čunát2018-08-02
| | | | | | This reverts commit 88bfbf6c7d2308b59f1ca69169c8c9853815ae6b. It broke the tarball job. Discussion: https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
* Merge pull request #44342 from carlosdagos/tinyproxyxeji2018-08-02
|\ | | | | tinyproxy: init at 1.8.4
| * tinyproxy: init at 1.8.4Carlos D2018-08-02
| |
* | doing: init at 1.0.10pre (#44034)Giulio Eulisse2018-08-02
| |
* | Merge pull request #43260 from Assassinkin/sumoRobert Schütz2018-08-02
|\ \ | | | | | | pythonPackages.sumo: init at 1.0.9 ( And other packages that sumo depends on)
| * | pythonPackages.sumo:init at 1.0.9Assassinkin2018-08-01
| | |
| * | pythonPackages.pymatgen:init at 2018.6.27Assassinkin2018-08-01
| | |
| * | pythonPackages.phonopy:init at 1.13.2.13Assassinkin2018-08-01
| | |
| * | pythonPackages.palettable:init at 3.1.1Assassinkin2018-08-01
| | |
* | | Merge pull request #44325 from markuskowa/molcasxeji2018-08-02
|\ \ \ | | | | | | | | openmolcas: init at 20180529
| * | | openmolcas: init at 20180529Markus Kowalewski2018-08-02
| | | |
| * | | globalarrays: init at 5.7Markus Kowalewski2018-08-02
| | | |
* | | | cargo-update: init at 1.5.2 (#40575)Tobias Happ2018-08-02
| | | |
* | | | trellis: init 2018.08.01 (#44328)Serge Bazanski2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trellis: init 2018.08.01 * trellis: move boost to buildInputs * trellis: remove leftover debug clause
* | | | photon: init at 1.0.7 (#44269)Bignaux Ronan2018-08-02
| |_|/ |/| |
* | | https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1Jan Tojnar2018-08-02
|\ \ \
| * | | gnome-builder: init at 3.28.4Jamey Sharp2018-07-30
| |/ /
* | | somatic-sniper: init 1.0.5.0 (#43403)Justin Bedő2018-08-01
| | |
* | | ocserv: init at 0.12.1 (#42871)Maximilian Bosch2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ocserv` is a VPN server which follows the openconnect protocol (https://github.com/openconnect/protocol). The packaging is slightly inspired by the AUR version (https://aur.archlinux.org/packages/ocserv/). This patch initializes the package written in C, the man pages and a module for a simple systemd unit to run the VPN server. The package supports the following authentication methods for the server: * `plain` (mostly username/password) * `pam` The third method (`radius`) is currently not supported since `nixpkgs` misses a packaged client. The module can be used like this: ``` nix { services.ocserv = { enable = true; config = '' ... ''; }; } ``` The option `services.ocserv.config` is required on purpose to ensure that nobody just enables the service and experiences unexpected side-effects on the system. For a full reference, please refer to the man pages, the online docs or the example value. The docs recommend to simply use `nobody` as user, so no extra user has been added to the internal user list. Instead a configuration like this can be used: ``` run-as-user = nobody run-as-group = nogroup ``` /cc @tenten8401 Fixes #42594
* | | confluent: init at 4.1.1-2.11 (#43137)Jaka Hudoklin2018-08-01
| | |
* | | pybind11: init at 2.2.2 (#35027)Yuri Aisaka2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | * pybind11: init at 2.2.2 * fix license * remove test dependencies
* | | gitter: init at 4.1.0 (#43505)Ivan Malison2018-08-01
| | |
* | | Merge pull request #44310 from primeos/android-studio-improvementsMichael Weiss2018-08-01
|\ \ \ | | | | | | | | Android Studio improvements
| * | | androidStudioPackages: Use recurseIntoAttrsMichael Weiss2018-08-01
| | | | | | | | | | | | | | | | IMO it makes sense that the other channels show up in nix-env as well.
| * | | android-studio-preview: Print a deprecation warningMichael Weiss2018-08-01
| | | | | | | | | | | | | | | | Hope this is ok... :)
* | | | termite: factor wrapper out into its own file (#43691)Maximilian Bosch2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now it's impossible to override the attrs of the actual build instruction for the `termite` package like this: ``` termite.overrideAttrs (_: { # ... }) ``` This issue occurs since the `termite/default.nix` expressions returns the `symlinkJoin` expression when I override termite (e.g. to provide a config file). I recently patched termite and wanted to apply this patch to my local termite installation in my system config which is impossible this, so splitting the wrapper and the build instruction into their own files makes this way easier to maintian.
* | | | ipgrep: init at 1.0 (#43887)leenaars2018-08-01
| | | |
* | | | brakeman: init at 4.3.1 (#44294)Mario Rodas2018-08-01
| | | |
* | | | ia-writer-duospace: init at 20180721 (#43937)Mario Rodas2018-08-01
| | | |
* | | | cargo-asm: init at 0.1.16 (#44182)Daniël de Kok2018-08-01
| | | |
* | | | halide: init at 2018_02_15 (#44207)markuskowa2018-08-01
| | | |
* | | | Merge pull request #44197 from etu/php-kill-56-and-70Jörg Thalheim2018-08-01
|\ \ \ \ | | | | | | | | | | php: drop 5.6 and 7.0
| * | | | php: drop 5.6 and 7.0Elis Hirwing2018-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 5.6 and 7.0 is currently on life support, as in only recieving security related patches. This will only continue until: - 2018-12-31 for PHP 5.6 - 2018-12-01 for PHP 7.0 Both these dates are in the middle of the 18.09 lifecycle. So it would be nice to not have them in the 18.09 stable release. Dropping them now would also result in less maintanance in updating them. The death dates can be seen on both these links: - https://secure.php.net/supported-versions.php - https://en.wikipedia.org/wiki/PHP#Release_history
* | | | | Merge pull request #44155 from Assassinkin/slackclientJörg Thalheim2018-08-01
|\ \ \ \ \ | |_|_|_|/ |/| | | | pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
| * | | | pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactorAssassinkin2018-08-01
| | | | |
* | | | | ldmtool: init at 0.2.4 (#43975)Jens Binkert2018-08-01
| | | | |
* | | | | Merge pull request #44249 from lukeadams/scrcpyJörg Thalheim2018-08-01
|\ \ \ \ \ | | | | | | | | | | | | scrcpy: init at v1.2
| * | | | | scrcpy: init at v1.2Luke Adams2018-07-31
| | | | | |
* | | | | | inriafonts: init at 1.200 (#44280)leenaars2018-08-01
|/ / / / /
* | | | | pythonPackages.fastpair: init at 2016-07-05 (#43722)Roger Qiu2018-08-01
| | | | |
* | | | | liblinear: init at 2.20 (#44178)Daniël de Kok2018-07-31
| | | | | | | | | | | | | | | | | | | | Since building liblinear is very similar to libsvm, this expression is largely based on libsvm.
* | | | | mustache-go: init at 1.0.1 (#44175)Théo Zimmermann2018-07-31
| | | | |
* | | | | capitaine-cursors: init at r2.1 (#44208)Edmund Wu2018-07-31
| |_|/ / |/| | |
* | | | Merge pull request #44239 from borisbabic/feature/init-pre-commitRobert Schütz2018-07-31
|\ \ \ \ | | | | | | | | | | gitAndTools.pre-commit: init at 1.10.4
| * | | | pythonPackages.aspy-yaml: init at 1.1.1Boris Babic2018-07-31
| | | | |
| * | | | pythonPackages.cfgv: init at 1.1.0Boris Babic2018-07-31
| | | | |
| * | | | pythonPackages.nodeenv: init at 1.3.2Boris Babic2018-07-31
| | | | |
| * | | | pythonPackages.identify: init at 1.1.4Boris Babic2018-07-31
| | | | |