Vincent Laporte
e2db82874c
Updates merlin to 1.7.1
2014-08-22 14:56:33 +02:00
Luca Bruno
007232ff8f
linphone: mark as broken for ZHF
2014-08-22 12:54:02 +02:00
Eelco Dolstra
ce6b86cc68
Fix various evaluation problems
...
http://hydra.nixos.org/build/13616685
2014-08-22 11:57:40 +02:00
Eelco Dolstra
7cdb1bb8aa
Build a few NixOS system closures on Hydra
...
This will allow us to keep track of the evolution of closure sizes of
some typical configurations. (Hydra stores closure sizes in its
database.)
2014-08-22 11:41:15 +02:00
Aycan iRiCAN
fec81c392f
Revert "Merge pull request #3718 from MP2E/lens_4_4_update"
...
This reverts commit 53fab4004e171a3490842c921abd8551a73278b1, reversing
changes made to 08e4d586009768e0f2a874125ac618424703b7f5.
2014-08-22 12:38:10 +03:00
Aycan iRiCAN
53fab4004e
Merge pull request #3718 from MP2E/lens_4_4_update
...
bump haskellPackages.lens to 4.4, introduced haskellPackages.lensAeson.
2014-08-22 11:29:58 +03:00
Cray Elliott
b5c1cdd713
jailbreak cabal-lens so that it builds with lens v4.4
...
bug report submitted to cabal-lens to request upper bound bump
2014-08-22 00:16:40 -07:00
Cray Elliott
fbecc24611
Add lens-aeson library, lens 4.4 split all aeson functionality to here
2014-08-22 00:16:32 -07:00
Cray Elliott
939b3548a4
Lens library updated to v4.4
...
also passes tests again, so doCheck is not needed
2014-08-22 00:16:23 -07:00
System administrator
08e4d58600
picard: Fix acoustid-fingerprinter binary path.
...
Signed-off-by: System administrator <robberer@freakmail.de>
Merges and closes pull request #3717 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-22 09:05:34 +02:00
Pascal Wittmann
1bfaed62b3
quassel: add quassel and quassel-client without kde integration
...
Close #3508 .
2014-08-21 21:38:52 +02:00
Vladimír Čunát
084626deec
glew: update, and tweak meta
2014-08-21 21:28:42 +02:00
Vladimír Čunát
380ba438ee
libtar: fix CVE-2013-4420 by Debian patches
...
CC maintainer @bjornfor.
2014-08-21 20:35:21 +02:00
Michael Raskin
d2539c6ff5
Adding Julia 0.3.0: some progress, but doesn't work yet
2014-08-21 22:09:55 +04:00
Pascal Wittmann
bc7fe78d19
mit-scheme: update from 9.1.1 to 9.2 and remove broken tag
...
closes #3705
2014-08-21 19:40:53 +02:00
Sven Keidel
fc152248ce
cool-old-term: add 0.9 ( close #3685 , #3575 )
2014-08-21 19:22:37 +02:00
Eelco Dolstra
07e1301085
nixUnstable: Update to 1.8pre3766_809ca33
2014-08-21 18:04:56 +02:00
Eelco Dolstra
8e8adfc110
boehm-gc: Update to 7.2f
2014-08-21 17:54:43 +02:00
Luca Bruno
dcf17d3d5d
policycoreutils: fix build on i686 for ZHF
2014-08-21 17:29:51 +02:00
Luca Bruno
186589fdd1
leafnode: mark as broken for ZHF
2014-08-21 17:10:37 +02:00
Eelco Dolstra
0c781b3d8f
perl-5.8: Remove
2014-08-21 16:54:29 +02:00
Eelco Dolstra
36a00a0f93
perl-5.10: Remove
2014-08-21 16:54:29 +02:00
Eelco Dolstra
a9baea48df
openjade: Use default perl
2014-08-21 16:54:28 +02:00
lethalman
f25f21b78c
Merge pull request #3713 from paulkoerbitz/clipit
...
Add package for ClipIt, a lightweight GTK clipboard manager
2014-08-21 16:32:10 +02:00
Paul Koerbitz
a5cf54a52b
Add package for ClipIt, a lightweight GTK clipboard manager
2014-08-21 16:22:08 +02:00
Vincent Laporte
b8826951e4
Adds ocaml-sqlite3EZ and its dependency ocaml+twt
...
ocaml+twt is an alternative syntax for OCaml that uses indentation to group
multi-line expressions, like Python and Haskell.
Homepage: http://people.csail.mit.edu/mikelin/ocaml+twt/
sqlite3EZ is a thin wrapper for sqlite3-ocaml with a simplified interface. Query
results are processed with a functional map/fold, transactions are
aborted by exceptions, resource management is handled by the garbage
collector, etc.
Homepage: https://github.com/mlin/ocaml-sqlite3EZ
2014-08-21 15:36:52 +02:00
Vladimír Čunát
59e3e06076
xorg: update probably unused modules
2014-08-21 15:13:22 +02:00
Vladimír Čunát
acf8919844
xorg.xrandr: minor bugfix update
2014-08-21 15:13:21 +02:00
Vladimír Čunát
c31c79f0dd
xorg.xcb (lib+proto): update (seems mainly bug fixes)
2014-08-21 15:13:21 +02:00
Vladimír Čunát
315b8ec8f6
orc: bugfix updates
2014-08-21 15:13:21 +02:00
Vladimír Čunát
ead8f2ba0a
mesa: bugfix update
2014-08-21 15:13:20 +02:00
Vladimír Čunát
30fef8a3cf
readline: remove unused old versions 4 and 5
...
...including an unused patch.
2014-08-21 15:13:20 +02:00
Vladimír Čunát
50b65a7f8e
readline: use 6.3 by default
...
I found no build regressions with the most common dependents.
It's possible that older readline branches may be vulnerable,
although the last one announced seemed not to affect regular packages.
2014-08-21 15:13:19 +02:00
Vladimír Čunát
2b75fe851b
readline-6.3: update, including security fixes
...
Close #3706 CVE-2014-2524 (likely not affecting any our program anyway).
2014-08-21 15:13:19 +02:00
Vladimír Čunát
3775fa9ea2
subversion+serf: security update to fix CVE-2014-3504
...
Thanks to nixpkgs monitor again.
2014-08-21 15:13:19 +02:00
Vladimír Čunát
32f95153a1
ffmpeg (_1 and default _2): minor update, incl. security
...
CVE-2014-{5271,5272}
2014-08-21 15:13:18 +02:00
Vladimír Čunát
91db3f6b45
kde4: security patch for CVE-2014-5033
2014-08-21 15:13:18 +02:00
Vladimír Čunát
d4e9fd2a90
Merge recent master into staging
...
Hydra: ?compare=1148749
Conflicts (easy):
nixos/modules/virtualisation/containers.nix
2014-08-21 15:09:31 +02:00
Peter Simons
99f89d0ec6
Merge pull request #3709 from sol/add-reserve
...
Update haskell package reserve to 0.1.0
2014-08-21 14:18:04 +02:00
Simon Hengel
21799aff98
Update haskell package reserve to 0.1.0
2014-08-21 19:47:49 +08:00
Luca Bruno
3353e8550f
sup: fix build for ZHF
2014-08-21 12:47:12 +02:00
Moritz Ulrich
10ba4b67e4
Emacs: Use gnutls instead of OpenSSL.
...
It looks like this error was introduced accidentally with 0132e1b. Emacs
can't use openssl to make secure connections.
2014-08-21 12:45:28 +02:00
Peter Simons
091eb25a79
Merge pull request #3698 from bjornfor/linuxstopmotion
...
Add Linux Stopmotion application
2014-08-21 12:39:55 +02:00
Peter Simons
24c7345d35
Merge pull request #3707 from phunehehe/reserve
...
add haskell package reserve
2014-08-21 12:38:20 +02:00
AndersonTorres
6a78135865
Bochs: update to version 2.6.6
2014-08-21 07:08:09 -03:00
Hoang Xuan Phu
8fb6a25c6b
generate reserve using cabal2nix
2014-08-21 18:04:25 +08:00
AndersonTorres
49fcac0d6b
Fluxbox: adding system support (as a module)
2014-08-21 07:03:37 -03:00
Rob Vermaas
af14075f4d
Update node-packages-generated. Remove packages from node-packages.json that use an npm package that has a cyclic dependency. See also npm2nix#3
2014-08-21 11:27:56 +02:00
Austin Seipp
f09f8adc0f
nixpkgs: stricat 20140609100300
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-21 00:22:54 -05:00
Michael Raskin
b6a2f8eaa8
Fix a strange openresty build error
2014-08-21 08:42:00 +04:00