tcsh: build for darwin too!
This commit is contained in:
parent
5b787eba25
commit
b19a03ec62
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user