pokete: drop default platform

This commit is contained in:
Sandro 2022-06-19 11:30:48 +02:00 committed by GitHub
parent 11c5f73828
commit 42ff489d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,5 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://lxgr-linux.github.io/pokete";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fgaz ];
platforms = platforms.unix;
};
}