Merge #36788: nextcloud-client: restrict to linux
This commit is contained in:
commit
883b26b98f
|
@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://nextcloud.com;
|
homepage = https://nextcloud.com;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ caugner ];
|
maintainers = with maintainers; [ caugner ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue