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
Eelco Dolstra
84d4358635
Fix compatibility with Nix < 1.6
...
Nix 1.6 (accidentally) changed the semantics of strings like
"${path}/bla", so this happened to work on 1.6 but not before.
2013-10-16 23:07:47 +02:00
Shea Levy
418fa3bb33
D'oh
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 16:01:27 -04:00
Shea Levy
6171f13ed5
Add gurobi to the system packages if the configuration specifies a license
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 11:26:39 -04:00
Shea Levy
715bee3a0a
Add gurobi client module
...
Not yet tested, no license yet
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 11:23:58 -04:00
Shea Levy
a5a13c4e43
Add gurobi token server service
...
Not yet tested, I don't have a license yet
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 11:02:05 -04:00
Shea Levy
a9c65b31b9
Add gurobi package
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 10:38:20 -04:00
Eelco Dolstra
b3debdc046
Fix test evaluation
2013-10-16 12:47:11 +02:00
Eelco Dolstra
756ca94e0c
Really fix the EFI installer test
...
http://hydra.nixos.org/build/6497361
2013-10-16 12:16:34 +02:00
Eelco Dolstra
aeb3169b71
xorg-server: Fix a 20 year old security bug
...
CVE-2013-4396
2013-10-16 11:58:08 +02:00
Eelco Dolstra
ee72a0c386
Disable the trac test
...
It's been failing since forever.
2013-10-16 11:49:10 +02:00
Eelco Dolstra
6dafee8d67
Fix runInMachine
...
It requires a writable /nix/store to store the build result. Also,
wait until we've reached multi-user.target before doing the build, and
do a sync at the end to ensure all data to $out is properly written.
http://hydra.nixos.org/build/6496716
2013-10-16 11:37:38 +02:00
Eelco Dolstra
e0db0aaa4d
Rename /etc/nix.machines to /etc/nix/machines
...
Since we have a /etc/nix directory, we should use it and not pollute
/etc.
2013-10-16 10:57:25 +02:00
Eelco Dolstra
16cd8b039b
Remove nix.manualNixMachines
...
Suggested by Marc Weber. Fixes #1059 .
Generate /etc/nix.machines only if buildMachines is not empty. Thus,
if you want to manage /etc/nix.machines in some other way, you can set
nix.distributedBuilds to true but not set nix.buildMachines.
2013-10-16 10:53:23 +02:00
Eelco Dolstra
7c7bfa817a
fail2ban: Update to 0.8.10
...
Also fix random start failures due to a race between the fail2ban
server and the postStart script.
2013-10-16 10:03:43 +02:00
Domen Kožar
c8f261c72d
Merge pull request #1070 from lovek323/sdlmame
...
sdlmame: add expression
2013-10-15 15:02:17 -07:00
Domen Kožar
c9acee7ee0
Merge pull request #1073 from offlinehacker/nixos/graphite/fix_carbon
...
nixos/graphite: carbon, use syslog for logging
2013-10-15 14:59:51 -07:00
Bjørn Forsman
b5c1d1873a
skype: add workaround for pulseaudio glitches
...
See http://arunraghavan.net/2013/08/pulseaudio-4-0-and-skype/
Relevant bug reports:
https://github.com/NixOS/nixpkgs/issues/788
https://bugs.archlinux.org/task/35690
https://bugs.freedesktop.org/show_bug.cgi?id=50510
We don't want to disable pulseaudio timer-based scheduling (tsched=0)
because that affects everyone. It seems this is the proper distro fix
for skype + pulseaudio at the moment.
2013-10-15 22:58:12 +02:00
Eelco Dolstra
8485487727
Get rid of <nixpkgs>
2013-10-15 17:52:02 +02:00
Eelco Dolstra
ceb8ab7ffa
Really fix use of NixOps with the merged Nixpkgs/NixOS tree
...
Note that there is a subtle difference in Nix that causes
nixos-rebuild to work and NixOps to fail:
$ nix-instantiate '<nixos>' -A config.system.nixosVersion --eval-only
"13.10pre34915.50f4822"
$ nix-instantiate '<nixos/default.nix>' -A config.system.nixosVersion --eval-only
error: opening file `/nix/var/nix/profiles/per-user/root/channels/nixos/.version': No such file or directory
Fixes NixOS/nixops#145 .
2013-10-15 17:50:09 +02:00
Eelco Dolstra
bbe265e8c2
slim: Only enable if the X server is enabled
...
http://hydra.nixos.org/build/6494972
Disabling slim revealed that services.xserver.displayManager.job had
an incorrect type, so fixed that as well.
2013-10-15 17:24:33 +02:00
Eelco Dolstra
0c0bc0857e
tzdata: Update to 2013g
2013-10-15 17:24:33 +02:00
Eelco Dolstra
11960d2f47
nss: Update to 3.15.2
2013-10-15 17:24:33 +02:00
Eelco Dolstra
df5eadd283
nspr: Update to 4.10.1
2013-10-15 17:24:33 +02:00