mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #258647 from wegank/igraph-fix
igraph: drop failing test on darwin
This commit is contained in:
commit
bf1b7bc64a
@ -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 New Issue
Block a user