libserialport: enable on windows

authored by Nikolay Korotkiy and committed by Bjørn Forsman 8211d9d3 99153c48

+1 -1
+1 -1
pkgs/by-name/li/libserialport/package.nix
··· 25 description = "Cross-platform shared library for serial port access"; 26 homepage = "https://sigrok.org/"; 27 license = lib.licenses.gpl3Plus; 28 - platforms = with lib; platforms.linux ++ platforms.darwin; 29 maintainers = [ lib.maintainers.bjornfor ]; 30 }; 31 })
··· 25 description = "Cross-platform shared library for serial port access"; 26 homepage = "https://sigrok.org/"; 27 license = lib.licenses.gpl3Plus; 28 + platforms = with lib; platforms.linux ++ platforms.darwin ++ platforms.windows; 29 maintainers = [ lib.maintainers.bjornfor ]; 30 }; 31 })