tonelib-jam: fixed runtimeDependencies

This commit is contained in:
dan4ik 2021-07-20 21:52:24 +07:00
parent da87aef532
commit e9092c24c4

View file

@ -12,6 +12,7 @@
, fribidi , fribidi
, pango , pango
, freetype , freetype
, curl
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -50,6 +51,10 @@ stdenv.mkDerivation rec {
mv $out/bin/ToneLib-Jam $out/bin/tonelib-jam mv $out/bin/ToneLib-Jam $out/bin/tonelib-jam
''; '';
runtimeDependencies = [
(lib.getLib curl)
];
meta = with lib; { meta = with lib; {
description = "ToneLib Jam the learning and practice software for guitar players"; description = "ToneLib Jam the learning and practice software for guitar players";
homepage = "https://tonelib.net/"; homepage = "https://tonelib.net/";