summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* ruby: WIPCharles Strahan2014-12-30
|
* ruby: add git fetcherCharles Strahan2014-12-29
|
* Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-rubyCharles Strahan2014-12-28
|\ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/redmine/default.nix pkgs/development/interpreters/ruby/gem.nix pkgs/development/interpreters/ruby/generated.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/tools/vagrant/default.nix pkgs/servers/consul/default.nix
| * TypoEelco Dolstra2014-12-28
| |
| * ntp: Don't depend on openssl, don't install docsEelco Dolstra2014-12-28
| |
| * Merge branch 'vcsh'Thomas Tuegel2014-12-28
| |\
| | * vcsh: add ttuegel as maintainerThomas Tuegel2014-12-28
| | |
| | * vcsh: bump version to 1.20141026Thomas Tuegel2014-12-28
| | |
| * | Adds ocaml-uusegVincent Laporte2014-12-28
| |/ | | | | | | | | | | | | | | | | Uuseg is an OCaml library for segmenting Unicode text. It implements the locale independent Unicode text segmentation algorithms to detect grapheme cluster, word and sentence boundaries and the Unicode line breaking algorithm to detect line break opportunities. Homepage: http://erratique.ch/software/uuseg
| * Eradicate gzip -9 without -nAlexander Kjeldaas2014-12-28
| |
| * e19: enableParallelBuilding of some larger componentsVladimír Čunát2014-12-28
| | | | | | | | Some parts build too long, it seems to me, so I sped them up.
| * Merge pull request #5485 from matejc/eflfixDomen Kožar2014-12-28
| |\ | | | | | | efl: fix build
| | * efl: fix buildMatej Cotman2014-12-28
| | |
| * | ipset: Add derivationWilliam A. Kennington III2014-12-28
| |/
| * upower: use newer version by defaultVladimír Čunát2014-12-27
| | | | | | | | | | | | | | | | | | | | Tested on KDE4, fixed with xfce, and was used with GNOME before. CC @lethalman. I did not test e19, as it won't build, probably due to #5392 @shlevy. CC maintainer @matejc. Also removed a forgotten unused patch.
| * xfce4-session: support newer upower by an Arch patchVladimír Čunát2014-12-27
| | | | | | | | Tested.
| * Add photoqt-1.1.0.1Eduard Bachmakov2014-12-27
| | | | | | | | Also, add myself to maintainers.
| * Merge pull request #5484 from ttuegel/linear-algebraThomas Tuegel2014-12-27
| |\ | | | | | | Version bump some linear algebra packages
| | * suitesparse: add version 4.4.1Thomas Tuegel2014-12-27
| | |
| | * arpack: build against atlasWithLapackThomas Tuegel2014-12-27
| | |
| | * arpack: version bump to 3.2.0Thomas Tuegel2014-12-27
| | |
| | * atlas: optionally build with full lapackThomas Tuegel2014-12-27
| | |
| | * atlas: fix generic optionsThomas Tuegel2014-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build atlas with the generic options recommended by the upstream documentation for distributions. The expression now takes the parameter 'threads' which configures the number of threads atlas will use. The default is to build serial atlas ('threads = "0"'). The expression also takes the parameter 'cacheEdge' which is the L2 cache per core, in bytes. This reduces build time because the cache size doesn't need to be detected. It also reduces impurity, since different build nodes on Hydra may have different hardware. It is set to 256k by default, which is recommended for distributions by the upstream documentation.
| | * openblas: version bump to 0.2.13Thomas Tuegel2014-12-27
| | |
| * | libcaca: add another mirrorVladimír Čunát2014-12-27
| |/ | | | | | | The original does not work ATM.
| * nixpkgs: openresty 1.7.4.1rc2 -> 1.7.7.1Austin Seipp2014-12-27
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * Merge pull request #5482 from DamienCassou/mutag-0.0.2vbgl2014-12-27
| |\ | | | | | | Update pythonPackages.mutag
| | * Update pythonPackages.mutagDamien Cassou2014-12-27
| | |
| * | I think this should fix the evaluation errors in hydraDaniel Peebles2014-12-27
| | |
| * | Bumb BLCRMarco Maggesi2014-12-27
| | |
| * | remove pythonPackages.docopt as it's already definedDomen Kožar2014-12-27
| | |
| * | udiskie: specify correct dependencies for the version bumpDomen Kožar2014-12-27
| | | | | | | | | | | | | | | (cherry picked from commit ea540f8fc66a857e44de320175f80b89de39da93) Signed-off-by: Domen Kožar <domen@dev.si>
| * | ocaml-uucp: update from 0.9.0 to 0.9.1Vincent Laporte2014-12-27
| | |
| * | nixpkgs: afl 0.89b -> 1.04bAustin Seipp2014-12-26
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | Merge branch 'staging'Vladimír Čunát2014-12-26
| |\ \
| | * | gstreamer-1: double maintenance bumpVladimír Čunát2014-12-25
| | | | | | | | | | | | | | | | CC maintainer @iyzsong.
| | * | orc: maintenance updateVladimír Čunát2014-12-25
| | | | | | | | | | | | | | | | CC maintainer @fuuzetsu.
| | * | libpng: security update (no CVE yet)Vladimír Čunát2014-12-25
| | | | | | | | | | | | | | | | http://www.securitytracker.com/id/1031444
| | * | libvdpau, vdpauinfo: update to 0.9, extend metaVladimír Čunát2014-12-25
| | | | | | | | | | | | | | | | | | | | Add myself as a maintainer. The rebuild impact is large, mostly through mesa -> {qt, gtk}.
| | * | gcc: maintenance update 4.8.3 -> 4.8.4Vladimír Čunát2014-12-24
| | | |
| | * | Merge 'master' into stagingVladimír Čunát2014-12-24
| | |\ \
| | * | | Use updated bootstrap binariesEelco Dolstra2014-12-18
| | | | | | | | | | | | | | | | | | | | Fixes #5335.
| | * | | Merge branch 'fix_bootstrap_tools' of ↵Eelco Dolstra2014-12-17
| | |\ \ \ | | | | | | | | | | | | | | | | | | https://github.com/offlinehacker/nixpkgs into staging
| | | * | | boostrap-tools: fix curl not finding libnss* and libresolvJaka Hudoklin2014-12-15
| | | | | |
| | | * | | uclibc: fix url, updateJaka Hudoklin2014-12-15
| | | | | |
| | * | | | util-linux: Update to 2.25.2Eelco Dolstra2014-12-17
| | | | | |
| * | | | | qt5: work around a build problemVladimír Čunát2014-12-26
| | | | | |
| * | | | | Restore accidentally-dropped stdenv adapterShea Levy2014-12-26
| | | | | |
| * | | | | More gcc->cc refsShea Levy2014-12-26
| | | | | |
| * | | | | Missed gcc refsShea Levy2014-12-26
| | | | | |