This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Failed to Build (pkg-config error) #106
Comments
Those dependencies don't seem to include |
getting a similar error on void
|
@diamondburned what distro do you use and what are the exact package names? |
{
buildInputs = with pkgs; [
gnome3.glib gnome3.gtk libhandy
];
nativeBuildInputs = with pkgs; [
pkgconfig go
];
} Extracted from shell.nix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed all necessary dependencies. I don't know what's wrong. Help?
OS: Debian 11 (bullseye/testing)
Packages installed:
golang
,libhandy-0.0-0
libhandy-1.0
gob2
. I'm using gnome so gtk should be already installed.The text was updated successfully, but these errors were encountered: