aalib: patch for Darwin

This commit is contained in:
Spencer Whitt
2015-04-01 19:24:19 -04:00
parent fe527e7d33
commit 8430216fb5
2 changed files with 108 additions and 0 deletions
@@ -17,6 +17,8 @@ stdenv.mkDerivation {
configureFlags = "--without-x --with-ncurses=${ncurses}";
patches = stdenv.lib.optionals stdenv.isDarwin [ ./darwin.patch ];
meta = {
description = "ASCII art graphics library";
};