yafetch: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:18 +01:00
parent 860024db83
commit 92dd4fc5c9
+1 -1
View File
@@ -24,7 +24,7 @@ clangStdenv.mkDerivation (finalAttrs: {
'';
# Fixes installation path
PREFIX = placeholder "out";
env.PREFIX = placeholder "out";
meta = {
homepage = "https://github.com/kira64xyz/yafetch";