Merge pull request #218203 from davidak/p3x-onenote-fix
p3x-onenote: set supported platforms
This commit is contained in:
commit
0c9de7958f
@ -46,6 +46,6 @@ appimageTools.wrapType2 rec {
|
|||||||
description = "Linux Electron Onenote - A Linux compatible version of OneNote";
|
description = "Linux Electron Onenote - A Linux compatible version of OneNote";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ tiagolobocastro ];
|
maintainers = with maintainers; [ tiagolobocastro ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user