yajl: fix evaluation

This commit is contained in:
Peter Simons 2014-08-03 15:16:38 +02:00
parent 928f293e6e
commit aff65bbb57

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, cmake, ruby }: { stdenv, fetchurl, cmake, ruby }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "yajl-2.0.4"; name = "yajl-2.0.4";
src = fetchurl { src = fetchurl {