mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
xconq: fix build
This commit is contained in:
parent
4d3c396181
commit
d0d191939c
|
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||
# Fix C files
|
||||
sed -re 's@[(]int[)]color@(long)color@' -i tcltk/tkmap.c
|
||||
sed -re '/unitp = view_unit[(]uview[)]/aelse *unitp = NULL\;' -i tcltk/tkmap.c
|
||||
sed -re 's@BMAP_BYTE char@BMAP_BYTE unsigned char@' -i kernel/ui.h
|
||||
|
||||
# Fix TCL files
|
||||
sed -re 's@MediumBlue@LightBlue@g' -i tcltk/tkconq.tcl
|
||||
|
|
Loading…
Reference in a new issue