libiec61850: enable on unix

This commit is contained in:
Nikolay Korotkiy
2024-06-08 21:54:06 +04:00
parent 3f3a01219b
commit a1d3f67649
+1 -1
View File
@@ -28,6 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libiec61850.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ stv0g ];
platforms = platforms.linux;
platforms = platforms.unix;
};
})