yafetch: move env vars into env for structuredAttrs
This commit is contained in:
@@ -24,7 +24,7 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
# Fixes installation path
|
||||
PREFIX = placeholder "out";
|
||||
env.PREFIX = placeholder "out";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/kira64xyz/yafetch";
|
||||
|
||||
Reference in New Issue
Block a user