forked from mirrors/nixpkgs
sshfs-fuse: align attrname with pkgname
This commit is contained in:
parent
a115cd5dbf
commit
36cf2405bd
|
@ -100,6 +100,7 @@ doNotDisplayTwice rec {
|
||||||
spaceOrbit = space-orbit; # addewd 2016-05-23
|
spaceOrbit = space-orbit; # addewd 2016-05-23
|
||||||
speedtest_cli = speedtest-cli; # added 2015-02-17
|
speedtest_cli = speedtest-cli; # added 2015-02-17
|
||||||
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
||||||
|
sshfsFuse = sshfs-fuse; # added 2016-09
|
||||||
system_config_printer = system-config-printer; # added 2016-01-03
|
system_config_printer = system-config-printer; # added 2016-01-03
|
||||||
telepathy_qt5 = qt5.telepathy; # added 2015-12-19
|
telepathy_qt5 = qt5.telepathy; # added 2015-12-19
|
||||||
tftp_hpa = tftp-hpa; # added 2015-04-03
|
tftp_hpa = tftp-hpa; # added 2015-04-03
|
||||||
|
|
|
@ -3618,7 +3618,7 @@ in
|
||||||
|
|
||||||
squashfsTools = callPackage ../tools/filesystems/squashfs { };
|
squashfsTools = callPackage ../tools/filesystems/squashfs { };
|
||||||
|
|
||||||
sshfsFuse = callPackage ../tools/filesystems/sshfs-fuse { };
|
sshfs-fuse = callPackage ../tools/filesystems/sshfs-fuse { };
|
||||||
|
|
||||||
sshuttle = callPackage ../tools/security/sshuttle { };
|
sshuttle = callPackage ../tools/security/sshuttle { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue