Adopt more packages.

This commit is contained in:
Petr Rockai
2014-01-28 18:11:00 +01:00
parent 6f5be260b4
commit 4124bb9ff5
20 changed files with 41 additions and 9 deletions
+3 -1
View File
@@ -16,8 +16,10 @@ stdenv.mkDerivation rec {
inherit utillinux;
meta = {
meta = with stdenv.lib; {
homepage = http://fuse.sourceforge.net/;
description = "Kernel module and library that allows filesystems to be implemented in user space";
platforms = platforms.linux;
maintainers = maintainers.mornfall;
};
}