gnome.gnome-klotski: add darwin support

This commit is contained in:
Weijia Wang 2022-12-07 20:42:52 +01:00
parent 90602c66e3
commit 24ae8152a4

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "Slide blocks to solve the puzzle";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}