mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
jamomacore: remove unmaintained and broken lib
This commit is contained in:
parent
cfdd677f5a
commit
2f68b13515
3 changed files with 1 additions and 27 deletions
|
@ -1,25 +0,0 @@
|
|||
{ stdenv, fetchFromGitHub, pkg-config, alsaLib, portaudio, portmidi, libsndfile, cmake, libxml2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.0-beta.1";
|
||||
pname = "JamomaCore";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jamoma";
|
||||
repo = "JamomaCore";
|
||||
rev = "v${version}";
|
||||
sha256 = "1hb9b6qc18rsvzvixgllknn756m6zwcn22c79rdibbyz1bhrcnln";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ alsaLib portaudio portmidi libsndfile libxml2 ];
|
||||
|
||||
meta = {
|
||||
description = "A C++ platform for building dynamic and reflexive systems with an emphasis on audio and media";
|
||||
homepage = "http://www.jamoma.org";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true; # 2018-04-10
|
||||
};
|
||||
}
|
|
@ -258,6 +258,7 @@ mapAliases ({
|
|||
inboxer = throw "inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped.";
|
||||
infiniband-diags = rdma-core; # added 2019-08-09
|
||||
inotifyTools = inotify-tools;
|
||||
jamomacore = throw "jamomacore has been removed: abandoned upstream."; # added 2020-11-21
|
||||
jasper = throw "jasper has been removed: abandoned upstream with many vulnerabilities";
|
||||
jbuilder = dune; # added 2018-09-09
|
||||
jikes = throw "jikes was deprecated on 2019-10-07: abandoned by upstream";
|
||||
|
|
|
@ -12194,8 +12194,6 @@ in
|
|||
|
||||
jam = callPackage ../development/tools/build-managers/jam { };
|
||||
|
||||
jamomacore = callPackage ../development/libraries/audio/jamomacore { };
|
||||
|
||||
jbake = callPackage ../development/tools/jbake { };
|
||||
|
||||
jbang = callPackage ../development/tools/jbang { };
|
||||
|
|
Loading…
Reference in a new issue