8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitea {
13 domain = "dev.lovelyhq.com";
16 rev = "release-${finalAttrs.version}";
17 hash = "sha256-Xo45X4374FXvlrJ4Q0PahYvuWXO0k3N0ke0mbURYt54=";
25 outputs = [ "out" "man" ];
30 homepage = "https://dev.lovelyhq.com/libburnia/web/wiki";
31 description = "A library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
32 changelog = "https://dev.lovelyhq.com/libburnia/libburn/src/tag/${finalAttrs.src.rev}/ChangeLog";
33 license = lib.licenses.gpl2Plus;
34 maintainers = with lib.maintainers; [ abbradar AndersonTorres ];
35 mainProgram = "cdrskin";
36 platforms = lib.platforms.unix;