It was being parsed incorrectly, as noted on
https://github.com/NixOS/nix/issues/1440
nix-repl> builtins.parseDrvName ntfs3g.name
{ name = "ntfs"; version = "3g-2017.3.23"; }
From the Debian advisory:
Jann Horn of Google Project Zero discovered that NTFS-3G, a read-write
NTFS driver for FUSE, does not scrub the environment before executing
modprobe with elevated privileges. A local user can take advantage of
this flaw for local root privilege escalation.
to ensure that NTFS filesystems are mounted using ntfs-3g, which is
much better than the kernel NTFS driver. In particular, this
ensures that udisks will automount external NTFS drives with
read/write support. (See also
http://www.tuxera.com/community/ntfs-3g-faq/#plugandplay)
svn path=/nixpkgs/trunk/; revision=31055