tcsh: build for darwin too!

This commit is contained in:
Will Dietz 2018-06-09 03:14:29 -05:00
parent 5b787eba25
commit b19a03ec62

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = http://www.tcsh.org/; homepage = http://www.tcsh.org/;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
}; };
passthru = { passthru = {