From b19a03ec622038fd870f5163652cbf03a8ef7b36 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 9 Jun 2018 03:14:29 -0500 Subject: tcsh: build for darwin too! --- pkgs/shells/tcsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells/tcsh/default.nix') diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix index 1dc96655956..0f393c11988 100644 --- a/pkgs/shells/tcsh/default.nix +++ b/pkgs/shells/tcsh/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { homepage = http://www.tcsh.org/; license = licenses.bsd2; maintainers = with maintainers; [ AndersonTorres ]; - platforms = platforms.linux; + platforms = platforms.linux ++ platforms.darwin; }; passthru = { -- cgit 1.4.1