make libtidy an alias for html-tidy
I accidentally introduced the libtidy attr in 7e4ca1cc7
This commit is contained in:
parent
57c1e7f23f
commit
5bc00cce22
@ -1841,8 +1841,6 @@ let
|
|||||||
|
|
||||||
libtermkey = callPackage ../development/libraries/libtermkey { };
|
libtermkey = callPackage ../development/libraries/libtermkey { };
|
||||||
|
|
||||||
libtidy = callPackage ../development/libraries/libtidy { };
|
|
||||||
|
|
||||||
libtirpc = callPackage ../development/libraries/ti-rpc { };
|
libtirpc = callPackage ../development/libraries/ti-rpc { };
|
||||||
|
|
||||||
libshout = callPackage ../development/libraries/libshout { };
|
libshout = callPackage ../development/libraries/libshout { };
|
||||||
@ -14203,6 +14201,7 @@ let
|
|||||||
youtubeDL = youtube-dl; # added 2014-10-26
|
youtubeDL = youtube-dl; # added 2014-10-26
|
||||||
rdiff_backup = rdiff-backup; # added 2014-11-23
|
rdiff_backup = rdiff-backup; # added 2014-11-23
|
||||||
htmlTidy = html-tidy; # added 2014-12-06
|
htmlTidy = html-tidy; # added 2014-12-06
|
||||||
|
libtidy = html-tidy; # added 2014-12-21
|
||||||
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
|
||||||
nfsUtils = nfs-utils; # added 2014-12-06
|
nfsUtils = nfs-utils; # added 2014-12-06
|
||||||
|
Loading…
x
Reference in New Issue
Block a user