Unverified Commit 364d47da authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

libmodbus: add mingw support

parent 58e9d6e9
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 ];
  };
}