mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq;
This commit is contained in:
parent
34e45a7924
commit
7a9ea00a78
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Synchronise your ownCloud with your computer using this desktop client";
|
description = "Synchronise your ownCloud with your computer using this desktop client";
|
||||||
homepage = https://owncloud.org;
|
homepage = https://owncloud.org;
|
||||||
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
||||||
|
meta.platforms = ["x86_64-linux" "i686-linux" "i686-darwin" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user