open62541: enable on unix

This commit is contained in:
Nikolay Korotkiy 2024-07-19 19:46:50 +04:00
parent 4e97f9fd26
commit 60c736c2ce
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

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;
};
})