tonelib-zoom: fixed runtimeDependencies

This commit is contained in:
dan4ik 2021-07-20 21:53:53 +07:00
parent e9092c24c4
commit 0ef0c8b532

View file

@ -6,6 +6,7 @@
, webkitgtk
, libjack2
, alsa-lib
, curl
}:
stdenv.mkDerivation rec {
@ -38,6 +39,10 @@ stdenv.mkDerivation rec {
mv $out/bin/ToneLib-Zoom $out/bin/tonelib-zoom
'';
runtimeDependencies = [
(lib.getLib curl)
];
meta = with lib; {
description = "ToneLib Zoom change and save all the settings in your Zoom(r) guitar pedal";
homepage = "https://tonelib.net/";