mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
sqlite-interactive: align attrname with pkgname
sqliteInteractive => sqlite-interactive. Keep copy of old attribute for backward compatibility.
This commit is contained in:
parent
289ec3b5aa
commit
748b335256
@ -6913,7 +6913,7 @@ let
|
||||
|
||||
sqlite = lowPrio (callPackage ../development/libraries/sqlite { });
|
||||
|
||||
sqliteInteractive = appendToName "interactive" (sqlite.override { interactive = true; });
|
||||
sqlite-interactive = appendToName "interactive" (sqlite.override { interactive = true; });
|
||||
|
||||
sqlcipher = lowPrio (callPackage ../development/libraries/sqlcipher {
|
||||
readline = null;
|
||||
@ -12908,6 +12908,7 @@ let
|
||||
youtubeDL = youtube-dl; # added 2014-10-26
|
||||
rdiff_backup = rdiff-backup; # added 2014-11-23
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
||||
|
||||
opentsdb = callPackage ../tools/misc/opentsdb {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user