Merge pull request #202657 from 4825764518/master

qalculate-qt: update supported platforms
This commit is contained in:
Bobby Rong 2022-11-25 21:51:45 +08:00 committed by GitHub
commit 4315ef82eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}