9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitea {
14 domain = "dev.lovelyhq.com";
17 rev = "release-${finalAttrs.version}";
18 hash = "sha256-Xo45X4374FXvlrJ4Q0PahYvuWXO0k3N0ke0mbURYt54=";
34 homepage = "https://dev.lovelyhq.com/libburnia/web/wiki";
35 description = "Library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
36 changelog = "https://dev.lovelyhq.com/libburnia/libburn/src/tag/${finalAttrs.src.rev}/ChangeLog";
37 license = lib.licenses.gpl2Plus;
38 maintainers = with lib.maintainers; [
42 mainProgram = "cdrskin";
43 platforms = lib.platforms.unix;