rambox: restrict to supported platforms

This commit is contained in:
Pascal Wittmann 2018-08-06 18:29:54 +02:00
parent c6d55e92bb
commit 619d51f290
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -38,5 +38,7 @@ stdenv.mkDerivation {
ln -s ${desktopItem}/share/applications/* $out/share/applications
'';
inherit (rambox-bare) meta;
inherit (rambox-bare.meta // {
platforms = [ "i686-linux" "x86_64-linux" ];
});
}