Skip to content

Commit

Permalink
gitAndTools.tig: 2.5.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 9, 2020
1 parent 5f33f33 commit a74e709
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkgs/applications/version-management/git-and-tools/tig/default.nix
@@ -1,16 +1,16 @@
{ stdenv, fetchFromGitHub, ncurses, asciidoc, xmlto, docbook_xsl, docbook_xml_dtd_45, fetchpatch
{ stdenv, fetchFromGitHub, ncurses, asciidoc, xmlto, docbook_xsl, docbook_xml_dtd_45
, readline, makeWrapper, git, libiconv, autoreconfHook, findXMLCatalogs, pkgconfig
}:

stdenv.mkDerivation rec {
pname = "tig";
version = "2.5.0";
version = "2.5.1";

src = fetchFromGitHub {
owner = "jonas";
repo = pname;
rev = "${pname}-${version}";
sha256 = "1lrzgnq8ywq28qd4xyd0y5qfv3j25ra81lcbdqqfywasl8lwz3lf";
sha256 = "0wxcbfqsk8p84zizy6lf3gp5j122wrf8c7xlipki6nhcfhksn33b";
};

nativeBuildInputs = [ makeWrapper autoreconfHook asciidoc xmlto docbook_xsl docbook_xml_dtd_45 findXMLCatalogs pkgconfig ];
Expand All @@ -25,14 +25,6 @@ stdenv.mkDerivation rec {
rm -f contrib/config.make-*
'';

patches = [
# Fix memory leak. Remove with the next release
(fetchpatch {
url = "https://github.com/jonas/tig/commit/6202c6032f17438a2facb23f02e330b9d0566d9d.patch";
sha256 = "15zn8hw9y7bqa1np4mj0qnm2z86nif7qwh7wc4vgy2rwxdil85bd";
})
];

enableParallelBuilding = true;

installPhase = ''
Expand Down

0 comments on commit a74e709

Please sign in to comment.