Commit a095a888 authored by Weijia Wang's avatar Weijia Wang
Browse files

igraph: drop failing test on darwin

parent d2f79d74
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ stdenv.mkDerivation (finalAttrs: {

  postPatch = ''
    echo "${finalAttrs.version}" > IGRAPH_VERSION
  ''
  # https://github.com/igraph/igraph/issues/2340
  + lib.optionalString stdenv.isDarwin ''
    sed -i "/safelocale/d" tests/CMakeLists.txt
  '';

  outputs = [ "out" "dev" "doc" ];