diff --git a/crates/notedeck_chrome/Cargo.toml b/crates/notedeck_chrome/Cargo.toml index 6b6d348..29c05fd 100644 --- a/crates/notedeck_chrome/Cargo.toml +++ b/crates/notedeck_chrome/Cargo.toml @@ -87,6 +87,8 @@ label = "Notedeck" [package.metadata.deb] name = "notedeck" copyright = "2024 Damus, Nostr Inc." +# Manually specify a libc dependency that works on Ubuntu 22.04: +depends = ["libc6 (>= 2.35)"] [package.metadata.generate-rpm] name = "notedeck"