liberal-crime-squad: fix darwin build after #41902
This commit is contained in:
parent
a4d56d0635
commit
48272ebb6c
@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, stdenv, ncurses, autoreconfHook, SDL2, SDL2_mixer }:
|
||||
{ fetchFromGitHub, stdenv, autoreconfHook, libiconv, ncurses, SDL2, SDL2_mixer }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2016-07-06";
|
||||
@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ncurses SDL2 SDL2_mixer ];
|
||||
buildInputs = [ libiconv ncurses SDL2 SDL2_mixer ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A humorous politically themed ncurses game";
|
||||
|
Loading…
Reference in New Issue
Block a user