qt5Packages.ldutils: move env variables into env for structuredAttrs (#502544)

This commit is contained in:
Doron Behar
2026-03-26 12:22:17 +00:00
committed by GitHub
@@ -28,8 +28,10 @@ mkDerivation {
qmakeFlags = [ "ldutils.pro" ];
LDUTILS_LIB = placeholder "out";
LDUTILS_INCLUDE = placeholder "out";
env = {
LDUTILS_LIB = placeholder "out";
LDUTILS_INCLUDE = placeholder "out";
};
meta = {
description = "Headers and link library for other ldutils projects";