Commit graph

22,930 commits

Author SHA1 Message Date
Peter Simons
4f57aabd7c haskell-either: update to version 4.3.1 2014-09-14 00:06:37 +02:00
Peter Simons
29661328f0 haskell-djinn: update to version 2014.9.7 2014-09-14 00:06:37 +02:00
Peter Simons
a3cf7e86f5 haskell-diagrams-rasterific: update to version 0.1.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
2d4118b21c haskell-diagrams-lib: update to version 1.2.0.3 2014-09-14 00:06:37 +02:00
Peter Simons
db42a9a86f haskell-diagrams-cairo: update to version 1.2.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
3c996e00c4 haskell-cuda: update to version 0.6.5.0 2014-09-14 00:06:37 +02:00
Peter Simons
f1442285ee haskell-criterion: update to version 1.0.1.0 2014-09-14 00:06:37 +02:00
Peter Simons
6211803085 haskell-checkers: update to version 0.4.1 2014-09-14 00:06:37 +02:00
Peter Simons
068a8e42d3 haskell-case-insensitive: update to version 1.2.0.0 2014-09-14 00:06:37 +02:00
Peter Simons
9aad370b80 haskell-boundingboxes: update to version 0.2 2014-09-14 00:06:37 +02:00
Peter Simons
63db029727 haskell-blaze-builder: update to version 0.3.3.3 2014-09-14 00:06:37 +02:00
Peter Simons
b8379f353f haskell-base-prelude: update to version 0.1.4 2014-09-14 00:06:37 +02:00
Peter Simons
10c7a3c6da haskell-attoparsec: update to version 0.12.1.1 2014-09-14 00:06:37 +02:00
Peter Simons
2f282a4732 haskell-aeson-qq: update to version 0.7.3 2014-09-14 00:06:37 +02:00
Peter Simons
561fa4ded3 haskell-DAV: update to version 1.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
54a7a49451 haskell-Chart: update to version 1.3.1 2014-09-14 00:06:37 +02:00
Peter Simons
9917e8813a haskell-Chart-gtk: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Peter Simons
1f19af6dcc haskell-Chart-diagrams: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Peter Simons
6c60e8efd1 haskell-Chart-cairo: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Vladimír Čunát
d957b4bd78 Merge recent master into staging
Hydra nixpkgs: ?compare=1151601
2014-09-13 21:48:29 +02:00
Vladimír Čunát
6a63d1e1e1 libav: replace default 10 branch by the new 11
Upstream claims the upgrade is API-compatible.
That is why I decided to drop the 10 branch completely.
2014-09-13 21:48:11 +02:00
Vladimír Čunát
e90e423a26 mesa: maintenance update 2014-09-13 21:06:49 +02:00
Vladimír Čunát
ead6603b60 libav: update all branches, probably with security fixes 2014-09-13 21:05:16 +02:00
Vladimír Čunát
23697f2db2 poppler: maintenance update 2014-09-13 21:05:07 +02:00
Bjørn Forsman
f6d4d5907e ilixi: mark as broken
It's broken since the directfb 1.6.3 -> 1.7.6 update, commit
bb7138e9a9 ("directfb: Update to 1.7.6").

  [...]
  building libilixi_graphics_la-Surface.lo
    CXX    libilixi_graphics_la-Surface.lo
  Surface.cpp: In member function 'void ilixi::Surface::setGeometry(int, int, int, int)':
  Surface.cpp:157:44: error: in C++98 'r' must be initialized by constructor, not by '{...}'
       DFBRectangle r = { x, y, width, height };
2014-09-13 15:15:19 +02:00
Alexander Kjeldaas
e431a3e0b5 openssl: make it deterministic 2014-09-13 15:05:27 +02:00
Alexander Kjeldaas
bee22ab79e libgcrypt, libgpg-error, busybox: improve determinism 2014-09-13 15:04:43 +02:00
Alexander Kjeldaas
3bf4362381 python: improve library determinism
1) Make the core python libraries deterministic.
2) Make the python libraries created by glib deterministic.

@vcunat put back the removal of share/gtk-doc in glib.
2014-09-13 15:03:12 +02:00
Vladimír Čunát
e316672dcb glibc: put back the nscd check, by $out instead of date
I don't know why they feel they need to check the compatibility by build date,
so I would keep check against $out, which is a better nix equivalent.

Also, expression refactoring (put comments out of hash-changing bash).
2014-09-13 14:06:27 +02:00
Alexander Kjeldaas
dd673de2a7 glibc: make compilation more pure
Remove datetime from nscd.
2014-09-13 13:53:43 +02:00
Pascal Wittmann
8d67b9a240 transformed meta.maintainers of some packages into lists 2014-09-13 13:52:02 +02:00
Thomas Tuegel
8c3f749eda Rewrite hoogleLocal expression
The old expression was broken. This began as an attempt to fix it, but
the new expression is substantially different. It takes advantage of new
features that obviate the need to patch Hoogle. It comes with several
limitations. The new expression does not build the database in parallel,
although it does not take long. The new expression also does not support
downloading databases from the Hoogle instance at haskell.org; those
databases link to Hackage for documentation, defying the meaning of local.
2014-09-12 15:29:02 -05:00
William A. Kennington III
57becd586a Merge pull request #4053 from matejc/fix_vaapivdpau
fix vaapiVdpau build with patch
2014-09-12 12:14:25 -07:00
William A. Kennington III
977004408b Merge pull request #4055 from linquize/directfb
directfb: Update to 1.7.6
2014-09-12 12:13:32 -07:00
Linquize
bb7138e9a9 directfb: Update to 1.7.6 2014-09-12 17:35:37 +02:00
Matej Cotman
5c4a3c576c fix vaapiVdpau build with patch 2014-09-12 16:25:59 +02:00
wyvie
8746d4b6bc Added quazip-0.7 2014-09-12 17:06:36 +04:00
Eelco Dolstra
075c1d4f15 Doh 2014-09-12 11:21:21 +02:00
Eelco Dolstra
135142780b readline: Name Nix expressions consistently 2014-09-12 11:15:13 +02:00
Eelco Dolstra
d2143c73bb readline-6.3: Fix building on Darwin
The zip file contains files named CHANGELOG and ChangeLog, so the
build fails on case-insensitive systems with:

  error: creating file `/nix/store/nix-4888-0/unpacked/ChangeLog': File exists

The official tar distribution does not have this problem.
2014-09-12 11:15:13 +02:00
William A. Kennington III
686a139f29 Merge pull request #4030 from AndersonTorres/small-fixups
Small style fixups
2014-09-11 21:27:54 -07:00
Hoang Xuan Phu
b5c219d5dc add functor-infix 2014-09-12 11:24:06 +07:00
Mateusz Kowalczyk
37900c35c3 agda: add bitvector 2014-09-11 20:35:56 +01:00
Nick Sauce
39dabcafd6 flite: update 1.4 -> 1.9.0
@vcunat added meta.platforms.
2014-09-11 21:34:40 +02:00
Nick Sauce
e5c7115d6d gtkspellmm: new package
@vcunat added platforms.
2014-09-11 21:24:56 +02:00
Mateusz Kowalczyk
270c7f0622 agda-sheaves: use lib.licenses 2014-09-11 19:51:24 +01:00
Mateusz Kowalczyk
d084f40c01 agda: add Agda-Sheaves 2014-09-11 18:49:28 +01:00
Rob Vermaas
3bd21b9558 libmicrohttpd: update from 0.9.35 to 0.9.37 2014-09-11 13:37:18 +02:00
Rob Vermaas
33038f9ed9 liboauth: update from 1.0.2 to 1.0.3, potentially fixes CVE-2013-4390 2014-09-11 13:36:21 +02:00
AndersonTorres
b39e5ce957 Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00