From 95fde80ac24a8199e01d0573c1b2c5164451f0ef Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Sat, 16 Mar 2024 20:03:02 +0100 Subject: [PATCH] libajantv2: Add hint about new upstream/build failure with obs-studio --- pkgs/development/libraries/libajantv2/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/libajantv2/default.nix b/pkgs/development/libraries/libajantv2/default.nix index d0d94c2d125a..07e68cf5515f 100644 --- a/pkgs/development/libraries/libajantv2/default.nix +++ b/pkgs/development/libraries/libajantv2/default.nix @@ -6,6 +6,9 @@ , pkg-config }: +# Warning: We are aware that the upstream changed and there are new release, +# this got initally packaged for obs-studio which appears to fail to build even upstream with the new version. +# https://github.com/NixOS/nixpkgs/pull/296191 / https://github.com/NixOS/nixpkgs/pull/296191 stdenv.mkDerivation rec { pname = "libajantv2"; version = "16.2-bugfix5";