browserpass: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
|
||||
sed -i -e 's/INSTALL =.*/INSTALL = install/' Makefile
|
||||
'';
|
||||
|
||||
DESTDIR = placeholder "out";
|
||||
env.DESTDIR = placeholder "out";
|
||||
|
||||
postConfigure = ''
|
||||
make configure
|
||||
|
||||
Reference in New Issue
Block a user