summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Adopt packages.Petr Rockai2014-01-28
|
* Disable FreeBSD buildsEelco Dolstra2014-01-28
|
* tigervnc: fix ctrl-* keys, eg ctrl-c ctrl-v ctrl-d by applying patch to fltkMarc Weber2014-01-28
| | | | | | | | | | | I'm unsure about - is it ok to apply this patch globally, or should it be overridden for tigervnc only? - how many rebuilds it triggers - whether it was neccessary to update to latest dev version (seems to work) The bug report indicates that others distros just includes this patch (?) Cf. #1498. vcunat: the patch should be usable globally, as e.g. Arch does it. Using autoreconfHook doesn't work for me, maybe --force is bad for it.
* stdenv-linux: Fix binutils overrideEelco Dolstra2014-01-28
| | | | | This ensures that pkgs.binutils equals the binutils used in the final stdenv, as intended.
* haskell-HaRe: update to version 0.7.1.1Peter Simons2014-01-28
|
* haskell-yesod-bin: update to version 1.2.5.7Peter Simons2014-01-28
|
* haskell-yaml: update to version 0.8.5.4Peter Simons2014-01-28
|
* haskell-network-conduit: update to version 1.0.2.1Peter Simons2014-01-28
|
* haskell-highlighting-kate: update to version 0.5.6.1Peter Simons2014-01-28
|
* haskell-direct-sqlite: update to version 2.3.11Peter Simons2014-01-28
|
* haskell-git-annex: update to version 5.20140127Peter Simons2014-01-28
|
* haskell-diagrams-svg: jailbreak to fix build with recent blaze-markupPeter Simons2014-01-28
|
* haskell-network-conduit: disable test suite to fix build errors with GHC 7.4.2Peter Simons2014-01-28
| | | | https://github.com/snoyberg/conduit/issues/134
* Add newly required Haskell packages.Peter Simons2014-01-28
| | | | | | | | | - asn1-encoding: add version 0.8.1.2 - asn1-parse: add version 0.8.1 - x509-store: add version 1.4.3 - x509-system: add version 1.4.2 - x509-validation: add version 1.5.0 - x509: add version 1.4.7
* haskell-HaRe: update to version 0.7.1.0Peter Simons2014-01-28
|
* haskell-wai-extra: update to version 2.0.3.2Peter Simons2014-01-28
|
* haskell-stm-conduit: update to version 2.2.1.1Peter Simons2014-01-28
|
* haskell-network-conduit: update to version 1.0.2Peter Simons2014-01-28
|
* haskell-http-conduit: update to version 2.0.0.4Peter Simons2014-01-28
|
* haskell-http-client: update to version 0.2.1.1Peter Simons2014-01-28
|
* haskell-hit: update to version 0.5.3Peter Simons2014-01-28
|
* haskell-esqueleto: update to version 1.3.4.5Peter Simons2014-01-28
|
* haskell-diagrams-svg: update to version 1.0.1Peter Simons2014-01-28
|
* haskell-diagrams-lib: update to version 1.0.1Peter Simons2014-01-28
|
* haskell-diagrams-cairo: update to version 1.0.1Peter Simons2014-01-28
|
* haskell-JuicyPixels: update to version 3.1.3.2Peter Simons2014-01-28
|
* haskell-GlomeVec: update to version 0.2Peter Simons2014-01-28
|
* cpio: Fix build on DarwinEelco Dolstra2014-01-28
|
* Merge pull request #1567 from wizeman/u/grsec-upd-and-fixVladimír Čunát2014-01-28
|\ | | | | grsecurity: Fix build and update patches
| * grsecurity: Update stable and test patchesRicardo M. Correia2014-01-22
| | | | | | | | | | stable: 3.0-3.2.53-201312021727 -> 3.0-3.2.54-201401191012 test: 3.0-3.12.2-201312021733 -> 3.0-3.12.8-201401191015
| * grsecurity: Fix build under new generic kernel derivationRicardo M. Correia2014-01-22
| |
* | ipython: disable support for qtconsole, pylabQt and pylab on DarwinCillian de Róiste2014-01-28
| | | | | | | | | | | | | | | | | | Qt and CUPS are not supported on Darwin and are dependencies. Note: this makes ipython the same as ipythonLight on Darwin, but ipython is used as an input for other packages (ipdb and ipdplugin) and it is reasonable to assume that users on other platforms may choose ipythonLight.
* | junixsocket: Support DarwinEelco Dolstra2014-01-28
| | | | | | | | Patch borrowed from Rob Vermaas.
* | openjdk-darwin: Behave the same as openjdk-linuxEelco Dolstra2014-01-28
| |
* | less: Build on DarwinEelco Dolstra2014-01-28
| |
* | qt5: disable parallel building, as it often failsVladimír Čunát2014-01-28
| |
* | gdb: Build on DarwinEelco Dolstra2014-01-28
| | | | | | | | | | | | Note that it doesn't actually work unless you run it as root, because the Darwin kernel disallows unsigned debuggers (you'll get an error message "please check gdb is codesigned").
* | phantomjs: update to 1.9.7Rok Garbas2014-01-28
| |
* | Add keepassx 2.0alpha5, contributed by Thomas Tuegel.Rob Vermaas2014-01-27
| |
* | zfstools: Add new packageRicardo M. Correia2014-01-27
| | | | | | | | | | zfstools is an OpenSolaris-like and compatible auto snapshotting script for ZFS, which also supports auto snapshotting mysql databases.
* | Merge pull request #1178 from chexxor/fix-httpd-sshRob Vermaas2014-01-27
|\ \ | | | | | | HTTPD: Check for SSL Cert value before building with SSL support.
| * | Check empty stringfor globalRedirect. It breaks RedirectPermanent.Alex Berg2013-11-11
| | |
| * | Add HTTPD SSH assertion to check null cert/key.Alex Berg2013-11-11
| | |
| * | Check for SSL Cert value before building with SSL support.Alex Berg2013-11-06
| | |
* | | Merge pull request #1612 from ocharles/haskellPackages.fayPeter Simons2014-01-27
|\ \ \ | | | | | | | | haskellPackages.fay: New expression
| * | | haskellPackages.fayBase: New expressionOliver Charles2014-01-27
| | | |
| * | | haskellPackages.fay: New expressionOliver Charles2014-01-27
| | | |
* | | | Merge pull request #1614 from ocharles/haskellPackages.iCalendarPeter Simons2014-01-27
|\ \ \ \ | | | | | | | | | | haskellPackages.iCalendar: New expression
| * | | | haskellPackages.iCalendar: New expressionOliver Charles2014-01-27
| |/ / /
* | | | Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed ↵Wojciech Danilo2014-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | side by side. They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2 because its in beta mode (for over a year now)