8 stdenv.mkDerivation (finalAttrs: {
13 url = "https://www.yudit.org/download/yudit-${finalAttrs.version}.tar.gz";
14 hash = "sha256-oYgjTWEnNXaE9Sw9bGpLnY9avQ99tnJWa/RE73p85Vc=";
22 description = "Free Unicode plain-text editor for Unix-like systems";
23 homepage = "https://www.yudit.org/";
24 changelog = "https://www.yudit.org/download/CHANGELOG.TXT";
25 mainProgram = "yudit";
26 license = lib.licenses.gpl2Plus;
27 maintainers = with lib.maintainers; [ doronbehar ];
28 # Might work on Darwin but currently fails, and upstream doesn't officially
30 platforms = lib.platforms.linux;