gnome.gnome-sudoku: add darwin support
This commit is contained in:
parent
eececd0079
commit
ce94e87768
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Test your logic skills in this number grid puzzle";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue