Commit graph

54392 commits

Author SHA1 Message Date
lethalman 4faed098e8 Merge pull request #5278 from nckx/ftop
Add ftop: show progress of open files and file systems
2014-12-10 09:37:31 +01:00
Mateusz Kowalczyk 606a02579c cantata: use Qt5 by default
It's time.
2014-12-10 08:36:04 +00:00
Mateusz Kowalczyk 8a9292b357 cantata: update to 1.5.1 2014-12-10 08:19:52 +00:00
Mateusz Kowalczyk a50a7ca3da haskell-hspec-laws: new package 2014-12-10 07:45:16 +00:00
Mateusz Kowalczyk 534bdc3753 mpd: update to 0.19.6 2014-12-10 07:36:17 +00:00
Tobias Geerinckx-Rice 2e7d552122 Add ftop: show progress of open files and file systems 2014-12-10 05:34:57 +01:00
Austin Seipp 323113ef6d nixpkgs: afl 0.85b -> 0.89b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-09 21:59:28 -06:00
Austin Seipp 42e4e64577 Merge pull request #5276 from abbradar/nginx-types
nixos/nginx: add more types
2014-12-09 19:48:04 -06:00
Nikolay Amiantov d0773dae54 nixos/nginx: add more types 2014-12-10 04:45:10 +03:00
Domen Kožar 0fcef83b0d fix a bunch of perl modules 2014-12-10 01:38:00 +01:00
vbgl 7930abd1a5 Merge pull request #5274 from flosse/darktable
nixpkgs: darktable 1.4.2 -> 1.6.0
2014-12-09 19:47:34 +01:00
Vincent Laporte ef5c48326a Adds ocaml-fieldslib
This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.

Homepage: https://ocaml.janestreet.com/
2014-12-09 19:37:48 +01:00
Bjørn Forsman 507e78fb94 lttng-modules: fix build on linux 3.14.x
By applying patch from upstream mailing list[1] (should be in the next
release).

[1]: http://lists.lttng.org/pipermail/lttng-dev/2014-December/023914.html
2014-12-09 19:34:41 +01:00
Bjørn Forsman 1b396c7ae9 buildbot-slave: align attrname with pkgname
Keep old attrname (buildbotSlave) around for backward compatibility.
2014-12-09 19:14:03 +01:00
Bjørn Forsman 99eab9f1e2 buildbot{,-slave}: update 0.8.8 -> 0.8.10
Build tested. Source distribution is now on pypi instead of googlecode.
2014-12-09 19:14:03 +01:00
Markus Kohlhase 3826c3fc32 nixpkgs: darktable 1.4.2 -> 1.6.0 2014-12-09 18:50:42 +01:00
Ricardo M. Correia e660a70872 flashplayer: Update from 11.2.202.424 -> 11.2.202.425 2014-12-09 18:10:21 +01:00
Domen Kožar 14d48a919b release: 15.04 -> 15.05 2014-12-09 15:09:06 +01:00
Domen Kožar 7b71fa1551 next unstable is 15.04 2014-12-09 15:04:39 +01:00
Eelco Dolstra faf0797c0c Use https://cache.nixos.org 2014-12-09 13:38:46 +01:00
Domen Kožar fe28966179 pyptlib: disable py3k and pypy 2014-12-09 13:23:18 +01:00
Domen Kožar d3ed0ab32b PyQt: fix build 2014-12-09 13:23:13 +01:00
Domen Kožar 94227eba3e gosmore: fix build 2014-12-09 13:23:02 +01:00
Domen Kožar d7ab16aee4 remove cppnetlib, we already have cpp-netlib 2014-12-09 12:24:57 +01:00
Domen Kožar 45ec582372 nixos.tests.bittorrent: mark torrent as private
Hopefully that resolves transient errors with DHT
such as http://hydra.nixos.org/build/17784957
2014-12-09 12:08:58 +01:00
Domen Kožar 557114628b mariadb: 10.0.14 -> 10.0.15 2014-12-09 11:29:16 +01:00
Domen Kožar abae51655d xfdesktop: 4.10.2 -> 4.10.3 2014-12-09 11:29:16 +01:00
Domen Kožar 4e611fb21a xfce4.xfce4-power-manager: 1.3.0 -> 1.3.2 2014-12-09 11:29:15 +01:00
William A. Kennington III c17eb7f0e6 nixos/consul: Make service definition more sane 2014-12-09 02:24:36 -08:00
lethalman 765eab6d5b Merge pull request #5269 from luke-clifton/lc-soundtouch
Added SoundTouch library
2014-12-09 10:25:26 +01:00
Luke Clifton e62aa58f71 Added SoundTouch library 2014-12-09 17:15:30 +08:00
aszlig d229f0050c
tomahawk: Fix finding Phonon VLC backend.
Using propagatedBuildInputs only works for environment.systemPackages
but not for using nix-env, because on NixOS we already have a default
QT_PLUGIN_PATH set there.

The main reason why I'm using the VLC backend and not providing options
for other Phonon backends is because it's recommended upstream and also
will be directly used (via libvlc) in the upcoming 0.9 release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
aszlig a1e906f0d6
tomahawk: Update to bugfix release 0.8.2.
Fixes a few annoying bugs (in my case it's the painting issue that's
most annoying):

 * Show error message if saving tags failed.
 * Fixed painting issue on search page.
 * (OS X & Windows) Fixed crash during collection scan.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
William A. Kennington III 042f266e10 kernel: 3.14.25 -> 3.14.26 2014-12-08 23:24:50 -08:00
William A. Kennington III c8abfe37ab kernel: 3.17.4 -> 3.17.6 2014-12-08 23:23:42 -08:00
William A. Kennington III 20e2d94089 kernel: 3.4.104 -> 3.4.105 2014-12-08 23:21:40 -08:00
William A. Kennington III 845f647b86 kernel: 3.12.33 -> 3.12.34 2014-12-08 23:21:07 -08:00
William A. Kennington III 98791f57c8 kernel: 3.10.61 -> 3.10.62 2014-12-08 23:21:04 -08:00
William A. Kennington III a6f4c3624e kernel: Add 3.18 2014-12-08 23:18:04 -08:00
Bjørn Forsman 3871539d3b thrift: update 0.9.1 -> 0.9.2
* Drop unneeded patch to fix build error; now included upstream
* Fetch tarball instead of using git
* Drop unneeded autotools deps since we're building from tarball

TODO: Package boost-test library, so that we can run the test suite.
2014-12-08 22:54:14 +01:00
Peter Simons 388c3aa5ec Merge pull request #5267 from AJChapman/haskell-ofx
Add haskellPackages.ofx at version 0.4.0.0
2014-12-08 21:56:07 +01:00
Alex Chapman 31b163b90b Add haskellPackages.ofx at version 0.4.0.0 2014-12-09 07:04:49 +11:00
Luca Bruno 5a999ca446 tracker, gnome-music: drop LD_LIBRARY_PATH 2014-12-08 20:27:22 +01:00
Thomas Tuegel aff0cd143b Merge branch 'fontconfig-ultimate' 2014-12-08 10:57:48 -06:00
Thomas Tuegel efe278acfc fontconfig-ultimate.rendering: correct typo in ultimate-lightest 2014-12-08 10:57:25 -06:00
Thomas Tuegel 322bb7a67b fontconfig: include user config through NixOS module 2014-12-08 10:55:24 -06:00
Thomas Tuegel 9707ffd973 nixos: let fontconfig default fonts be lists of fonts 2014-12-08 10:55:24 -06:00
Thomas Tuegel 57ba2093bf Replace Bitstream Vera fonts by DejaVu in defaults
The default configuration installed the Bitstream Vera fonts, but DejaVu
is a superior replacement, and the default Fontconfig settings need it
now for the generic faces monospace, sans-serif, and serif.
2014-12-08 10:55:24 -06:00
Thomas Tuegel c00c563c66 Add NixOS module for fontconfig-ultimate
Details:
* The option `fonts.fontconfig.ultimate.enable` can be used to disable
  the fontconfig-ultimate configuration.
* The user-configurable options provided by fontconfig-ultimate are
  exposed in the NixOS module: `allowBitmaps` (default: true),
  `allowType1` (default: false), `useEmbeddedBitmaps` (default: false),
  `forceAutohint` (default: false), `renderMonoTTFAsBitmap` (default:
  false).
* Upstream provides three substitution modes for substituting TrueType
  fonts for Type 1 fonts (which do not render well). The default,
  "free", substitutes free fonts for Type 1 fonts. The option "ms"
  substitutions Microsoft fonts for Type 1 fonts. The option "combi"
  uses a combination of Microsoft and free fonts. Substitutions can also
  be disabled.
* All 21 of the Infinality rendering modes supported by fontconfig-ultimate
  or by the original Infinality distribution can be selected through
  `fonts.fontconfig.ultimate.rendering`. The default is the medium style
  provided by fontconfig-ultimate. Any of the modes may be customized,
  or Infinality rendering can be disabled entirely.
2014-12-08 10:55:24 -06:00
Thomas Tuegel 8991ff7ceb Load default Fontconfig settings into Xresources for Xft 2014-12-08 10:55:24 -06:00