open62541: enable on unix (#340199)

This commit is contained in:
Nikolay Korotkiy 2024-09-15 16:45:02 +04:00 committed by GitHub
commit f543b1b986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,6 +168,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/open62541/open62541/releases/tag/v${finalAttrs.version}";
license = licenses.mpl20;
maintainers = with maintainers; [ panicgh ];
platforms = platforms.linux;
platforms = platforms.unix;
};
})