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}:
|
{stdenv, fetchurl, runCommand, gcc, zlib}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
ccache =
|
ccache =
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user