8 # util-linuxMinimal is included because we need the column command
12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "1g8i6vpjnnfh7vc1269c91bap267w4bxdqqwnzb8x18vqgn2fx8i";
23 nativeBuildInputs = [ makeWrapper ];
29 cp git-recent $out/bin
30 wrapProgram $out/bin/git-recent \
41 homepage = "https://github.com/paulirish/git-recent";
42 description = "See your latest local git branches, formatted real fancy";
43 license = licenses.mit;
44 platforms = platforms.all;
45 maintainers = [ maintainers.jlesquembre ];
46 mainProgram = "git-recent";