Skip to content

Commit

Permalink
kakoune: 2019.01.20 -> 2019.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd committed Aug 5, 2019
1 parent 08ea10a commit 2eac754
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/applications/editors/kakoune/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "kakoune-unwrapped";
version = "2019.01.20";
version = "2019.07.01";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
rev = "v${version}";
sha256 = "04ak1jm7b1i03sx10z3fxw08rn692y2fj482jn5kpzfzj91b2ila";
sha256 = "0jdkldq5rygzc0wcxr1j4fmp2phciy8602ghhf6xq21a9bq2v639";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];
Expand All @@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
export version="v${version}"
'';

doInstallCheckPhase = true;
installCheckPhase = ''
$out/bin/kak -ui json -E "kill 0"
'';

meta = {
homepage = http://kakoune.org/;
description = "A vim inspired text editor";
Expand Down

0 comments on commit 2eac754

Please sign in to comment.