12 src = fetchFromGitHub {
16 hash = "sha256-jKDwNq/iMFqVpPq14kZa+T5fES54f4BAujXUwGlbiTE=";
19 vendorHash = "sha256-M7fa46BERNRHbCsAiGqt4GHVVTyrW6iIb6gRc4UuZxA=";
32 cp -r build/font $out/share
34 wrapProgram $out/bin/edwood \
35 --prefix PATH : ${lib.makeBinPath [ "${plan9port}/plan9" ]} \
36 --set PLAN9 $out/share # envvar is read by edwood to determine the font path prefix
39 doCheck = false; # Tests has lots of hardcoded mess.
42 description = "Go version of Plan9 Acme Editor";
43 homepage = "https://github.com/rjkroege/edwood";
44 license = with licenses; [ mit bsd3 ];
45 maintainers = with maintainers; [ kranzes ];
46 mainProgram = "edwood";