11 rustPlatform.buildRustPackage rec {
12 pname = "git-quickfix";
15 src = fetchFromGitHub {
19 sha256 = "sha256-IAjet/bDG/Hf/whS+yrEQSquj8s5DEmFis+5ysLLuxs=";
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
31 cargoHash = "sha256-eTAEf2nRrJ7i2Dw5BBZlLLu8mK2G/wUk40ivtfxk1pI=";
34 description = "Quickfix allows you to commit changes in your git repository to a new branch without leaving the current branch";
35 homepage = "https://github.com/siedentop/git-quickfix";
36 license = licenses.gpl3;
37 platforms = platforms.all;
38 maintainers = with maintainers; [ cafkafk ];
39 mainProgram = "git-quickfix";