Merge pull request #218203 from davidak/p3x-onenote-fix

p3x-onenote: set supported platforms
This commit is contained in:
Weijia Wang 2023-02-25 13:55:07 +02:00 committed by GitHub
commit 0c9de7958f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,6 @@ appimageTools.wrapType2 rec {
description = "Linux Electron Onenote - A Linux compatible version of OneNote";
license = licenses.mit;
maintainers = with maintainers; [ tiagolobocastro ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ];
};
}