mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
parent
41f3dee176
commit
9f00b07aa4
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
|||
./patches/0030-Display-whole-multibyte-character.patch
|
||||
];
|
||||
postPatch = ''
|
||||
if [ ! stdenv.isDarwin ]; then echo "#define USG" >> local.h; fi
|
||||
cat >> local.h <<EOF
|
||||
#define USG
|
||||
#define TERMLIB "-lncurses"
|
||||
#define LANGUAGES "{american,MASTERDICTS=american.med,HASHFILES=americanmed.hash}"
|
||||
#define MASTERHASH "americanmed.hash"
|
||||
|
|
Loading…
Reference in a new issue