summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* tts: unstable-2020-06-17 -> 0.0.9Jörg Thalheim2021-01-27
|
* python3.pkgs.pyworld: init at 0.2.12Jörg Thalheim2021-01-27
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Merge pull request #110688 from Mic92/umap-learnJörg Thalheim2021-01-27
|\
| * Update pkgs/development/python-modules/pynndescent/default.nixJörg Thalheim2021-01-24
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * python3.pkgs.umap-learn: 0.4.5 -> 0.5.0Jörg Thalheim2021-01-24
| |
| * python3.pkgs.pynndescent: init at 0.5.1Jörg Thalheim2021-01-24
| |
* | Merge pull request #110917 from siraben/loadlibrary-stdenv-libSandro2021-01-27
|\ \
| * | nodePackages: stdenv.lib -> libBen Siraphob2021-01-27
| | |
| * | loadlibrary: stdenv_32bit.lib -> libBen Siraphob2021-01-27
| | |
* | | Merge pull request #110707 from Infinisil/functionToRobert Hensing2021-01-27
|\ \ \ | |/ / |/| | Bring back `types.functionTo`
| * | lib/tests: More functionTo testsSilvan Mosberger2021-01-27
| | |
| * | lib/types: Improved functionTo mergingSilvan Mosberger2021-01-27
| | | | | | | | | | | | | | | | | | | | | Now type checks the resulting function values and allows mkMerge and co. Also indicates that the type check is done in the function body Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
| * | nixos: use functionTo to prevent evaluation errors while mergingBas van Dijk2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch merging options like services.xserver.windowManager.xmonad.extraPackages results in the evaluation error: error: value is a list while a set was expected, at nixpkgs/lib/options.nix:77:23 With this patch we get the desired merging behaviour that just concatenates the resulting package lists. (cherry picked from commit 6e99f9fdecb1f28308c8e0aed0fc851737354864) Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
| * | lib/tests/modules: add a test for the functionTo typeBas van Dijk2021-01-24
| | | | | | | | | | | | (cherry picked from commit 478af112e83df806bd8a51174834d2a130fbdeb9)
| * | Revert "Remove types.functionTo."Bas van Dijk2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4ff1ab5a56f1280d2de319ad4eb4b2796e07ed35. We need this to type options like: services.xserver.windowManager.xmonad.extraPackages that specify functions that take an attribute set containing packages / plugins and return a list containing a selection of the values in this set. The reason we need a dedicated type for this is to have the correct merge behaviour. Without the functionTo type merging multiple function option definitions results in an evaluation error. The functionTo type merges definitions by returning a new function that applies the functions of all the definitions to the given input and merges the result. (cherry picked from commit 7ed41ff5e7e633dd64866398ee497ac02736a3a5)
* | | Merge pull request #110912 from siraben/stdenv-lib-inheritSandro2021-01-27
|\ \ \ | | | | | | | | treewide: remove inherited stdenv.lib
| * | | treewide: remove inherited stdenv.libBen Siraphob2021-01-27
| | | |
* | | | Merge pull request #110913 from siraben/other-stdenv-libSandro2021-01-27
|\ \ \ \
| * | | | treewide: stdenv.lib -> libBen Siraphob2021-01-27
| | | | |
| * | | | treewide: stdenvNoCC.lib -> libBen Siraphob2021-01-27
| |/ / /
* | | | unifi6: update to 6.0.45Elias Probst2021-01-27
| | | |
* | | | Merge pull request #110892 from LeSuisse/varnish-CVE-2020-11653Sandro2021-01-27
|\ \ \ \
| * | | | varnish63: 6.3.1 -> 6.3.2Thomas Gerbet2021-01-26
| | | | |
| * | | | varnish62: 6.2.2 -> 6.2.3Thomas Gerbet2021-01-26
| | | | |
| * | | | varnish60: 6.0.5 -> 6.0.7Thomas Gerbet2021-01-26
| | | | |
* | | | | Merge pull request #110889 from markuskowa/upd-libxc5Sandro2021-01-27
|\ \ \ \ \ | | | | | | | | | | | | libxc: 4.3.4 -> 5.1.0
| * | | | | libxc: 4.3.4 -> 5.1.0Markus Kowalewski2021-01-26
| |/ / / /
* | | | | python3Packages.wasabi: 0.8.0 -> 0.8.1Daniël de Kok2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/ines/wasabi/releases/tag/v0.8.1
* | | | | rust-analyzer: 2021-01-18 -> 2021-01-25Badi Abdul-Wahid2021-01-26
| | | | |
* | | | | Merge pull request #110861 from danieldk/fix-emacs-trivial-buildDaniël de Kok2021-01-27
|\ \ \ \ \ | | | | | | | | | | | | emacs.pkgs.trivialBuild: add missing stdenv argument
| * | | | | emacs.pkgs.trivialBuild: add missing stdenv argumentDaniël de Kok2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | Fix fallout of #110687 (generic.nix requires stdenv).
* | | | | | nixos/babeld: add type extraConfigScriptkiddi2021-01-26
| | | | | |
* | | | | | ghcjs: fix evalRyan Burns2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was causing release-cross to fail hydra eval, so it hasn't been building for the last few days. So note that although ghcjs still does not build, this fixes eval so the jobset can proceed. Verified with `hydra-eval-jobs pkgs/top-level/release-cross.nix -I nixpkgs=.`
* | | | | | xkcdpass: py2 -> py3, add manpage and run testsPeter Hoeg2021-01-27
| | | | | |
* | | | | | Merge pull request #110901 from obsidiansystems/cryptopp-staticJohn Ericson2021-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | crypto++: Fix static build and also do multiple outputs
| * | | | | | crypto++: Fix static build and also do multiple outputsJohn Ericson2021-01-26
| | | | | | |
* | | | | | | Merge pull request #93372 from bb2020/ossWORLDofPEACE2021-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/alsa: disable OSSEmulation by default
| * | | | | | | nixos/alsa: disable OSSEmulation by defaultbb20202021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSS Emulation is considered incomplete so disabling it by default. Using user level alsa-oss library (nix-env -iA nixos.alsaOss) over this kernel module is recommended.
* | | | | | | | Merge pull request #110891 from fabaff/httpdumpSandro2021-01-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | httpdump: init at 20210126-d2e0dea
| * | | | | | | | httpdump: init at 20210126-d2e0deaFabian Affolter2021-01-26
| | | | | | | | |
* | | | | | | | | Merge pull request #109847 from kampka/wesnothAaron Andersen2021-01-26
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Wesnoth: 1.14.14 -> 1.14.15
| * | | | | | | | wesnoth: 1.14.14 -> 1.14.15Christian Kampka2021-01-18
| | | | | | | | |
* | | | | | | | | qbittorrent: 4.3.1 -> 4.3.3Bruno Bigras2021-01-26
| | | | | | | | |
* | | | | | | | | Merge pull request #101976 from Kritnich/pcb2gcode-2.1.0Sandro2021-01-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pcb2gcode: init at 2.1.0Kritnich2021-01-26
| | | | | | | | | |
| * | | | | | | | | maintainers: add kritnichKritnich2020-10-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #110401 from obsidiansystems/capnproto-java-initJohn Ericson2021-01-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | capnproto-java: init at 0.1.5
| * | | | | | | | | | capnproto-java: init at 0.1.5Hector Escobedo2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | | | | | Merge pull request #110629 from yurrriq/add-ec2instanceconnectcliSandro2021-01-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ec2instanceconnectcli: init at 1.0.2
| * | | | | | | | | | | ec2instanceconnectcli: init at 1.0.2Eric Bailey2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>