14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
19 owner = "graphia-app";
22 sha256 = "sha256-gAJwAz3iKa4auRtsrPS9dz3ieiB09FeL6VN5Psq1i8Y=";
27 git # needs to define some hash as a version
39 # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin
40 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin;
41 description = "Visualisation tool for the creation and analysis of graphs";
42 homepage = "https://graphia.app";
43 license = licenses.gpl3Only;
44 mainProgram = "Graphia";
45 maintainers = [ maintainers.bgamari ];
46 platforms = platforms.all;