5 stdenv.mkDerivation rec {
7 version = "unstable-2020-11-06";
10 url = "https://git.ffmpeg.org/nut.git";
11 rev = "12f6a7af3e0f34fd957cf078b66f072d3dc695b3";
12 sha256 = "1wgl2mb9482c1j3yac0v2ilfjs7gb9mhw9kjnrmlj9kp0whm4l1j";
15 sourceRoot = "${src.name}/src/trunk";
16 makeFlags = ["prefix=$(out)"];
23 description = "A library to read/write the NUT video container format";
24 homepage = "https://git.ffmpeg.org/gitweb/nut.git";
25 license = licenses.mit;
26 maintainers = with maintainers; [quag];
27 platforms = platforms.linux;