lmdb: more idiomatic code

This should solve a warning from the r-rmcgibbo bot:
> checkPhase should probably contain runHook preCheck and runHook postCheck

+1 -1
+1 -1
pkgs/development/libraries/lmdb/default.nix
··· 27 27 ++ lib.optional stdenv.isDarwin "LDFLAGS=-Wl,-install_name,$(out)/lib/liblmdb.so"; 28 28 29 29 doCheck = true; 30 - checkPhase = "make test"; 30 + checkTarget = "test"; 31 31 32 32 postInstall = '' 33 33 moveToOutput bin "$bin"