Merge pull request #130792 from dan4ik605743/tonelib-fix

This commit is contained in:
Sandro 2021-07-22 11:40:30 +02:00 committed by GitHub
commit 82964b7ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -12,6 +12,7 @@
, fribidi
, pango
, freetype
, curl
}:
stdenv.mkDerivation rec {
@ -50,6 +51,10 @@ stdenv.mkDerivation rec {
mv $out/bin/ToneLib-GFX $out/bin/tonelib-gfx
'';
runtimeDependencies = [
(lib.getLib curl)
];
meta = with lib; {
description = "Tonelib GFX is an amp and effects modeling software for electric guitar and bass.";
homepage = "https://tonelib.net/";

View file

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

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/";