Unverified Commit bf1b7bc6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #258647 from wegank/igraph-fix

igraph: drop failing test on darwin
parents 2953b511 a095a888
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" ];