Commit Graph

35038 Commits

Author SHA1 Message Date
Peter Simons
45a91132d9 haskell-system-filepath: update to version 0.4.8 2013-10-18 12:52:27 +02:00
Peter Simons
d201a6e224 haskell-shakespeare: update to version 1.2.0.1 2013-10-18 12:52:27 +02:00
Peter Simons
9f43183c61 haskell-shakespeare-text: update to version 1.0.0.8 2013-10-18 12:52:27 +02:00
Peter Simons
469e7aef65 haskell-shakespeare-js: update to version 1.2.0.2 2013-10-18 12:52:27 +02:00
Peter Simons
35c78fe23c haskell-shake: update to version 0.10.8 2013-10-18 12:52:27 +02:00
Peter Simons
75ac9e0576 haskell-persistent-template: update to version 1.2.0.4 2013-10-18 12:52:27 +02:00
Peter Simons
82cf1828a4 haskell-free: update to version 4.1 2013-10-18 12:52:27 +02:00
Peter Simons
62f701dc2e haskell-file-embed: update to version 0.0.5 2013-10-18 12:52:27 +02:00
Peter Simons
b2868afaa4 haskell-entropy: update to version 0.2.2.4 2013-10-18 12:52:27 +02:00
Peter Simons
7026921a04 haskell-bindings-DSL: update to version 1.0.20 2013-10-18 12:52:27 +02:00
Peter Simons
a6be541153 haskell-JuicyPixels: update to version 3.1.1.1 2013-10-18 12:52:27 +02:00
Peter Simons
c72d4a105a haskell-ChasingBottoms: update to version 1.3.0.7 2013-10-18 12:52:27 +02:00
Peter Simons
b258b45a4f haskell-idris: update to version 0.9.9.3 2013-10-18 12:52:27 +02:00
Peter Simons
ad44474f49 haskell-Cabal: add version 1.18.1.1 2013-10-18 12:52:27 +02:00
Peter Simons
c829e67198 haskell-transformers-compat: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
b9136ed171 haskell-tar: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
d36382193b haskell-skein: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
5dd8d6e1f3 haskell-hsyslog: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
86b9c3d60a haskell-hoauth: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
ebe6ff8b47 haskell-feed: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
c3d3097ab2 haskell-dotgen: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
66d6ba1b97 haskell-datetime: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
1a6a91d4fa haskell-arithmoi: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7af4922a9f haskell-RSA: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
749243496c haskell-hakyll: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7b73fa3853 haskell-uuid: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
47ecc24c48 haskell-HTTP-4000.2.8: cosmetic 2013-10-18 12:52:26 +02:00
Michael Raskin
ebdec6418d Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
Michael Raskin
fb2cb7bc0f Adding Glances system monitoring tool 2013-10-18 11:11:47 +04:00
Domen Kožar
ef00dc20e6 Merge pull request #1089 from offlinehacker/pkgs/gzrt/add
Add gzrt, gzip Recovery Toolkit
2013-10-17 15:00:05 -07:00
Domen Kožar
9e33bcc54d nginx: 1.4.1 -> 1.4.3 2013-10-17 23:36:21 +02:00
Shea Levy
e1ea4e3800 Add htm-xml-utils
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-17 14:11:15 -04:00
Jaka Hudoklin
9239b6df47 Add gzrt, gzip Recovery Toolkit 2013-10-17 18:35:24 +02:00
Eelco Dolstra
ee330eaedf nixUnstable: Update to 1.7pre3252_792fd51 2013-10-17 16:06:58 +02:00
Eelco Dolstra
8c047d4f2c Test whether PAM resource limits work 2013-10-17 15:37:08 +02:00
Eelco Dolstra
ff74d78c9d Allow PAM resource limits to be integers 2013-10-17 15:36:59 +02:00
Eelco Dolstra
af8fc748dd Fix PAM resource limits 2013-10-17 15:26:48 +02:00
Eelco Dolstra
b19d8e0fcd Remove obsolete pre-systemd compat stuff 2013-10-17 14:57:20 +02:00
Eelco Dolstra
5f14933c33 Don't enable acpid for VirtualBox guests
It's no longer needed for ACPI shutdown, since logind handles this
now.
2013-10-17 14:41:58 +02:00
Eelco Dolstra
ad0568e64a mkEnableOption: Add a period at the end of the description 2013-10-17 14:29:51 +02:00
Eelco Dolstra
04690da3bd Rename newOptionAttrSetToDocList -> optionAttrSetToDocList 2013-10-17 14:09:05 +02:00
Eelco Dolstra
82ad8c5ce0 Make manual generation not depend on the user's configuration
Previously changing the value of certain options in configuration.nix
would cause the manual to be regenerated, because some option defaults
depend on the configuration.  This is undesirable because rebuilding
the manual is kind of slow.  So now the manual reflects an empty
configuration.

The downside is that this requires another call to fixMergeModules,
which adds about 14% to evaluation time.  Probably worth it.
2013-10-17 13:43:40 +02:00
Eelco Dolstra
b33657df03 grub: Make assertion lazier 2013-10-17 13:30:49 +02:00
Eelco Dolstra
34d61c53c2 postgresql: Update to latest versions 2013-10-17 13:29:49 +02:00
Eelco Dolstra
de10c1b9be mysql: Update to 5.1.72 2013-10-17 13:25:45 +02:00
Eelco Dolstra
9255b5b81c mysql: Move all versions into the same directory 2013-10-17 13:25:13 +02:00
Eelco Dolstra
fc9b53c2bc mysql: Update to 5.5.34
CVE-2013-3839
2013-10-17 13:21:58 +02:00
Eelco Dolstra
bb67be7739 php: Update to 5.4.20 2013-10-17 13:21:14 +02:00
Eelco Dolstra
55ec87a907 mysql: Remove ancient, unsupported versions 2013-10-17 13:20:50 +02:00
Eelco Dolstra
4836a75fe0 Make more tests release-critical 2013-10-17 12:20:07 +02:00