Unverified Commit 288fe65c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

parents 009f5202 dc3d76a9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,8 +28,10 @@ mkDerivation {

  qmakeFlags = [ "ldutils.pro" ];

  env = {
    LDUTILS_LIB = placeholder "out";
    LDUTILS_INCLUDE = placeholder "out";
  };

  meta = {
    description = "Headers and link library for other ldutils projects";