n2n: move env vars into env for structuredAttrs
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./autogen.sh
|
||||
'';
|
||||
|
||||
PREFIX = placeholder "out";
|
||||
env.PREFIX = placeholder "out";
|
||||
|
||||
meta = {
|
||||
description = "Peer-to-peer VPN";
|
||||
|
||||
Reference in New Issue
Block a user