Merge pull request #5771 from ehmry/acme

plan9port: fix acme font loading
This commit is contained in:
Pascal Wittmann 2015-01-17 16:24:54 +01:00
commit 6d978a3dee

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;