summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* openttd: Update to 1.4.4.Moritz Ulrich2014-11-07
|
* ledger3: Update to 3.1Moritz Ulrich2014-11-07
| | | | | This commit also adds pkgs.ledger2 and pkgs.ledger3 plus a default attribute pkgs.ledger pointing at ledger3.
* linux_3_12: fix hashDomen Kožar2014-11-07
|
* haskell-hdevtools: update hash of the patch after its pull request has been ↵Peter Simons2014-11-07
| | | | rebased
* Add set apacheHttpdPackages containing modules for specific Apache versionsEelco Dolstra2014-11-07
| | | | Similar to linuxPackages etc.
* emacs-icicles: add current icicles snapshot to emacsPackagesPeter Simons2014-11-07
|
* mod_evasive: Add Apache version checkEelco Dolstra2014-11-07
|
* mod_fastcgi: Fix building against Apache 2.4Eelco Dolstra2014-11-07
|
* mod_python: Update to 3.5.0Eelco Dolstra2014-11-07
| | | | This fixes building against Apache 2.4.
* zarith: propagate build input gmpVincent Laporte2014-11-07
|
* Merge pull request #4867 from exlevan/mastervbgl2014-11-07
|\ | | | | Add anthy support to uim
| * Add anthy support to uimAlexey Levan2014-11-07
|/
* Refactor and fix fdm build. Moved makeFlags definition because ↵Michael Raskin2014-11-07
| | | | non-builderDefs packages cannot use $out in direct variable definitions like makeFlags.
* calibre: update from 2.8.0 to 2.9.0Pascal Wittmann2014-11-07
|
* Merge pull request #4866 from iyzsong/ostreelethalman2014-11-07
|\ | | | | add ostree
| * ostree: new package宋文武2014-11-07
| |
| * libgsystem: new package宋文武2014-11-07
| |
* | Refactor Lazarus build a bit and build it with all the components by defaultMichael Raskin2014-11-07
| |
* | Merge pull request #4852 from sjmackenzie/new-pkg-libcouchbaseArseniy Seroka2014-11-07
|\ \ | | | | | | libcouchbase: new package
| * | libcouchbase: new packagestewart2014-11-07
| | |
* | | Merge pull request #4856 from InternetSolutions/wreq-lens45Mateusz Kowalczyk2014-11-07
|\ \ \ | | | | | | | | patch for wreq 0.2 to work with lens 4.5
| * | | patch for wreq 0.2 to work with lens 4.5Shaun Sharples2014-11-06
| | | |
* | | | Add Pinpoint presentation softwareBrian McKenna2014-11-06
| | | |
* | | | haskell-yi: update to version 0.11.1Mateusz Kowalczyk2014-11-07
| | | | | | | | | | | | | | | | cc @peti ; I took the courtesy to cherry-pick your yi-rope update ahead
* | | | haskell-yi-rope: update to version 0.7.0.0Peter Simons2014-11-07
| | | |
* | | | hasklig: new fontDavid Rusu2014-11-07
| |_|/ |/| | | | | | | | | | | | | | Closes #4847 Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* | | ragel: update from 6.3 to 6.9Pascal Wittmann2014-11-07
| | |
* | | ldb: Add packageWilliam A. Kennington III2014-11-06
| | |
* | | tevent: Add packageWilliam A. Kennington III2014-11-06
| | |
* | | tdb: 1.2.1 -> 1.3.1William A. Kennington III2014-11-06
| | |
* | | talloc: 2.0.1 -> 2.1.1William A. Kennington III2014-11-06
| | |
* | | Merge pull request #4863 from rickynils/syslog-ng-3.6William A. Kennington III2014-11-06
|\ \ \ | | | | | | | | syslog-ng 3.6
| * | | Up syslog-ng-incubator to work with syslog-ng 3.6Rickard Nilsson2014-11-06
| | | | | | | | | | | | | | | | Also disable riemann extension, since it is now part of 3.6.
| * | | Revert "Revert "syslog-ng: Update from 3.5.6 to 3.6.1""Rickard Nilsson2014-11-06
|/ / / | | | | | | | | | This reverts commit 8e1072fd60f9dcf5eac0bb2d604258f121b658d8.
* | | Fixes to Apache 2.4 configurationRickard Nilsson2014-11-06
| | |
* | | idea-{community,ultimate}: 14pre -> 14Edward Tjörnhammar2014-11-06
| | |
* | | gnupg: Add gnupg 2.1 as defaultWilliam A. Kennington III2014-11-06
| | | | | | | | | | | | Additionally, move all gnupg expressions into the gnupg folder.
* | | Adds some “branch” meta-dataVincent Laporte2014-11-06
| | |
* | | As Atlas dependency is considered a bad thing, update Liberation fonts while ↵Michael Raskin2014-11-06
| | | | | | | | | | | | using binary distributin by default
* | | Starman: Update to 0.4010Eelco Dolstra2014-11-06
| | |
* | | Net::Amazon::S3: Shut up a big fat warning during Hydra startupEelco Dolstra2014-11-06
| | |
* | | Add Term::Size::AnyEelco Dolstra2014-11-06
| | |
* | | linux: Update to 3.12.32Eelco Dolstra2014-11-06
| | |
* | | apache-httpd: Make 2.4 the defaultEelco Dolstra2014-11-06
| | | | | | | | | | | | | | | The NixOS 14.11 release is a good time to finally make 2.4 the default.
* | | thermald needs dbus config files to runEvgeny Egorochkin2014-11-06
|/ /
* | pythonPackages.sphinx: updated Sphinx from 1.2 -> 1.2.3Rok Garbas2014-11-06
| |
* | imagemagick: Use --with-gcc-archEelco Dolstra2014-11-06
| | | | | | | | | | | | | | | | | | Without this, ImageMagick's configure script will generate code specific to the machine building the package. This code may then fail on other CPU types. http://hydra.nixos.org/build/16564129 Signed-off-by: Domen Kožar <domen@dev.si>
* | Revert "Update Liberation fonts"Eelco Dolstra2014-11-06
| | | | | | | | | | | | | | | | | | This reverts commit e85f67f21563756be494ad938bdfc5bf068c7ef0. It makes NixOS depend on Atlas, gfortran, numpy, etc. In particular nothing importation should ever gepend on Atlas, because it's prone to random build failures: http://hydra.nixos.org/build/16766850
* | libu2f-host: 0.0 -> 0.0.1William A. Kennington III2014-11-05
|/
* wxmaxima: update from 13.04.2 to 14.09.0Vincent Laporte2014-11-06
|