lldpd: fix cross compilation

This commit is contained in:
Sandro Jäckel
2025-10-07 02:42:14 +02:00
parent 0bcf98ab2f
commit dd52227aa5
+5
View File
@@ -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 = [