12 stdenv.mkDerivation rec {
14 # FIXME: change the rev for fetchFromGitLab in next release
17 src = fetchFromGitLab {
18 domain = "code.videolan.org";
21 # rev = version; FIXME: uncomment in next release
22 rev = "c14938692b313b5ba953543fd94fd1cad0eeef18"; # 0.2.7 with build fixes
23 sha256 = "1kb9crfqib0npiyjk4zb63zqlzbhqm35nz8nafsvdjd71qbd2amp";
32 lib.optionals stdenv.hostPlatform.isDarwin [ PCSC ]
33 ++ lib.optionals stdenv.hostPlatform.isLinux [ pcsclite ];
35 env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-deprecated-non-prototype";
39 url = commit: "https://code.videolan.org/videolan/${pname}/-/commit/${commit}.diff";
43 name = "make-cli-pipes-work-1.patch";
44 url = url "0425184dbf3fdaf59854af5f530da88b2196a57b";
45 sha256 = "0ysm2jivpnqxz71vw1102616qxww2gx005i0c5lhi6jbajqsa1cd";
48 name = "make-cli-pipes-work-2.patch";
49 url = url "cebabeab2bda065dca1c9f033b42d391be866d86";
50 sha256 = "1283kqv1r4rbaba0sv2hphkhcxgjkmh8ndlcd24fhx43nn63hd28";
55 description = "Sample implementation of the ARIB STD-B25 standard";
56 homepage = "https://code.videolan.org/videolan/aribb25";
57 license = licenses.isc;
58 maintainers = with maintainers; [ midchildan ];
60 platforms = platforms.all;