pythonPackages.lmdb: Fix build

This commit is contained in:
Sandro Jäckel
2021-01-06 11:05:13 +01:00
parent 7452b3d853
commit 65eccfad5d
2 changed files with 13 additions and 7 deletions
+3 -1
View File
@@ -3634,7 +3634,9 @@ in {
llvm = pkgs.llvm_9;
}; # llvmlite always requires a specific version of llvm.
lmdb = callPackage ../development/python-modules/lmdb { };
lmdb = callPackage ../development/python-modules/lmdb {
inherit (pkgs) lmdb;
};
lml = callPackage ../development/python-modules/lml { };