From 2caa1513542e0e404ffdc64c2d5dd90440289737 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 21 Jun 2015 23:00:42 +0300 Subject: [PATCH] bastet: Add platforms I had initially forgotten to add this. --- pkgs/games/bastet/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/bastet/default.nix b/pkgs/games/bastet/default.nix index a729a5b014f..682756c7787 100644 --- a/pkgs/games/bastet/default.nix +++ b/pkgs/games/bastet/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { homepage = http://fph.altervista.org/prog/bastet.html; license = licenses.gpl3; maintainers = [ maintainers.dezgeg ]; + platforms = platforms.linux; }; }