qt5Packages.ldutils: move env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-03-23 12:31:50 +01:00
parent 16b430b0e3
commit dc3d76a946
@@ -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";