about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* riot-web: 0.12.5 -> 0.12.6Pascal Bach2017-09-23
|
* Merge pull request #29690 from therealpxc/varnishDaiderd Jordan2017-09-23
|\ | | | | varnish: enable Darwin build
| * varnish: enable Darwin buildPatrick Callahan2017-09-22
| |
* | qt5-qtbase: fix darwin buildDaiderd Jordan2017-09-23
| | | | | | | | Fixes #27474
* | Merge pull request #21077 from xtruder/nixos/programs/npm/addJaka Hudoklin2017-09-23
|\ \ | | | | | | npm module: add npm module for global npm config
| * | npm module: add npm as nixos programJaka Hudoklin2017-09-23
| | |
* | | nixos-generate-config: add programs options examplesFranz Pletz2017-09-23
| | |
* | | nixos/install: disable kernel debug console loggingFranz Pletz2017-09-23
| | | | | | | | | | | | | | | | | | | | | Add another option for debugging instead. Lots of users have been complaining about this default behaviour. This patch also cleans up the EFI bootloader entries in the ISO.
* | | encrypted devices: add label set assertion (#29651)Silvan Mosberger2017-09-23
| | |
* | | asymptote: do not install sty-files, let texlive care of itMichael Raskin2017-09-23
| | | | | | | | | | | | | | | | | | | | | TeXLive version is effectively identical anyway, and it caused an unneccessary file name collision. Fixes: #29671
* | | Merge pull request #29708 from obsidiansystems/ghc-prebuilt-indentJohn Ericson2017-09-23
|\ \ \ | | | | | | | | ghc prebuilt: Normalize style without changing hashes
| * | | ghc prebuilt: Fix indentationJohn Ericson2017-09-23
| | | | | | | | | | | | | | | | Doing this separately so the other commits are more readable
| * | | ghc prebuilt: Clean up syntax, without changes hashesJohn Ericson2017-09-23
| | | | | | | | | | | | | | | | | | | | If I'm going to make a bunch more of these, I think it's a good idea to make them more uniform first.
| * | | ghc prebuilt: Don't hardcode the version in a few more placesJohn Ericson2017-09-22
| | | | | | | | | | | | | | | | | | | | This removes noise in the diff, making creating new versions easier. No hashes should be changed.
| * | | ghc-6.10.2-binary: Remove dead Darwin codeJohn Ericson2017-09-22
| | | | | | | | | | | | | | | | This looks like a WIP attempt from 2008
* | | | Merge pull request #29678 from mimadrid/update/axel-2.14.1Pascal Wittmann2017-09-23
|\ \ \ \ | | | | | | | | | | axel: 2.13.1 -> 2.14.1
| * | | | axel: 2.13.1 -> 2.14.1mimadrid2017-09-23
| | | | |
* | | | | Merge pull request #29677 from mimadrid/update/entr-3.8Pascal Wittmann2017-09-23
|\ \ \ \ \ | | | | | | | | | | | | entr: 3.7 -> 3.8
| * | | | | entr: 3.7 -> 3.8mimadrid2017-09-23
| |/ / / /
* | | | | Merge pull request #29681 from mimadrid/update/filezilla-3.27.1Pascal Wittmann2017-09-23
|\ \ \ \ \ | | | | | | | | | | | | filezilla: 3.27.0.1 -> 3.27.1
| * | | | | filezilla: 3.27.0.1 -> 3.27.1mimadrid2017-09-23
| | | | | |
| * | | | | libfilezilla: 0.10.0 -> 0.10.1mimadrid2017-09-23
| |/ / / /
* | | | | Merge pull request #29680 from mimadrid/update/gsource-0.47Pascal Wittmann2017-09-23
|\ \ \ \ \ | | | | | | | | | | | | gsource: 0.44 -> 0.47
| * | | | | gsource: 0.44 -> 0.47mimadrid2017-09-23
| |/ / / /
* | | | | python.pkgs.python-gnupg: disable failing test test_search_keysRobert Scott2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reading the code, it's hard to see how this test was *ever* supposed to pass. interestingly, peeking across the fence, guix have disabled this test too for the same reason. note that tests don't actually run *at all* on py27 but that's a problem for another day
* | | | | fanctl, fan module: removeRobin Gloster2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been broken nearly all the time due to the patches needed to iproute2 not being compatible with the newer versions we have been shipping. As long as Ubuntu does not manage to upstream these changes so they are maintained with iproute2 and we don't have a maintainer updating these patches to new iproute2 versions it is not feasible to have this available.
* | | | | kodi: 17.3 -> 17.4Samuel Leathers2017-09-23
| | | | |
* | | | | Revert "nixos: add option for bind to not resolve local queries (#29503)"Peter Simons2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 670b4e29adc16e0a29aa5b4c126703dcca56aeb6. The change added in this commit was controversial when it was originally suggested in https://github.com/NixOS/nixpkgs/pull/29205. Then that PR was closed and a new one opened, https://github.com/NixOS/nixpkgs/pull/29503, effectively circumventing the review process. I don't agree with this modification. Adding an option 'resolveLocalQueries' to tell the locally running name server that it should resolve local DNS queries feels outright nuts. I agree that the current state is unsatisfactory and that it should be improved, but this is not the right way. (cherry picked from commit 23a021d12e8f939cd0bfddb1c7adeb125028c1e3)
* | | | | nixos/gitolite: use group 'gitolite' instead of 'nogroup'Bjørn Forsman2017-09-23
| | | | | | | | | | | | | | | | | | | | Having files (git repositories) owned by 'nogroup' is a bad idea.
* | | | | Merge pull request #29586 from cocreature/ghcjs-shimsPeter Simons2017-09-23
|\ \ \ \ \ | | | | | | | | | | | | ghcjsHEAD: bump ghcjs shims
| * | | | | ghcjsHEAD: bump ghcjs shimsMoritz Kiefer2017-09-20
| | | | | |
* | | | | | radsecproxy: fix licenseRobin Gloster2017-09-23
| | | | | |
* | | | | | knot-*: simplify lmdb dependencyVladimír Čunát2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partly thanks to lmdb.pc, partly thanks to 84bd2f4 (hopefully; untested on Darwin).
* | | | | | Merge pull request #29658 from teto/ctagsJoachim F2017-09-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | universal-ctags: generate manpage
| * | | | | | universal-ctags: 2017-01-08 -> 2017-09-22Matthieu Coudron2017-09-23
| | | | | | |
| * | | | | | universal-ctags: generate manpageMatthieu Coudron2017-09-22
| | | | | | |
* | | | | | | Merge pull request #29674 from dapphub/solc-0-4-17Joachim F2017-09-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | solc: v0.4.16 -> v0.4.17
| * | | | | | | solc: v0.4.16 -> v0.4.17Mikael Brockman2017-09-22
| | | | | | | |
* | | | | | | | Merge pull request #29667 from sargon/radsecproxyJoachim F2017-09-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | radsecproxy: init at 1.6.9
| * | | | | | | | radsecproxy: init at 1.6.9Daniel Ehlers2017-09-22
| | | | | | | | |
* | | | | | | | | dockerTools.buildImage: Switch to the format image generated by SkopeoAntoine Eiche2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were using 'Combined Image JSON + Filesystem Changeset Format' [1] to unpack and pack image and this patch switches to the format used by the registry. We used the 'repository' file which is not generated by Skopeo when it pulls an image. Moreover, all information of this file are also in the manifest.json file. We then use the manifest.json file instead of 'repository' file. Note also the manifest.json file is required to push an image with Skopeo. Fix #29636 [1] https://github.com/moby/moby/blob/749d90e10f989802638ae542daf54257f3bf71f2/image/spec/v1.1.md#combined-image-json--filesystem-changeset-format
* | | | | | | | | singular: use gcc5Michael Raskin2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Progress on: #28643 Fixes: #29682
* | | | | | | | | Merge pull request #29676 from mimadrid/update/calc-2.12.6.3Frederik Rietdijk2017-09-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | calc: 2.12.6.1 -> 2.12.6.3
| * | | | | | | | | calc: 2.12.6.1 -> 2.12.6.3mimadrid2017-09-23
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | python.pkgs.botocore: fix dependenciesFrederik Rietdijk2017-09-23
| | | | | | | | |
* | | | | | | | | python.pkgs: alias dateutil to python-dateutilFrederik Rietdijk2017-09-23
| | | | | | | | |
* | | | | | | | | awsebcli: init at 3.10.5Ruben Maher2017-09-23
| | | | | | | | |
* | | | | | | | | pythonPackages.semantic-version: use fetchPypiRuben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it nicer to override when a specific version is required for Python derivations.
* | | | | | | | | pythonPackages.tabulate: use fetchPypiRuben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it nicer to override when a specific version is required for Python derivations.
* | | | | | | | | pythonPackages.cement: init at 2.8.2Ruben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of awsebcli.