56478 Commits

Author SHA1 Message Date
Nicolas B. Pierron
62e48b42d5 Merge pull request #5 from ametaireau/syncserver 2014-12-08 14:59:22 -08:00
Alexis Métaireau
e919296475 Add syncserver v1.5.0.
Also fix some of the dependencies along the way. I'm like that.
2014-12-08 23:46:30 +01: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
Nicolas B. Pierron
428a83713b Add PasteScript 1.7.5 2014-12-08 22:26:28 +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
Nicolas B. Pierron
bd68791d08 Merge pull request #2 from ametaireau/syncserver 2014-12-08 12:53:53 -08:00
Alexis Métaireau
ec58f0b0c5 Add server-syncstorage v 1.5.11 2014-12-08 21:52:04 +01:00
Alexis Métaireau
9308db5b9e Add tokenlib v 0.3.1 2014-12-08 21:52:04 +01:00
Alexis Métaireau
6a87d6b5b6 Add pymysqlsa v 1.0 2014-12-08 21:52:03 +01:00
Alexis Métaireau
d6247c98c3 Add pymysql v 0.6.3 2014-12-08 21:52:03 +01:00
Alexis Métaireau
f448cff884 Add hawkauthlib v 0.1.1. 2014-12-08 21:52:03 +01:00
Alexis Métaireau
45a7852018 Add pyramid_hawkauth v 1.0 2014-12-08 21:52:03 +01:00
Nicolas B. Pierron
b8bb7e6db9 Add memcache 1.6.3 2014-12-08 21:25:04 +01:00
Nicolas B. Pierron
5f488a16ff Add tokenserver 1.2.11 2014-12-08 21:07:46 +01:00
Alex Chapman
31b163b90b Add haskellPackages.ofx at version 0.4.0.0 2014-12-09 07:04:49 +11:00
Nicolas B. Pierron
498130be27 Merge pull request #1 from ametaireau/syncserver
Fix the sha256 for PyBrowserID
2014-12-08 11:27:28 -08:00
Luca Bruno
5a999ca446 tracker, gnome-music: drop LD_LIBRARY_PATH 2014-12-08 20:27:22 +01:00
Alexis Métaireau
55cf2a36f2 Fix the sha256 for PyBrowserID 2014-12-08 20:22:26 +01:00
Nicolas B. Pierron
bb02daf594 Add PyBrowserID 0.9.2 2014-12-08 20:15:48 +01:00
Nicolas B. Pierron
e0a57ad7f1 Add mozservices 0.8 2014-12-08 20:05:14 +01:00
Nicolas B. Pierron
44fbef6d44 Add konfig 0.9 2014-12-08 20:04:57 +01:00
Nicolas B. Pierron
00913e355e Add configparser 3.3.0r2 2014-12-08 20:04:41 +01:00
Nicolas B. Pierron
c4673962ed Add cornice 0.17.0 2014-12-08 20:04:25 +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
Thomas Tuegel
1df1305a8a Rewrite Fontconfig NixOS module
Details:
* The option `fonts.enableFontConfig` has (finally) been renamed
  `fonts.fontconfig.enable`.
* Configurations are loaded in this order: first the Fontconfig-upstream
  configuration is loaded, then the NixOS-specific font directories are
  set, the system-wide default configuration is loaded, and finally the
  user configuration is loaded (if enabled).
* The NixOS options `fonts.fontconfig.defaultFonts.monospace`,
  `fonts.fontconfig.defaultFonts.sansSerif` and
  `fonts.fontconfig.defaultFonts.serif` are added to allow setting the
  default system-wide font used for these generic faces. The defaults
  are the appropriate faces from the DejaVu collection because of their
  comprehensive Unicode coverage, clean rendering, and excellent
  legibility.
* The NixOS option `fonts.fontconfig.antialias` can be used to disable
  antialiasing (it is enabled by default).
* The options `fonts.fontconfig.subpixel.rgba` and
  `fonts.fontconfig.subpixel.lcdfilter` control the system-wide default
  settings for subpixel order and LCD filtering algorithm,
  respectively.
* `fonts.fontconfig.hinting.enable` can be used to disable TrueType font
  hinting (it is enabled by default).
  `fonts.fontconfig.hinting.autohint` controls the FreeType autohinter.
  `fonts.fontconfig.hinting.style` controls the hint style; it is "full"
  by default.
* User configurations can be disabled system-wide by setting
  `fonts.fontconfig.includeUserConf = false`. They are enabled by
  default so users can set Fontconfig options in the desktop environment
  of their choice.
2014-12-08 10:55:23 -06:00
Thomas Tuegel
d75485c945 Add fontconfig-ultimate-20141123 2014-12-08 10:55:23 -06:00
wmertens
24924e4fdf Merge pull request #5125 from nckx/eid-mw
Add eid-mw: authenticate & sign with Belgian eID identity cards
2014-12-08 16:40:54 +01:00
Domen Kožar
de99c9c955 Merge branch 'staging' 2014-12-08 16:28:45 +01:00
Luca Bruno
9d86b4683d gobject-introspection: add glib to propagatedBuldInputs 2014-12-08 16:21:01 +01:00
Luca Bruno
0b1d16cff2 vanubi: use Vala 0.26 2014-12-08 15:36:29 +01:00
Jaka Hudoklin
c821f239a3 nixos/fleet: fix typo 2014-12-08 13:30:45 +01:00
Jaka Hudoklin
743b47579b nixos/fleet: enable etcd and docker by default 2014-12-08 13:07:12 +01:00
Jaka Hudoklin
51fe9d17a8 Merge pull request #5261 from matejc/connman126
connman: update to 1.26
2014-12-08 13:01:12 +01:00
Jaka Hudoklin
d4cb3056ec Merge pull request #5262 from matejc/cmst20141205
cmst: update to 2014.12.05
2014-12-08 13:01:02 +01:00
Michael Raskin
5da22f6d0c Don't trust sinit snapshots to be stable 2014-12-08 14:49:34 +03:00
Matej Cotman
4b74502a35 cmst: update to 2014.12.05 2014-12-08 12:49:28 +01:00
Matej Cotman
94f8f28433 connman: update to 1.26 2014-12-08 12:47:00 +01:00
Domen Kožar
ee8e15fe76 enable bash autocomplete by default 2014-12-08 12:06:02 +01:00
Edward Tjörnhammar
3ce89ba002 srm: added package 2014-12-08 11:51:39 +01:00
Edward Tjörnhammar
7102ef5d49 Revert "nixpkgs: remove tsocks"
torsocks and tsocks are not equivalent. torsocks needs a
tor proxy for DNS, tsocks do not.

This reverts commit 1ef6470f15fa16c8f72467d54605096806476859.

tsocks: adding myself as maintainer
2014-12-08 11:51:22 +01:00
Vincent Laporte
6a69a25c56 Adds coq-interval
This library provides vernacular files containing tactics for
simplifying the proofs of inequalities on expressions of real numbers
for the Coq proof assistant.

Homepage: http://coq-interval.gforge.inria.fr/
2014-12-08 09:15:13 +01:00
Michael Raskin
06f4ddf962 Add suckless.org sinit for experiments 2014-12-08 09:12:14 +03:00
Jaka Hudoklin
4a993dc409 Merge pull request #5255 from offlinehacker/nixos/fleet
nixos: add fleet module
2014-12-08 02:49:42 +01:00
lethalman
9d0b57e3b6 Merge pull request #5257 from prikhi/fix-clearlooks-phenix
clearlooks-phenix: Fix the Meta Description
2014-12-08 00:32:53 +01:00