Merge pull request #5771 from ehmry/acme
plan9port: fix acme font loading
This commit is contained in:
commit
6d978a3dee
@ -7,6 +7,11 @@ stdenv.mkDerivation rec {
|
|||||||
name = "plan9port-20140306";
|
name = "plan9port-20140306";
|
||||||
|
|
||||||
patches = [ ./fontsrv.patch ];
|
patches = [ ./fontsrv.patch ];
|
||||||
|
postPatch =
|
||||||
|
''
|
||||||
|
substituteInPlace src/cmd/acme/acme.c \
|
||||||
|
--replace /lib/font/bit $out/plan9/font
|
||||||
|
'';
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user