aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b3b3e83..00c08ee 100644
--- a/flake.nix
+++ b/flake.nix
@@ -71,6 +71,7 @@
src = ./.;
modules = ./gomod2nix.toml;
+ nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [
pkg-config
libaom
@@ -86,6 +87,7 @@
modules = ./gomod2nix.toml;
subPackages = [ "cmd/xedn" ];
+ nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ pkg-config libaom libavif ];
};
@@ -158,6 +160,7 @@
inherit version;
src = ./.;
modules = ./gomod2nix.toml;
+ nativeBuildInputs = with pkgs; [ pkg-config ];
subPackages = [ "cmd/robocadey2" ];
};