Navigation Menu

Skip to content

Commit

Permalink
kcov: 35 -> 36
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Aug 29, 2018
1 parent 8395f9a commit 03d5065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
12 changes: 0 additions & 12 deletions pkgs/development/tools/analysis/kcov/aarch64_nt_prstatus.patch

This file was deleted.

6 changes: 2 additions & 4 deletions pkgs/development/tools/analysis/kcov/default.nix
Expand Up @@ -2,22 +2,20 @@

stdenv.mkDerivation rec {
name = "kcov-${version}";
version = "35";
version = "36";

src = fetchFromGitHub {
owner = "SimonKagstrom";
repo = "kcov";
rev = "v${version}";
sha256 = "1da9vm87pi5m9ika0q1f1ai85w3vwlap8yln147yr9sc37jp5jcw";
sha256 = "1q1mw5mxz041lr6qc2v4280rmx13pg1bx5r3bxz9bzs941r405r3";
};

preConfigure = "patchShebangs src/bin-to-c-source.py";
nativeBuildInputs = [ cmake pkgconfig ];

buildInputs = [ zlib curl elfutils python libiberty libopcodes ];

patches = [ ./aarch64_nt_prstatus.patch ];

enableParallelBuilding = true;

meta = with stdenv.lib; {
Expand Down

0 comments on commit 03d5065

Please sign in to comment.