From 2b84809d8472b19e4e2d5adfc0cce81947071d46 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 31 Jan 2026 13:18:14 +0100 Subject: build error --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e19bbea..a315981 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,9 @@ libXi, xrandr, # shell deps + clang, hs-bindgen-cli, + tree, }: mkDerivation { pname = "hs-rgfw"; @@ -44,9 +46,9 @@ libXi xrandr ]; - preBuild = '' + preConfigure = '' set -x - export PATH=${hs-bindgen-cli}/bin:$PATH + export PATH=${clang}/bin:${hs-bindgen-cli}/bin:${tree}/bin:$PATH ./generate.sh set +x ''; -- cgit v1.3.1