fuse-zip: Add dashed variant (and one with underscore for compat)
This commit is contained in:
parent
15f68398ef
commit
7f63790f25
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ doNotDisplayTwice rec {
|
|||
firefox-wrapper = firefox; # 2016-01
|
||||
firefoxWrapper = firefox; # 2015-09
|
||||
fuse_exfat = exfat; # 2015-09-11
|
||||
fuse_zip = fuse-zip; # added 2016-04-27
|
||||
gettextWithExpat = gettext; # 2016-02-19
|
||||
grantlee5 = qt5.grantlee; # added 2015-12-19
|
||||
gupnptools = gupnp-tools; # added 2015-12-19
|
||||
|
|
|
@ -1574,7 +1574,7 @@ in
|
|||
|
||||
fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };
|
||||
|
||||
fuse_zip = callPackage ../tools/filesystems/fuse-zip { };
|
||||
fuse-zip = callPackage ../tools/filesystems/fuse-zip { };
|
||||
|
||||
exfat = callPackage ../tools/filesystems/exfat { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue