mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plan9port: fix acme font loading
This commit is contained in:
parent
0ab270770b
commit
3e5a0dcf55
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue