xidel: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ fpc ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
NIX_LDFLAGS = [ "-lcrypto" ];
|
||||
env.NIX_LDFLAGS = toString [ "-lcrypto" ];
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs \
|
||||
|
||||
Reference in New Issue
Block a user