mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
libdbi-drivers: Fix
This commit is contained in:
parent
fb235a871a
commit
a7638854d2
@ -6347,7 +6347,7 @@ let
|
||||
};
|
||||
|
||||
libdbiDrivers = libdbiDriversBase.override {
|
||||
inherit sqlite mysql;
|
||||
inherit sqlite libmysql;
|
||||
};
|
||||
|
||||
libdbusmenu_qt = callPackage ../development/libraries/libdbusmenu-qt { };
|
||||
|
Loading…
Reference in New Issue
Block a user