mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
Revert "helpers/vim-plugin: fix mkVimPlugin when defaultPackage.meta.homepage doesn't exist"
This reverts commit a6b247359f
.
This commit is contained in:
parent
86344b2653
commit
735fbeece8
1 changed files with 1 additions and 7 deletions
|
@ -9,13 +9,7 @@ with lib;
|
||||||
config:
|
config:
|
||||||
{
|
{
|
||||||
name,
|
name,
|
||||||
# TODO: revert back to the following when https://github.com/NixOS/nixpkgs/pull/320699 will have reached nixos-unstable
|
url ? if defaultPackage != null then defaultPackage.meta.homepage else null,
|
||||||
# url ? if defaultPackage != null then defaultPackage.meta.homepage else null,
|
|
||||||
url ?
|
|
||||||
if (defaultPackage != null) && (defaultPackage.meta ? homepage) then
|
|
||||||
defaultPackage.meta.homepage
|
|
||||||
else
|
|
||||||
null,
|
|
||||||
maintainers,
|
maintainers,
|
||||||
imports ? [ ],
|
imports ? [ ],
|
||||||
description ? null,
|
description ? null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue