* Add mountall to the channel.

svn path=/nixpkgs/trunk/; revision=23523
This commit is contained in:
Eelco Dolstra 2010-08-29 20:50:38 +00:00
parent d53af6407c
commit 5e19006c1e

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation {
meta = {
homepage = https://launchpad.net/ubuntu/+source/mountall;
description = "Utility to mount all filesystems and emit Upstart events";
platforms = stdenv.lib.platforms.linux;
};
}