cargoSnapshot: Fix meta attributes

This commit is contained in:
Ricardo M. Correia
2014-09-25 23:30:27 +02:00
parent e2d06c45b4
commit a7a67e99b6
@@ -2,6 +2,6 @@
/* Cargo binary snapshot */
with ((import ./common.nix) {inherit stdenv fetchurl zlib; });
with ((import ./common.nix) { inherit stdenv fetchurl zlib; });
snapshot // meta
snapshot // { inherit meta; }