monero-gui: only exclude darwin in meta.platforms

This commit is contained in:
rnhmjoj 2019-07-04 17:16:10 +02:00
parent c3441f7498
commit 7b3ecfb6a5
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 6 additions and 5 deletions

View File

@ -105,7 +105,8 @@ stdenv.mkDerivation rec {
description = "Private, secure, untraceable currency";
homepage = https://getmonero.org/;
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
platforms = platforms.all;
badPlatforms = platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ];
};
}