aalib: patch for Darwin
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user