xtruss: init at 20181001-82973f5
This commit is contained in:
parent
e6ccb67e23
commit
c388e8c986
18
pkgs/tools/X11/xtruss/default.nix
Normal file
18
pkgs/tools/X11/xtruss/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xtruss";
|
||||
version = "20181001.82973f5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.chiark.greenend.org.uk/~sgtatham/xtruss/${pname}-${version}.tar.gz";
|
||||
sha256 = "1mm8k92zc318jk71wlf2r4rb723nd9lalhjl0pf48raiajb5ifgd";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "easy-to-use X protocol tracing program";
|
||||
homepage = https://www.chiark.greenend.org.uk/~sgtatham/xtruss;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
}
|
@ -20456,6 +20456,8 @@ in
|
||||
|
||||
xtrace = callPackage ../tools/X11/xtrace { };
|
||||
|
||||
xtruss = callPackage ../tools/X11/xtruss { };
|
||||
|
||||
xmacro = callPackage ../tools/X11/xmacro { };
|
||||
|
||||
xmlcopyeditor = callPackage ../applications/editors/xmlcopyeditor { };
|
||||
|
Loading…
Reference in New Issue
Block a user