Unverified Commit dd52227a authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

lldpd: fix cross compilation

parent 0bcf98ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,6 +43,11 @@ stdenv.mkDerivation rec {
    openssl
  ];

  preConfigure = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
    # Yes, this works and is required for cross :'/
    export PATH=$PATH:${net-snmp.dev}/bin
  '';

  enableParallelBuilding = true;

  outputs = [