summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorGrigoriy Dmitriev <gregorioslion@gmail.com>2018-05-21 22:41:00 +0300
committerGrigoriy Dmitriev <gregorioslion@gmail.com>2018-05-21 22:41:00 +0300
commite4ed1d343eb569087d44857c70d1a13213390746 (patch)
treece507ec5315568c953d71999591f791c58afe423 /pkgs/applications/editors/kakoune
parentd239113bb0a2b471ea72d8a8af2331ec87d72a93 (diff)
Kakoune version updated 2018-03-22 -> 2018-05-21, debug mode disabled
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 868dfaf3d12a..8ef1e549906e 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -4,15 +4,16 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "kakoune-unstable-${version}";
- version = "2018-03-22";
+ version = "2018-05-21";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
- rev = "f8e297acef1be0657b779fea5256f606a6c6a3a3";
- sha256 = "14xmw3lkwzppm9bns55nmyb1lfihzhdyisf6xjqlszdj4mcf94jl";
+ rev = "878d2a4bdb674a5e7703a66e530520f48efba641";
+ sha256 = "0pwy6ilsb62s1792gjyvhvq8shj60l8lx26b58zvpfb54an4s6rk";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];
+ makeFlags = [ "debug=no" ];
postPatch = ''
export PREFIX=$out