1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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 {