Merge pull request #107383 from cole-h/kakoune

kakoune: fix installCheck
This commit is contained in:
Lassulus 2020-12-24 20:07:09 +01:00 committed by GitHub
commit 16b80104bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
export version="v${version}"
'';
doInstallCheckPhase = true;
doInstallCheck = true;
installCheckPhase = ''
$out/bin/kak -ui json -E "kill 0"
$out/bin/kak -ui json -e "kill 0"
'';
postInstall = ''