wyrd: fixup by using older ncurses

(cherry picked from commit 8f713e881e)
This commit is contained in:
Vladimír Čunát 2017-08-29 22:06:07 +02:00
parent dc93744273
commit 0f0bf06ac6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 { };