17 stdenv.mkDerivation (finalAttrs: {
21 src = fetchFromGitea {
22 domain = "dev.lovelyhq.com";
25 rev = "release-${finalAttrs.version}";
26 hash = "sha256-16qNVlWFVXfvbte5EgP/u193wK2GV/r22hVX0SZWr+0=";
42 ] ++ lib.optionals stdenv.hostPlatform.isLinux [
47 propagatedBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
51 outputs = [ "out" "lib" "dev" "info" "man" ];
56 homepage = "http://libburnia-project.org/";
57 description = "Enables creation and expansion of ISO-9660 filesystems on CD/DVD/BD";
58 changelog = "https://dev.lovelyhq.com/libburnia/libisoburn/src/tag/${finalAttrs.src.rev}/ChangeLog";
59 license = lib.licenses.gpl2Plus;
60 mainProgram = "osirrox";
61 maintainers = with lib.maintainers; [ AndersonTorres ];
62 inherit (libisofs.meta) platforms;