mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ntfs-3g";
|
||||
pname = "ntfs3g";
|
||||
version = "2017.3.23";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user