Commit eac25f8f authored by savalet's avatar savalet
Browse files

winbox4: add platform

parent fdfa26f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    changelog = "https://download.mikrotik.com/routeros/winbox/${finalAttrs.version}/CHANGELOG";
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    license = lib.licenses.unfree;
    platforms = [ "x86_64-linux" ];
    mainProgram = "WinBox";
    maintainers = with lib.maintainers; [
      Scrumplex