From 825e99808c1ca05973c084f4bd0509b844ca51b8 Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Wed, 19 Nov 2014 03:03:00 -0800 Subject: add a platform to all of my packages --- pkgs/applications/misc/doomseeker/default.nix | 1 + pkgs/games/chocolate-doom/default.nix | 1 + pkgs/games/eternity-engine/default.nix | 1 + pkgs/games/odamex/default.nix | 1 + pkgs/misc/emulators/dolphin-emu/default.nix | 1 + pkgs/misc/emulators/dolphin-emu/master.nix | 1 + pkgs/misc/emulators/retroarch/default.nix | 1 + 7 files changed, 7 insertions(+) (limited to 'pkgs') diff --git a/pkgs/applications/misc/doomseeker/default.nix b/pkgs/applications/misc/doomseeker/default.nix index 4a06ee9a1b1..404fb955386 100644 --- a/pkgs/applications/misc/doomseeker/default.nix +++ b/pkgs/applications/misc/doomseeker/default.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { homepage = http://doomseeker.drdteam.org/; description = "Multiplayer server browser for many Doom source ports"; license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/games/chocolate-doom/default.nix b/pkgs/games/chocolate-doom/default.nix index ce38d06d655..75cee19c680 100644 --- a/pkgs/games/chocolate-doom/default.nix +++ b/pkgs/games/chocolate-doom/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { homepage = http://chocolate-doom.org/; description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s"; license = stdenv.lib.licenses.gpl2Plus; + platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/games/eternity-engine/default.nix b/pkgs/games/eternity-engine/default.nix index 2e04c76a990..f9ff7a5ae0c 100644 --- a/pkgs/games/eternity-engine/default.nix +++ b/pkgs/games/eternity-engine/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { homepage = http://doomworld.com/eternity; description = "New school Doom port by James Haley"; license = stdenv.lib.licenses.gpl3; + platforms = stdenv.lib.platforms.linux; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/games/odamex/default.nix b/pkgs/games/odamex/default.nix index 7b7ab1c155a..f24e6155ec6 100644 --- a/pkgs/games/odamex/default.nix +++ b/pkgs/games/odamex/default.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation rec { homepage = http://odamex.net/; description = "A client/server port for playing old-school Doom online"; license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/misc/emulators/dolphin-emu/default.nix b/pkgs/misc/emulators/dolphin-emu/default.nix index 8028498d669..275e6f06520 100644 --- a/pkgs/misc/emulators/dolphin-emu/default.nix +++ b/pkgs/misc/emulators/dolphin-emu/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { homepage = http://dolphin-emu.org/; description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM"; license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.linux; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix index ca35ed1f092..2285f0d5d64 100644 --- a/pkgs/misc/emulators/dolphin-emu/master.nix +++ b/pkgs/misc/emulators/dolphin-emu/master.nix @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { homepage = http://dolphin-emu.org/; description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM"; license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.linux; maintainers = with stdenv.lib.maintainers; [ MP2E ]; }; } diff --git a/pkgs/misc/emulators/retroarch/default.nix b/pkgs/misc/emulators/retroarch/default.nix index ff08523845b..aa17bac7343 100644 --- a/pkgs/misc/emulators/retroarch/default.nix +++ b/pkgs/misc/emulators/retroarch/default.nix @@ -26,6 +26,7 @@ stdenv.mkDerivation rec { homepage = http://libretro.org/; description = "Multi-platform emulator frontend for libretro cores"; license = licenses.gpl3; + platforms = stdenv.lib.platforms.linux; maintainers = with maintainers; [ MP2E ]; }; } -- cgit 1.4.1