Merge pull request #9235 from badi/darwin-colordiff
colordiff: support Darwin as a platform
This commit is contained in:
commit
18597ff658
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
description = "Wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting";
|
||||
homepage = http://www.colordiff.org/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainer = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue