summaryrefslogtreecommitdiffstats
path: root/pkgs/shells/tcsh
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-06-09 03:14:29 -0500
committerWill Dietz <w@wdtz.org>2018-06-09 03:14:29 -0500
commitb19a03ec622038fd870f5163652cbf03a8ef7b36 (patch)
treeab0ef74fee290dc8740618e152d23989642f1a26 /pkgs/shells/tcsh
parent5b787eba2560086070d96e4ce82ea10ce66add2e (diff)
tcsh: build for darwin too!
Diffstat (limited to 'pkgs/shells/tcsh')
-rw-r--r--pkgs/shells/tcsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix
index 1dc966559560..0f393c11988f 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 = {