mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
gnome-podcasts: use libhandy_0
This commit is contained in:
parent
8cfb2ead47
commit
703a72f4d3
@ -10,7 +10,7 @@
|
|||||||
, python3
|
, python3
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, glib
|
, glib
|
||||||
, libhandy
|
, libhandy_0
|
||||||
, gtk3
|
, gtk3
|
||||||
, dbus
|
, dbus
|
||||||
, openssl
|
, openssl
|
||||||
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk3
|
||||||
libhandy
|
libhandy_0
|
||||||
dbus
|
dbus
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user