kcov: Fix indentation

This commit is contained in:
Tuomas Tynkkynen 2016-08-02 19:38:21 +03:00
parent 102ffa6be7
commit 898c3436f3

View File

@ -1,4 +1,5 @@
{stdenv, fetchurl, cmake, pkgconfig, zlib, curl, elfutils, python, libiberty, binutils}:
stdenv.mkDerivation rec {
name = "kcov-${version}";
version = "29";
@ -27,5 +28,4 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.gal_bolle ];
};
}
}