Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: remove ftdetect from rockspec #1510

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

boltlessengineer
Copy link
Contributor

I found #1083 forgot to delete the ftdetect from the rockspec.
This gives error when I try to install neorg with luarocks.

$ luarocks --force-lock --lua-version=5.1 --dev install neorg
Installing https://luarocks.org/dev/neorg-dev-1.rockspec
Cloning into 'neorg'...
remote: Enumerating objects: 29624, done.
remote: Counting objects: 100% (1687/1687), done.
remote: Compressing objects: 100% (631/631), done.
remote: Total 29624 (delta 806), reused 1413 (delta 626), pack-reused 27937
Receiving objects: 100% (29624/29624), 4.68 MiB | 16.54 MiB/s, done.
Resolving deltas: 100% (15183/15183), done.
Missing dependencies for neorg dev-1:
   nvim-nio ~> 1.7 (not installed)
   lua-utils.nvim 1.0.2 (not installed)

neorg dev-1 depends on lua >= 5.1, < 5.4 (5.1-1 provided by VM: success)
neorg dev-1 depends on nvim-nio ~> 1.7 (not installed)
Installing https://luarocks.org/nvim-nio-1.7.0-1.src.rock

nvim-nio 1.7.0-1 depends on lua >= 5.1 (5.1-1 provided by VM: success)
nvim-nio 1.7.0-1 is now installed in /home/ubuntu/.local/share/nvim-noplugin/rocks (license: MIT)

neorg dev-1 depends on lua-utils.nvim 1.0.2 (not installed)
Installing https://luarocks.org/lua-utils.nvim-1.0.2-1.src.rock

lua-utils.nvim 1.0.2-1 depends on lua >= 5.1 (5.1-1 provided by VM: success)
lua-utils.nvim 1.0.2-1 is now installed in /home/ubuntu/.local/share/nvim-noplugin/rocks (license: MIT)


Error: Directory 'ftdetect' not found

@vhyrro
Copy link
Member

vhyrro commented Jul 9, 2024

Ah of course, thank you!

@vhyrro vhyrro merged commit db75bb6 into nvim-neorg:main Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants