xidel: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-08 22:39:50 +01:00
parent f8639d652d
commit 52ed34f1f1
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ fpc ];
buildInputs = [ openssl ];
NIX_LDFLAGS = [ "-lcrypto" ];
env.NIX_LDFLAGS = toString [ "-lcrypto" ];
patchPhase = ''
patchShebangs \