1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

surrealdb: fix build (#337916)

This commit is contained in:
Yt 2024-08-30 10:29:11 +00:00 committed by GitHub
commit db6d31f035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-KtR+qU2Xys4NkEARZBbO8mTPa7EI9JplWvXdtuLt2vE=";
};
patches = [
./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
cargoPatches = [
./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
];
cargoHash = "sha256-5qIIPdE6HYov5EIR4do+pMeZ1Lo3at39aKOP9scfMy8=";