sup: fix build for ZHF

This commit is contained in:
Luca Bruno 2014-08-21 12:46:41 +02:00
parent 10ba4b67e4
commit 3353e8550f

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
# the builder uses git to get a listing of the files
export EMAIL="nobody@in.here"
git init >/dev/null
git add .
git commit -m "message" >/dev/null