ccache: remove assertion that allows building only on Linux

This commit is contained in:
John Wiegley
2015-01-06 09:56:07 -05:00
committed by Shea Levy
parent f570f9722f
commit 19956bd328
@@ -1,7 +1,5 @@
{stdenv, fetchurl, runCommand, gcc, zlib}:
assert stdenv.isLinux;
let
ccache =
stdenv.mkDerivation {