about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-05-22 02:27:53 +0200
committerGitHub <noreply@github.com>2018-05-22 02:27:53 +0200
commit8b29ccb3410478eeb0c26cfac29591e81bb05684 (patch)
treef95d3fefc110786eb8179754852fe3b6c483b5ea
parent643462aef37d54278765a7638e93478ef5fe0578 (diff)
parente4ed1d343eb569087d44857c70d1a13213390746 (diff)
downloadnixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar.gz
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar.bz2
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar.lz
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar.xz
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.tar.zst
nixlib-8b29ccb3410478eeb0c26cfac29591e81bb05684.zip
Merge pull request #40889 from GrigoriyDmitriev/kakoune20180521
kakoune-unstable: 2018-03-22 -> 2018-05-21, debug mode disabled
-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