Fix evaluation

This commit is contained in:
Eelco Dolstra
2014-09-30 00:51:00 +02:00
parent 250c7682e1
commit 6843fc41c9
5 changed files with 11 additions and 7 deletions
@@ -1,5 +1,7 @@
{stdenv, fetchurl, runCommand, gcc, zlib}:
assert stdenv.isLinux;
let
ccache =
stdenv.mkDerivation {