Fix tarball build

This commit is contained in:
Eelco Dolstra
2014-08-24 18:52:50 +02:00
parent bce42c282a
commit 2d6d43c02c
9 changed files with 19 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
{ stdenv, fetchurl, makeWrapper }:
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "influxdb-${version}";
version = "0.7.0";