Unverified Commit 54a75f91 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #330267 from sikmir/libmodbus

libmodbus: add mingw support
parents f95279a9 364d47da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    description = "Library to send/receive data according to the Modbus protocol";
    homepage = "https://libmodbus.org/";
    license = licenses.lgpl21Plus;
    platforms = platforms.unix;
    platforms = with platforms; unix ++ windows;
    maintainers = [ maintainers.bjornfor ];
  };
}