Merge pull request #258647 from wegank/igraph-fix
igraph: drop failing test on darwin
This commit is contained in:
commit
bf1b7bc64a
1 changed files with 4 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue