24 version = "unstable-2022-01-26";
26 src = fetchFromGitHub {
29 rev = "833287c6a06bddc922cd346d6f0fcec7a882aee5";
30 hash = "sha256-iI6m+zBWDDBjmeuU9Nm4aIbEKfaPe36APPktdjznQpU=";
51 gst_all_1.gst-plugins-base
52 gst_all_1.gst-plugins-good
59 gst_all_1.gst-plugins-bad
60 gst_all_1.gst-plugins-ugly
64 # 'g_memdup' is deprecated: Use 'g_memdup2' instead
65 env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"
66 # Suppress incompatible function pointer error in clang due to libxml2 2.12 const changes
67 + lib.optionalString stdenv.cc.isClang " -Wno-error=incompatible-function-pointer-types";
70 description = "Buzztrax is a modular music composer for Linux";
71 homepage = "https://www.buzztrax.org/";
72 license = licenses.lgpl21Plus;
73 maintainers = [ maintainers.bendlas ];
74 platforms = platforms.unix;