p3x-onenote: set supported platforms
fixing build issue on not supported platforms
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user