Merge pull request #169629 from armeenm/bump-libsystemtap
libsystemtap: 3.2 -> 4.6
This commit is contained in:
commit
ee71d291ce
@ -1,19 +1,22 @@
|
|||||||
{lib, stdenv, fetchgit, gettext, python2, elfutils}:
|
{ lib, stdenv, fetchgit
|
||||||
|
, gettext
|
||||||
|
, python3
|
||||||
|
, elfutils
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libsystemtap";
|
pname = "libsystemtap";
|
||||||
version = "3.2";
|
version = "4.6";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://sourceware.org/git/systemtap.git";
|
url = "git://sourceware.org/git/systemtap.git";
|
||||||
rev = "4051c70c9318c837981384cbb23f3e9eb1bd0892";
|
rev = "release-4.6";
|
||||||
sha256 = "0sd8n3j3rishks3gyqj2jyqhps7hmlfjyz8i0w8v98cczhhh04rq";
|
hash = "sha256-z7OUy0VGxK39aYCWFfvJnWk34Je0R+51kK5pGh7TzXM=";
|
||||||
fetchSubmodules = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext python2 elfutils ];
|
nativeBuildInputs = [ gettext python3 elfutils ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/include
|
mkdir -p $out/include
|
||||||
|
Loading…
Reference in New Issue
Block a user