mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
libcmis: broaden platforms
Builds fine on Darwin.
This commit is contained in:
parent
5aad87c919
commit
a825424fb6
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user