Commit Graph

37646 Commits

Author SHA1 Message Date
Peter Simons
4888f83063 Merge pull request #1465 from msackman/master
Bump LXC to 1.0.0.beta1
2014-01-08 08:11:17 -08:00
Evgeny Egorochkin
e8a9e30cc7 Add meta.branch to some packages 2014-01-08 18:06:18 +02:00
Nixpkgs Monitor
e148a016f5 xlibs.xf86videointel: update from 2.21.9 to 2.21.15 2014-01-08 16:17:32 +01:00
Nixpkgs Monitor
3a6254f3f7 mc: update from 4.8.0 to 4.8.11 2014-01-08 16:05:08 +01:00
Rickard Nilsson
16ce061e11 tailor: Add extra source URL 2014-01-08 15:29:38 +01:00
Peter Simons
0266ac9c30 apache-httpd-2.4: revert "enable building the 'event'-based mpm worker"
Commit 0c3d910cd0 didn't have any effect.
The 'event' MPM module isn't built because our version of APR is too old.
2014-01-08 13:17:40 +01:00
Michael Raskin
0e3591941c Fix Octave-full evaluation 2014-01-07 23:50:10 +04:00
Michael Raskin
37e6b8ec80 A larger Octave build with GUI 2014-01-07 22:02:44 +04:00
Vladimír Čunát
e01af040ed xorg.libXfont: bugfix update, CVE-2013-6462
This lib is deprecated and almost unused, but still...
2014-01-07 17:51:22 +01:00
Eelco Dolstra
20ab977736 ffmpeg: configurable.nix -> 2.x.nix 2014-01-07 15:36:00 +01:00
Vladimír Čunát
54f73f77a8 Merge pull request #1461 from ttuegel/ffmpeg
add configurable FFmpeg expression, fdk-aac library, license fixes
2014-01-07 06:05:22 -08:00
Vladimír Čunát
7cce1ff58b Merge pull request #1462 from ktosiek/pr/dfeet
Add d-feet, a DBus debugger
2014-01-07 05:54:43 -08:00
Eelco Dolstra
2f11bc495b Hide nodePackages from nix-env
Many nodePackages have identical names as "normal" packages (e.g.,
swig, redis, tar) which is obviously bad.  So don't make nix-env
recursive into nodePackages.

A better solution would be to have node packages have a "node-"
prefix, similar to Perl and Python packages.
2014-01-07 13:41:22 +01:00
Rob Vermaas
0d54426794 Add zabbix 2.2.1 2014-01-07 13:11:32 +01:00
Eelco Dolstra
c3db56527d linux: Update to 3.4.75 2014-01-07 11:08:16 +01:00
Michael Raskin
0cbc292e1c Skip Octave test result copying, too, for now 2014-01-07 12:16:50 +04:00
Mathijs Kwik
8fad5a72ec add emacs/idris-mode 2014-01-07 07:16:47 +01:00
Michael Raskin
b93e6efbf4 Skip Octave tests for now 2014-01-07 01:01:08 +04:00
Shea Levy
31887d4c13 Update node packages
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 13:25:20 -05:00
Matthew Sackman
847a310c67 Bump LXC to 1.0.0.beta1
Tested locally. Builds and works for me.
2014-01-06 17:46:00 +00:00
Eelco Dolstra
9d3d42406b samba: Update to 3.6.22
CVE-2012-6150, CVE-2013-4408.
2014-01-06 17:48:39 +01:00
Eelco Dolstra
72feb8e011 nss: Update to 3.15.3.1
http://www.mozilla.org/security/announce/2013/mfsa2013-117.html
2014-01-06 17:42:32 +01:00
Peter Simons
0cf499828f haskell-threads: update to version 0.5.1.0 2014-01-06 16:34:54 +01:00
Peter Simons
97776ee7d3 haskell-shake: update to version 0.11 2014-01-06 16:34:54 +01:00
Peter Simons
dea19765d2 haskell-scientific: update to version 0.2.0.1 2014-01-06 16:34:54 +01:00
Peter Simons
150981ec0e haskell-pipes: update to version 4.0.2 2014-01-06 16:34:54 +01:00
Peter Simons
c836b94037 haskell-mueval: update to version 0.9.1.1 2014-01-06 16:34:54 +01:00
Peter Simons
84c9d66699 haskell-lifted-async: update to version 0.1.1 2014-01-06 16:34:54 +01:00
Peter Simons
62c6fc26a7 haskell-hoogle: update to version 4.2.28 2014-01-06 16:34:53 +01:00
Peter Simons
b1c03d1253 haskell-happstack-server: update to version 7.3.2 2014-01-06 16:34:53 +01:00
Peter Simons
b723b25d34 haskell-hakyll: update to version 4.4.3.0 2014-01-06 16:34:53 +01:00
Peter Simons
bf481b776d haskell-charset: update to version 0.3.6 2014-01-06 16:34:53 +01:00
Peter Simons
745263c23e haskell-aeson-pretty: update to version 0.7.1 2014-01-06 16:34:53 +01:00
Peter Simons
b5b91ffb4c haskell-SHA: update to version 1.6.2.1 2014-01-06 16:34:53 +01:00
Peter Simons
3e376d5780 haskell-MonadCatchIO-mtl: update to version 0.3.1.0 2014-01-06 16:34:53 +01:00
Eelco Dolstra
3abcd7e268 debian: Update to 7.3 2014-01-06 15:51:00 +01:00
Shea Levy
bfcce3d429 Update bower2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 08:44:22 -05:00
Shea Levy
e6dae5d7f4 Add fetchbower function to go along with bower2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 08:20:22 -05:00
Nixpkgs Monitor
7f8b47b60d youtubeDL: update from 2014.01.03 to 2014.01.05.6 2014-01-06 15:17:32 +02:00
Sander van der Burg
ad8974fc53 Disable test for setuptools on darwin, and add darwin to supported platforms for serf. This should make nodejs working on darwin again 2014-01-06 14:12:37 +01:00
Peter Simons
4fbb9e293c Merge pull request #1460 from ttuegel/texlive
Bump TeXLive versions
2014-01-06 03:24:23 -08:00
Peter Simons
c70c8a7158 git-annex: try to fix test suite 2014-01-06 12:09:58 +01:00
Peter Simons
ca6c043312 haskell-crypto-conduit: jailbreak for recent versions of crypto-api 2014-01-06 12:09:58 +01:00
Peter Simons
3394e55f60 haskell-web-routes: update to version 0.27.4 2014-01-06 12:09:58 +01:00
Peter Simons
18914b931e haskell-web-routes-boomerang: update to version 0.28.1 2014-01-06 12:09:58 +01:00
Peter Simons
c126096e46 haskell-persistent-sqlite: update to version 1.3.0.1 2014-01-06 12:09:58 +01:00
Peter Simons
117fcf801b haskell-crypto-api: update to version 0.13 2014-01-06 12:09:58 +01:00
Peter Simons
9ea0efdebe haskell-cipher-aes128: update to version 0.6 2014-01-06 12:09:57 +01:00
Peter Simons
3eeae1c4df haskell-boomerang: update to version 1.4.1 2014-01-06 12:09:57 +01:00
Peter Simons
713633f051 haskell-hoogle: update to version 4.2.27 2014-01-06 12:09:57 +01:00