Merge pull request #194385 from helsinki-systems/fix/icinga2-vim-pname

icinga2: Add pname to .vim
This commit is contained in:
ajs124 2022-10-04 14:55:45 +02:00 committed by GitHub
commit f985c308d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
''}
'';
vim = runCommand "vim-icinga2-${version}" {} ''
vim = runCommand "vim-icinga2-${version}" { pname = "vim-icinga2"; } ''
mkdir -p $out/share/vim-plugins
cp -r "${src}/tools/syntax/vim" $out/share/vim-plugins/icinga2
'';