15 src = fetchFromGitHub {
19 hash = "sha256-OPsQOFwV6jIX4ZOVwJmpTeQUr/zkfkqCr86HmPhYarI=";
22 preBuild = lib.optionalString (stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "11.0") ''
23 export MACOSX_DEPLOYMENT_TARGET=10.15
30 buildInputs = lib.optionals stdenv.isDarwin [ Foundation CoreGraphics Metal AppKit ];
33 description = "GUI frontend for Delve";
35 homepage = "https://github.com/aarzilli/gdlv";
36 maintainers = with maintainers; [ mmlb ];
37 license = licenses.gpl3;