about summary refs log tree commit diff
path: root/pkgs/applications/audio/gnome-podcasts
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2020-10-04 00:58:12 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-10-24 01:17:50 +0200
commit703a72f4d3d6da9f617ac7d4ac679708037bd9ee (patch)
treede591432ef2b1685f8b181124647c70ce6e8ac64 /pkgs/applications/audio/gnome-podcasts
parent8cfb2ead47180aaa87f9a70d56ef236b48969ade (diff)
gnome-podcasts: use libhandy_0
Diffstat (limited to 'pkgs/applications/audio/gnome-podcasts')
-rw-r--r--pkgs/applications/audio/gnome-podcasts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gnome-podcasts/default.nix b/pkgs/applications/audio/gnome-podcasts/default.nix
index c7df55118c7a5..cf3a8ae4197b3 100644
--- a/pkgs/applications/audio/gnome-podcasts/default.nix
+++ b/pkgs/applications/audio/gnome-podcasts/default.nix
@@ -10,7 +10,7 @@
 , python3
 , pkgconfig
 , glib
-, libhandy
+, libhandy_0
 , gtk3
 , dbus
 , openssl
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [
     glib
     gtk3
-    libhandy
+    libhandy_0
     dbus
     openssl
     sqlite