nextcloud-client: restrict platform to linux

Some dependencies fail to build on darwin.
gstqt5
Badi Abdul-Wahid 2018-03-11 01:01:25 -05:00
parent fb8a85f631
commit b619881ae0
No known key found for this signature in database
GPG Key ID: 5C02A763FA1FF588
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
homepage = https://nextcloud.com;
license = licenses.gpl2;
maintainers = with maintainers; [ caugner ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}