ccache: remove assertion that allows building only on Linux
This commit is contained in:
parent
f570f9722f
commit
19956bd328
@ -1,7 +1,5 @@
|
||||
{stdenv, fetchurl, runCommand, gcc, zlib}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
let
|
||||
ccache =
|
||||
stdenv.mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user