multitran.libmtquery: move env variable into env for structuredAttrs (#524009)

This commit is contained in:
Yohann Boniface
2026-05-25 13:55:55 +00:00
committed by GitHub
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
multitrandata
];
NIX_LDFLAGS = "-lbtree";
env.NIX_LDFLAGS = "-lbtree";
patchPhase = ''
sed -i -e 's@\$(DESTDIR)/usr@'$out'@' \