mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
Add unionfs-fuse and ntfs-3g to the channel
This commit is contained in:
parent
1be45ef6c4
commit
ccda14879e
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue