ccache: remove assertion that allows building only on Linux

This commit is contained in:
John Wiegley 2015-01-06 08:41:04 -06:00 committed by Shea Levy
parent f570f9722f
commit 19956bd328

View File

@ -1,7 +1,5 @@
{stdenv, fetchurl, runCommand, gcc, zlib}:
assert stdenv.isLinux;
let
ccache =
stdenv.mkDerivation {