cygwin: readline bash_cv_func_sigsetjmp=missing

This commit is contained in:
Florian Friesdorf 2014-10-23 20:09:09 +02:00 committed by Rok Garbas
parent 447adb305f
commit feef088b39

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
# Don't run the native `strip' when cross-compiling.
dontStrip = stdenv ? cross;
bash_cv_func_sigsetjmp = if stdenv.isCygwin then "missing" else null;
meta = with stdenv.lib; {
description = "Library for interactive line editing";