void-packages/srcpkgs/gnome-podcasts/patches/fix-musl-build.patch
Rasmus Thomsen 7840cf1ed1
New package: gnome-podcasts-0.4.5
[ci skip]
2018-10-06 09:00:20 -03:00

11 lines
461 B
Diff

--- podcasts-gtk/Cargo.toml
+++ podcasts-gtk/Cargo.toml
@@ -28,7 +28,7 @@ reqwest = "0.8.8"
serde_json = "1.0.26"
# html2text = "0.1.8"
html2text = { git = "https://github.com/alatiera/rust-html2text" }
-gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
+gettext-rs = { git = "https://github.com/danigm/gettext-rs", features = ["gettext-system"] }
[dependencies.gtk]
features = ["v3_22"]