libiec61850: extend to all Linux platforms

This commit is contained in:
Steffen Vogel 2024-04-04 21:25:49 +02:00
parent 8d9c8ca43d
commit 4f95acbbf3

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libiec61850.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ stv0g ];
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
})