python3Packages.graph-tool: broken on darwin

This commit is contained in:
Moraxyc 2024-05-25 18:44:56 +08:00
parent f56901a097
commit cf4b55fb4a
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
buildPythonPackage,
lib,
fetchurl,
stdenv,
autoreconfHook,
boost,
@ -69,6 +70,7 @@ buildPythonPackage rec {
description = "Python module for manipulation and statistical analysis of graphs";
homepage = "https://graph-tool.skewed.de";
license = licenses.lgpl3Plus;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ ];
};
}