mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
igraph: drop failing test on darwin
This commit is contained in:
parent
d2f79d7443
commit
a095a888bd
@ -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