about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* torbrowser: make additional media playback support optionalJoachim Fasting2017-01-28
| | | | | | | This feature might not be appropriate for all users, leave it off by default. See 96be6a11a85e9e253cf733e57ce7c67fd1a3b81c
* haskellPackages.cryptonite-openssl: redistributeDomen Kožar2017-01-28
|
* haskellPackages.hspec-expectations-pretty-diff: fix buildDomen Kožar2017-01-28
|
* Merge #22220: termite: unbreak by packaging vte-ngVladimír Čunát2017-01-28
|\
| * gnome3.vte-ng: nitpick: gperf is a native inputVladimír Čunát2017-01-28
| |
| * termite: unbreak by packaging vte-ngMarius Bergmann2017-01-28
| | | | | | | | | | | | termite broke when upgrading Gnome, as this removed a dependency from the tree. I packaged this dependency (vte-ng) based upon the work of @globin in https://github.com/NixOS/nixpkgs/issues/22026.
* | racket 6.8Karn Kallio2017-01-27
| | | | | | | | | | | | | | | | | | | | The attached patch advances the version of the racket expression in nixpkgs to the latest released 6.8 version. From 815aae487d5ed4b70145ebadc03a5bd040a8a829 Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkallio@skami.org> Date: Fri, 27 Jan 2017 22:55:18 -0400 Subject: [PATCH] racket: advance to the 6.8 latest released version.
* | terraform: 0.8.4 -> 0.8.5Jascha Geerds2017-01-28
|/
* libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.Kevin Cox2017-01-27
| | | | | | libnl was accidentally downgrades to 2.3.29 in 8d342d20b5ea7df31b0a29fc5e3664868c81d832 instead of being upgraded to 2.3.29 so this fixes that.
* android-udev-rules: 20170109 -> 20170125Jörg Thalheim2017-01-27
|
* rustRegistry: 2017-01-08 -> 2017-01-27Tadas Barzdzius2017-01-27
|
* rustfmt: 0.6.3 -> 0.7.1Tadas Barzdzius2017-01-27
|
* rustracer: 1.2.10 -> 2.0.5Tadas Barzdzius2017-01-27
|
* libmsgpack_1_4: removeRobin Gloster2017-01-27
|
* libmsgpack_0_5: removeRobin Gloster2017-01-27
|
* Merge pull request #22212 from rasendubi/muslRobin Gloster2017-01-27
|\ | | | | musl: build musl-gcc
| * musl: build musl-gccAlexey Shmalko2017-01-27
| | | | | | | | | | The build of the wrapper was disabled in 93e44be (#21023) and is not related to the CVE itself. (See comments in the mentioned PR.)
* | openssl_1_0_1: removeRobin Gloster2017-01-27
| |
* | gajim: Enable running test suiteaszlig2017-01-27
|/ | | | | | | | | | | | | | | | | | | | | | | | This is a bit more involved, because first of all, the tests aren't distributed in the release tarball and second the test suite currently doesn't work but there are fixes for it that get released in the next upstream patch, so we cherry-pick the relevant commits as patches. We now also switch to fetching the tarball directly from their GitLab instance, because - as mentioned - it contains the tests and also contains the icon.index file, which we already had included as a patch and we can now drop it. The URLs to the cherry-picked upstream commits are the following: https://dev.gajim.org/gajim/gajim/commit/1f0d7387fd020df5dfc9a6349005ec7dedb7c008 https://dev.gajim.org/gajim/gajim/commit/491d32a2ec13ed3a482e151e0b403eda7b4151b8 https://dev.gajim.org/gajim/gajim/commit/46a19733d208fbd2404cbaeedd8c203d0b6557a4 All of these commits are in the gajim_0.16 branch and are thus very likely becoming part of Gajim 0.16.7. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @7c6f434c
* libressl_2_3: removeRobin Gloster2017-01-27
|
* llvmPackages_36: removeRobin Gloster2017-01-27
|
* clooj: fix downloadRobin Gloster2017-01-27
|
* fix evalRobin Gloster2017-01-27
| | | | cc @Baughn
* gnutls33: removeRobin Gloster2017-01-27
|
* timidity: get rid of composableDerivationRobin Gloster2017-01-27
|
* gxemul: get rid of composableDerivationRobin Gloster2017-01-27
|
* Merge pull request #22124 from mayflower/feature/frabFranz Pletz2017-01-27
|\ | | | | frab: init at 2016-12-28 & module
| * frab: init at 2016-12-28Franz Pletz2017-01-25
| |
* | nginx-config-formatter: init at 2016-06-16 (#22179)Svein Ove Aas2017-01-27
| |
* | apacheHttpd_2_2: removeRobin Gloster2017-01-27
| |
* | Merge pull request #22203 from taku0/firefox-bin-51.0.1Graham Christensen2017-01-27
|\ \ | | | | | | firefox, firefox-bin: 50.1.0 -> 51.0.1
| * | firefox, firefox-bin: 50.1.0 -> 51.0.1taku02017-01-27
| | |
* | | Merge pull request #22202 from taku0/thunderbird-bin-45.7.0Graham Christensen2017-01-27
|\ \ \ | | | | | | | | thunderbird, thunderbird-bin: 45.6.0 -> 45.7.0 [Critical security fix]
| * | | thunderbird, thunderbird-bin: 45.6.0 -> 45.7.0taku02017-01-27
| | | |
* | | | Merge pull request #22193 from Gabriel439/gabriel/dhallToNixJoachim F2017-01-27
|\ \ \ \ | | | | | | | | | | Add a `pkgs.dhallToNix` utility
| * | | | Add a `pkgs.dhallToNix` utilityGabriel Gonzalez2017-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a `dhallToNix` utility which compiles expression from the Dhall configuration language to Nix using Nix's support for "import from derivation". The main motivation of this compiler is to allow users to carve out small typed subsets of Nix projects. Everything in the Dhall language (except `Double`s) can be translated to Nix in this way, including functions.
* | | | | Revert "Mark ihaskell as broken. Closes #22047."Robin Gloster2017-01-27
| | | | |
* | | | | Merge pull request #22190 from peterhoeg/f/wpJoachim F2017-01-27
|\ \ \ \ \ | | | | | | | | | | | | wp-cli: add bash completion
| * | | | | wp-cli: add bash completionPeter Hoeg2017-01-23
| | | | | | | | | | | | | | | | | | | | | | | | Instead of creating 4 different tiny derivations, just stick everything into 1.
* | | | | | coqPackages.math-classes: init at 2016-06-08Langston Barrett2017-01-27
| | | | | |
* | | | | | luaPackages: refactor common platform stringsVladimír Čunát2017-01-27
| | | | | |
* | | | | | luasec: 0.6pre* -> 0.6Vladimír Čunát2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | /cc maintainer @flosse.
* | | | | | luasec: another attempt to fix on DarwinVladimír Čunát2017-01-27
| | | | | |
* | | | | | Mark ihaskell as broken. Closes #22047.Tom Hunger2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | meta.broken doesn't work in buildEnv so we abort when the dependencies are evaluated. See bug for more context.
* | | | | | rawtherapee: 4.2.1025 -> 5.0Moritz Ulrich2017-01-27
| | | | | |
* | | | | | sfml: 2.3 -> 2.4.1David Terry2017-01-27
| | | | | |
* | | | | | xcodeenv, titaniumenv: fix IPA builds by granting codesign the right permissionsSander van der Burg2017-01-27
| | | | | |
* | | | | | pythonPackages.ansible_2_1: init at 2.1.4.0Frederik Rietdijk2017-01-27
| | | | | |
* | | | | | pythonPackages.ansible2: move 2.2 to separate file, make defaultFrederik Rietdijk2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | `pythonPackages.ansible_2_2` is now the default `ansible`.
* | | | | | pythonPackages.ansible: remove 1.9Frederik Rietdijk2017-01-27
| | | | | |