scitokens-cpp: enable on unix

This commit is contained in:
Dmitry Kalinkin 2024-02-13 16:33:27 -05:00
parent c5b5449229
commit d0977f36f9

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/scitokens/scitokens-cpp/";
description =
"A C++ implementation of the SciTokens library with a C library interface";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.asl20;
maintainers = with maintainers; [ evey ];
};