35 majorMinorPatch = lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version));
37 url = "mirror://kde/stable/KBibTeX/${majorMinorPatch}/kbibtex-${version}.tar.xz";
38 hash = "sha256-sSeyQKfNd8U4YZ3IgqOZs8bM13oEQopJevkG8U0JuMQ=";
68 "--prefix" "PATH" ":" "${lib.makeBinPath [ bibutils ]}"
72 description = "Bibliography editor for KDE";
73 mainProgram = "kbibtex";
74 homepage = "https://userbase.kde.org/KBibTeX";
75 changelog = "https://invent.kde.org/office/kbibtex/-/raw/v${version}/ChangeLog";
76 license = licenses.gpl2Plus;
77 maintainers = with maintainers; [ dotlambda ];
78 platforms = platforms.linux;