build error

This commit is contained in:
andromeda
2026-01-31 13:18:14 +01:00
parent 4858c3ee2e
commit 2b84809d84
5 changed files with 77 additions and 12 deletions

View File

@@ -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
'';