* utillinuxng -> utillinux.

svn path=/nixos/trunk/; revision=30858
This commit is contained in:
Eelco Dolstra 2011-12-12 19:02:37 +00:00
parent 6e95485a28
commit 52e6088c88
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ in
system.sbin.mount = mkOption { system.sbin.mount = mkOption {
internal = true; internal = true;
default = pkgs.utillinuxng; default = pkgs.utillinux;
description = " description = "
Package containing mount and umount. Package containing mount and umount.
"; ";