Merge #36788: nextcloud-client: restrict to linux

This commit is contained in:
Vladimír Čunát 2018-03-14 15:50:38 +01:00
commit 883b26b98f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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