monero-gui: only exclude darwin in meta.platforms
This commit is contained in:
parent
c3441f7498
commit
7b3ecfb6a5
@ -105,7 +105,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Private, secure, untraceable currency";
|
description = "Private, secure, untraceable currency";
|
||||||
homepage = https://getmonero.org/;
|
homepage = https://getmonero.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.all;
|
||||||
|
badPlatforms = platforms.darwin;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user