ntfs3g: change package name
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"; }
This commit is contained in:
parent
07176ed6f1
commit
0ec4394ee7
|
@ -2,7 +2,7 @@
|
||||||
, crypto ? false, libgcrypt, gnutls, pkgconfig}:
|
, crypto ? false, libgcrypt, gnutls, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ntfs-3g";
|
pname = "ntfs3g";
|
||||||
version = "2017.3.23";
|
version = "2017.3.23";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue