plan9port: fix acme font loading

This commit is contained in:
Emery Hemingway 2015-01-14 11:59:34 -05:00
parent 0ab270770b
commit 3e5a0dcf55

View File

@ -7,6 +7,11 @@ stdenv.mkDerivation rec {
name = "plan9port-20140306";
patches = [ ./fontsrv.patch ];
postPatch =
''
substituteInPlace src/cmd/acme/acme.c \
--replace /lib/font/bit $out/plan9/font
'';
builder = ./builder.sh;