Unverified Commit dc3d76a9 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

qt5Packages.ldutils: move env variables into env for structuredAttrs

parent 16b430b0
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";