11 stdenvNoCC.mkDerivation rec {
16 url = "https://www.jflap.org/jflaptmp/july27-18/JFLAP${version}.jar";
17 sha256 = "oiwJXdxWsYFj6Ovu7xZbOgTLVw8160a5YQUWbgbJlAY=";
34 desktopName = "jflap";
35 genericName = "Formal language application";
38 url = "https://www.jflap.org/jflapLogo2.jpg";
39 sha256 = "sha256-IiworHI+GT6Fm6B0E+FXnKe+hN8nZYPrxHGZFAcsWDw=";
41 comment = meta.description;
55 mkdir -p $out/share/java
56 cp -s $src $out/share/java/jflap.jar
57 makeWrapper ${jre8}/bin/java $out/bin/jflap \
58 --prefix _JAVA_OPTIONS : "-Dawt.useSystemAAFontSettings=on" \
59 --add-flags "-jar $out/share/java/jflap.jar"
64 description = "GUI tool for experimenting with formal languages topics";
65 homepage = "https://www.jflap.org/";
66 license = licenses.unfree;
67 sourceProvenance = with sourceTypes; [ binaryBytecode ];
68 maintainers = with maintainers; [
72 platforms = jre8.meta.platforms;