14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
19 owner = "graphia-app";
22 sha256 = "sha256-8+tlQbTr6BGx+/gjviuNrQQWcxC/j6dJ+PxwB4fYmqQ=";
28 name = "gcc-13.patch";
29 url = "https://github.com/graphia-app/graphia/commit/78fb55a4d73f96e9a182de433c7da60330bd5b5e.patch";
30 hash = "sha256-waI2ur3gOKMQvqB2Qnyz7oMOMConl3jLMVKKmOmTpJs=";
36 git # needs to define some hash as a version
48 # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin
49 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin;
50 description = "Visualisation tool for the creation and analysis of graphs";
51 homepage = "https://graphia.app";
52 license = licenses.gpl3Only;
53 mainProgram = "Graphia";
54 maintainers = [ maintainers.bgamari ];
55 platforms = platforms.all;