mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
extrace: 0.8 -> 0.9
* extrace: 0.8 -> 0.9 (#159232) and use SPDX 3.0 license identifier Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
fdb5e077e1
commit
48e2b7b76d
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "extrace";
|
pname = "extrace";
|
||||||
version = "0.8";
|
version = "0.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "leahneukirchen";
|
owner = "leahneukirchen";
|
||||||
repo = "extrace";
|
repo = "extrace";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Kg5yzVg9sqlOCzAq/HeFUPZ89Enfkt/r7EunCfOqdA0=";
|
hash = "sha256-Jy/Ac3NcqBkW0kHyypMAVUGAQ41qWM96BbLAym06ogM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -dm755 "$out/share/licenses/extrace/"
|
install -dm755 "$out/share/licenses/extrace/"
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/leahneukirchen/extrace";
|
homepage = "https://github.com/leahneukirchen/extrace";
|
||||||
description = "Trace exec() calls system-wide";
|
description = "Trace exec() calls system-wide";
|
||||||
license = with licenses; [ gpl2 bsd2 ];
|
license = with licenses; [ gpl2Plus bsd2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.leahneukirchen ];
|
maintainers = [ maintainers.leahneukirchen ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user