haskell-ncurses: fix build
This commit is contained in:
parent
876047edf7
commit
ca90826c6f
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [ text transformers ];
|
buildDepends = [ text transformers ];
|
||||||
buildTools = [ c2hs ];
|
buildTools = [ c2hs ];
|
||||||
extraLibraries = [ ncurses ];
|
extraLibraries = [ ncurses ];
|
||||||
|
patchPhase = "find . -type f -exec sed -i -e 's|ncursesw/||' {} \\;";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-ncurses/";
|
homepage = "https://john-millikin.com/software/haskell-ncurses/";
|
||||||
description = "Modernised bindings to GNU ncurses";
|
description = "Modernised bindings to GNU ncurses";
|
||||||
|
Loading…
Reference in New Issue
Block a user