Add unionfs-fuse meta

This commit is contained in:
Shea Levy 2012-12-16 16:42:45 -05:00
parent 42b061d118
commit 6a147cfbfa

View file

@ -10,4 +10,11 @@ stdenv.mkDerivation rec {
};
buildInputs = [ cmake fuse ];
meta = {
description = "FUSE UnionFS implementation";
homepage = http://podgorny.cz/moin/UnionFsFuse;
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}