lib60870: enable on unix

This commit is contained in:
Nikolay Korotkiy 2024-06-08 21:49:24 +04:00
parent a1d3f67649
commit 06054604b3
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -17,12 +17,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-9o+gWQbpCJb+UZzPNmzGqpWD0QbGjg41is/f1POUEQs=";
};
sourceRoot = "${finalAttrs.src.name}/lib60870-C";
separateDebugInfo = true;
nativeBuildInputs = [ cmake ];
preConfigure = "cd lib60870-C";
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = with lib; {
@ -30,6 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libiec61850.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ stv0g ];
platforms = platforms.linux;
platforms = platforms.unix;
};
})