Unverified Commit c1443913 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

gitstatus: passthru custom libgit2

parent e40ac75f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
  zlib,
  runtimeShell,
}:
let
  romkatv_libgit2 = callPackage ./romkatv_libgit2.nix { };
in
stdenv.mkDerivation rec {
  pname = "gitstatus";
  version = "1.5.5";
@@ -28,8 +31,8 @@ stdenv.mkDerivation rec {
  );

  buildInputs = [
    romkatv_libgit2
    zlib
    (callPackage ./romkatv_libgit2.nix { })
  ];

  postPatch = ''
@@ -115,6 +118,10 @@ stdenv.mkDerivation rec {
    wait $!
  '';

  passthru = {
    inherit romkatv_libgit2;
  };

  meta = {
    description = "10x faster implementation of `git status` command";
    longDescription = ''