nextcloud-client: restrict platform to linux

Some dependencies fail to build on darwin.
wip/yesman
Badi Abdul-Wahid 6 years ago
parent fb8a85f631
commit b619881ae0
No known key found for this signature in database
GPG Key ID: 5C02A763FA1FF588
  1. 2
      pkgs/applications/networking/nextcloud-client/default.nix

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

Loading…
Cancel
Save