kakoune: 2019.01.20 -> 2019.07.01
This commit is contained in:
committed by
Alyssa Ross
parent
b3a88b8d10
commit
f3ea1c8238
@@ -4,12 +4,12 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kakoune-unwrapped";
|
pname = "kakoune-unwrapped";
|
||||||
version = "2019.01.20";
|
version = "2019.07.01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "kakoune";
|
repo = "kakoune";
|
||||||
owner = "mawww";
|
owner = "mawww";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04ak1jm7b1i03sx10z3fxw08rn692y2fj482jn5kpzfzj91b2ila";
|
sha256 = "0jdkldq5rygzc0wcxr1j4fmp2phciy8602ghhf6xq21a9bq2v639";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];
|
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];
|
||||||
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
|
|||||||
export version="v${version}"
|
export version="v${version}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doInstallCheckPhase = true;
|
||||||
|
installCheckPhase = ''
|
||||||
|
$out/bin/kak -ui json -E "kill 0"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://kakoune.org/;
|
homepage = http://kakoune.org/;
|
||||||
description = "A vim inspired text editor";
|
description = "A vim inspired text editor";
|
||||||
|
|||||||
Reference in New Issue
Block a user