6 stdenv.mkDerivation rec {
7 pname = "nv-codec-headers";
11 url = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git";
13 sha256 = "sha256-KzaqwpzISHB7tSTruynEOJmSlJnAFK2h7/cRI/zkNPk=";
21 description = "FFmpeg version of headers for NVENC";
22 homepage = "https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git";
23 license = licenses.mit;
24 maintainers = with maintainers; [ MP2E ];
25 platforms = platforms.all;