python3.pkgs.openpaperwork-gtk: restrict platforms to linux

This commit is contained in:
Guillaume Girol 2022-02-07 12:00:00 +00:00
parent abeeba16e7
commit 486b613c7b

View File

@ -49,5 +49,6 @@ buildPythonPackage rec {
homepage = "https://openpaper.work/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ aszlig symphorien ];
platforms = lib.platforms.linux;
};
}