bolliedelayxt.lv2: init at unstable-2017-11-02
This commit is contained in:
parent
135b6bf9ff
commit
847f05202c
2 changed files with 27 additions and 0 deletions
25
pkgs/applications/audio/bolliedelayxt.lv2/default.nix
Normal file
25
pkgs/applications/audio/bolliedelayxt.lv2/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{ lib, stdenv, fetchFromGitHub, lv2 }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "bolliedelayxt.lv2";
|
||||||
|
version = "unstable-2017-11-02";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "MrBollie";
|
||||||
|
repo = pname;
|
||||||
|
rev = "49c488523c8fb71cb2222d41f9f66ee0cb6b6d82";
|
||||||
|
sha256 = "sha256-7GM3YccN22JQdQ5ng9HFs9R6Ex/d+XP/khTQsgbGcAw=";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ lv2 ];
|
||||||
|
|
||||||
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A flexible LV2 delay plugin";
|
||||||
|
homepage = "https://github.com/MrBollie/bolliedelayxt.lv2";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = [ maintainers.magnetophon ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
|
@ -2172,6 +2172,8 @@ with pkgs;
|
||||||
|
|
||||||
bmap-tools = callPackage ../tools/misc/bmap-tools { };
|
bmap-tools = callPackage ../tools/misc/bmap-tools { };
|
||||||
|
|
||||||
|
bolliedelayxt-lv2 = callPackage ../applications/audio/bolliedelayxt.lv2 { };
|
||||||
|
|
||||||
bonnmotion = callPackage ../development/tools/misc/bonnmotion { };
|
bonnmotion = callPackage ../development/tools/misc/bonnmotion { };
|
||||||
|
|
||||||
bonnie = callPackage ../tools/filesystems/bonnie {
|
bonnie = callPackage ../tools/filesystems/bonnie {
|
||||||
|
|
Loading…
Reference in a new issue