mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
wyrd: fixup by using older ncurses
(cherry picked from commit 8f713e881e
)
This commit is contained in:
parent
dc93744273
commit
0f0bf06ac6
@ -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 New Issue
Block a user