13 stdenv.mkDerivation rec {
17 src = fetchFromGitLab {
18 domain = "code.videolan.org";
22 hash = "sha256-xWqyQl3peB/ENReMcDHzIdKXXCYOJYbhhG8tcSh36dY=";
25 # avoid rebuild on Linux for now
26 patches = lib.optionals stdenv.isDarwin [
27 # https://code.videolan.org/rist/librist/-/issues/192
44 description = "Library that can be used to easily add the RIST protocol to your application";
45 homepage = "https://code.videolan.org/rist/librist";
46 license = with licenses; [
51 maintainers = with maintainers; [ raphaelr ];
52 platforms = platforms.all;