dialog: init at 1.2-20150225, closes #8457
Generate ncurses dialogs from shell scripts.
This commit is contained in:
committed by
Rok Garbas
parent
f10c6bef56
commit
7907a8bcba
@@ -160,5 +160,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
|
||||
passthru.ldflags = if unicode then "-lncursesw" else "-lncurses";
|
||||
passthru = {
|
||||
ldflags = if unicode then "-lncursesw" else "-lncurses";
|
||||
inherit unicode abiVersion;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user