gnome.ghex: restrict platforms
This commit is contained in:
parent
11b4ede68a
commit
4eb17f3a37
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Apps/Ghex";
|
||||
description = "Hex editor for GNOME desktop environment";
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue