qalculate-qt: update supported platforms

This commit is contained in:
4825764518 2022-11-24 05:30:31 -05:00
parent edf9128c17
commit 9c363bae16
No known key found for this signature in database
GPG Key ID: 78DB7EDE3540794B

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ _4825764518 ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
}