about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorChris Moultrie <821688+tebriel@users.noreply.github.com>2023-12-05 15:12:28 -0500
committerChris Moultrie <821688+tebriel@users.noreply.github.com>2023-12-05 15:12:28 -0500
commit79e06103c7415d5ddc610c09d6f012656567d0be (patch)
tree4540be57829c27fb2393d72f267820f84cd62191 /pkgs/applications/audio
parent9008bc4eb62c878d0812105ea1b34255d651df88 (diff)
abcde: Include IOSocketSSL which is required for included MusicBrainz package
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/abcde/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/abcde/default.nix b/pkgs/applications/audio/abcde/default.nix
index 1c5fc57181420..e688e0edccdf9 100644
--- a/pkgs/applications/audio/abcde/default.nix
+++ b/pkgs/applications/audio/abcde/default.nix
@@ -30,7 +30,7 @@ in
 
     nativeBuildInputs = [ makeWrapper ];
 
-    buildInputs = with perlPackages; [ perl MusicBrainz MusicBrainzDiscID ];
+    buildInputs = with perlPackages; [ perl MusicBrainz MusicBrainzDiscID IOSocketSSL ];
 
     installFlags = [ "sysconfdir=$(out)/etc" ];