forked from mirrors/nixpkgs
Add unionfs-fuse meta
This commit is contained in:
parent
42b061d118
commit
6a147cfbfa
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue