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}" export version="v${version}"
''; '';
doInstallCheckPhase = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''
$out/bin/kak -ui json -E "kill 0" $out/bin/kak -ui json -e "kill 0"
''; '';
postInstall = '' postInstall = ''