3
0
Fork 0
forked from mirrors/nixpkgs

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.mkDerivation {
stdenv.mkDerivation rec {
name = "yajl-2.0.4";
src = fetchurl {