Package Details: nyxt-git latest-6

Git Clone URL: https://aur.archlinux.org/nyxt-git.git (read-only, click to copy)
Package Base: nyxt-git
Description: A keyboard-driven web browser designed for power users
Upstream URL: https://nyxt.atlas.engineer
Licenses: BSD
Conflicts: nyxt, nyxt-browser, nyxt-browser-git
Provides: nyxt, nyxt-browser, nyxt-browser-git
Submitter: MithicSpirit
Maintainer: MithicSpirit
Last Packager: MithicSpirit
Votes: 23
Popularity: 0.000366
First Submitted: 2023-01-08 23:28 (UTC)
Last Updated: 2024-04-25 17:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

cjber commented on 2020-06-01 17:12 (UTC)

Sorted.

Ambrevar commented on 2020-06-01 17:05 (UTC)

Sorry, I meant Enchant is a runtime dependency.

Ambrevar commented on 2020-06-01 16:55 (UTC)

SQLite is not required anymore. Enchant is a new build-time dependency.

Ambrevar commented on 2020-04-08 19:38 (UTC)

Both xclip and sqlite are runtime dependencies, they are not required for compilation. SQLite dependency will disappear with 2.0.

haawda commented on 2020-04-08 16:05 (UTC)

I think xclip and sqlite are at least makedepends. Compilation ends in:

Make sure the 'xclip' binary and the 'sqlite' files are available on your system.

haawda commented on 2019-10-04 17:18 (UTC)

Yes, it is fixed.

Ambrevar commented on 2019-10-04 10:15 (UTC)

I think I've fixed it out for real.

Ambrevar commented on 2019-10-04 09:35 (UTC)

This is odd, can you report the error output you get?

I've pushed a potential fix on master, let me know if that works for you.

haawda commented on 2019-10-03 21:33 (UTC)

I again had to put

(in-package :next)
(setf (get-default 'port 'path)
      "/usr/bin/next-gtk-webkit")

into my ~/.config/next/init.lisp file, otherwise next will not find it's binaries. This has been fixed on 15th July by Ambrevar in the upstream sources, but the behaviour is back again.

nowayman commented on 2019-09-23 02:35 (UTC) (edited on 2019-09-23 02:37 (UTC) by nowayman)

Unable to build this on my machine. I get the following error despite all dependencies being installed:

Compilation failed.
Make sure the 'xclip' binary and the 'sqlite' and 'libfixposix' development files are available on your system.
mkdir -p "/home/n/.cache/yay/next-browser-git/pkg/next-browser-git/usr/bin"
cp -f next "/home/n/.cache/yay/next-browser-git/pkg/next-browser-git/usr/bin/"
cp: cannot stat 'next': No such file or directory
make: *** [Makefile:95: install-next] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
Error making: next-browser-git

Any pointers would be appreciated.