libcmis: broaden platforms

Builds fine on Darwin.
This commit is contained in:
Alyssa Ross 2018-11-15 21:39:03 +00:00
parent 5aad87c919
commit a825424fb6
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "C++ client library for the CMIS interface";
homepage = https://sourceforge.net/projects/libcmis/;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}