Add unionfs-fuse and ntfs-3g to the channel
This commit is contained in:
parent
1be45ef6c4
commit
ccda14879e
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.tuxera.com/community/;
|
homepage = http://www.tuxera.com/community/;
|
||||||
description = "FUSE-base NTFS driver with full write support";
|
description = "FUSE-base NTFS driver with full write support";
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://podgorny.cz/moin/UnionFsFuse;
|
homepage = http://podgorny.cz/moin/UnionFsFuse;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue