From cf4b55fb4ac7c66f8949956e80b0da548b6726f0 Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Sat, 25 May 2024 18:44:56 +0800 Subject: [PATCH] python3Packages.graph-tool: broken on darwin --- pkgs/development/python-modules/graph-tool/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/graph-tool/default.nix b/pkgs/development/python-modules/graph-tool/default.nix index c23fcff68c04..d6272068a366 100644 --- a/pkgs/development/python-modules/graph-tool/default.nix +++ b/pkgs/development/python-modules/graph-tool/default.nix @@ -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; [ ]; }; }