1 { mkDerivation, lib, fetchFromGitHub, cmake, qtbase }:
7 src = fetchFromGitHub {
10 rev = "${pname}-${version}";
11 sha256 = "sha256-xM0nroWs4WByc2O469zVeAlzKn6LLr+8WDlEdSjtRYI=";
14 buildInputs = [ qtbase ];
16 nativeBuildInputs = [ cmake ];
19 license = licenses.gpl2Only;
20 homepage = "https://github.com/tibirna/qgit";
21 description = "Graphical front-end to Git";
22 maintainers = with maintainers; [ peterhoeg markuskowa ];
23 inherit (qtbase.meta) platforms;