rlwrap: fix build on darwin
This commit is contained in:
parent
255ff0f5e9
commit
d8f8da9711
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ readline ];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-Wno-error=implicit-function-declaration";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Readline wrapper for console programs";
|
||||
homepage = "https://github.com/hanslub42/rlwrap";
|
||||
|
|
Loading…
Reference in a new issue