ccache: enable build on macOS
This commit is contained in:
parent
5f6d842ab1
commit
d7f22f96b0
@ -15,7 +15,7 @@ let ccache = stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile.in --replace 'objs) $(extra_libs)' 'objs)'
|
substituteInPlace Makefile.in --replace 'objs) $(extra_libs)' 'objs)'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
# A derivation that provides gcc and g++ commands, but that
|
# A derivation that provides gcc and g++ commands, but that
|
||||||
@ -63,7 +63,7 @@ let ccache = stdenv.mkDerivation rec {
|
|||||||
downloadPage = https://ccache.samba.org/download.html;
|
downloadPage = https://ccache.samba.org/download.html;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in ccache
|
in ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user