Commit 207731e3 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

clisp: enable ffcall on Darwin

parent 9d4e72cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

  inherit libsigsegv gettext coreutils;

  ffcallAvailable = stdenv.isLinux && (libffcall != null);
  ffcallAvailable = libffcall != null;

  buildInputs = [libsigsegv]
  ++ lib.optional (gettext != null) gettext