eteroj.lv2: init at 0.4.0
This commit is contained in:
parent
a363ed1071
commit
8d37a5a99a
24
pkgs/applications/audio/eteroj.lv2/default.nix
Normal file
24
pkgs/applications/audio/eteroj.lv2/default.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libuv, lv2 }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "eteroj.lv2";
|
||||||
|
version = "0.4.0";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "OpenMusicKontrollers";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "0lzdk7hlz3vqgshrfpj0izjad1fmsnzk2vxqrry70xgz8xglvnmn";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ libuv lv2 ];
|
||||||
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "OSC injection/ejection from/to UDP/TCP/Serial for LV2";
|
||||||
|
homepage = https://open-music-kontrollers.ch/lv2/eteroj;
|
||||||
|
license = licenses.artistic2;
|
||||||
|
maintainers = with maintainers; [ magnetophon ];
|
||||||
|
};
|
||||||
|
}
|
@ -16375,6 +16375,8 @@ with pkgs;
|
|||||||
|
|
||||||
eterm = callPackage ../applications/misc/eterm { };
|
eterm = callPackage ../applications/misc/eterm { };
|
||||||
|
|
||||||
|
eteroj.lv2 = libsForQt5.callPackage ../applications/audio/eteroj.lv2 { };
|
||||||
|
|
||||||
etherape = callPackage ../applications/networking/sniffers/etherape { };
|
etherape = callPackage ../applications/networking/sniffers/etherape { };
|
||||||
|
|
||||||
evilvte = callPackage ../applications/misc/evilvte {
|
evilvte = callPackage ../applications/misc/evilvte {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user