From dd697d414853a99d0d5f05ee23430923c6da1176 Mon Sep 17 00:00:00 2001 From: Alex Chalk Date: Sat, 5 Mar 2022 20:01:05 -0500 Subject: strawberry: add libgpod Add libgpod to the build for working ipod sync. --- pkgs/applications/audio/strawberry/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/audio/strawberry') diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix index fb440c6dc51..ee77144104c 100644 --- a/pkgs/applications/audio/strawberry/default.nix +++ b/pkgs/applications/audio/strawberry/default.nix @@ -19,6 +19,7 @@ , protobuf , sqlite , taglib +, libgpod , libpulseaudio , libselinux , libsepol @@ -63,6 +64,7 @@ mkDerivation rec { qtbase qtx11extras ] ++ lib.optionals stdenv.isLinux [ + libgpod libpulseaudio libselinux libsepol -- cgit 1.4.1