mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wyrd: fixup by using older ncurses
This commit is contained in:
parent
95a4c03c7d
commit
8f713e881e
1 changed files with 3 additions and 1 deletions
|
@ -904,7 +904,9 @@ let
|
|||
|
||||
# Apps / from all-packages
|
||||
|
||||
wyrd = callPackage ../tools/misc/wyrd { };
|
||||
wyrd = callPackage ../tools/misc/wyrd {
|
||||
ncurses = pkgs.ncurses5;
|
||||
};
|
||||
|
||||
haxe = callPackage ../development/compilers/haxe { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue