mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
xrestop: package 0.4
This commit is contained in:
parent
0237aa136f
commit
db6155fa54
13
pkgs/tools/X11/xrestop/default.nix
Normal file
13
pkgs/tools/X11/xrestop/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ stdenv, fetchurl, xlibs, pkgconfig, ncurses }:
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "xrestop-${version}";
|
||||
version = "0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gentoo/distfiles/xrestop-0.4.tar.gz;
|
||||
sha256 = "0mz27jpij8am1s32i63mdm58znfijcpfhdqq1npbmvgclyagrhk7";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig xlibs.libX11 xlibs.libXres xlibs.libXext ncurses ];
|
||||
}
|
@ -8794,6 +8794,8 @@ let
|
||||
|
||||
xpra = callPackage ../tools/X11/xpra { };
|
||||
|
||||
xrestop = callPackage ../tools/X11/xrestop { };
|
||||
|
||||
xscreensaver = callPackage ../misc/screensavers/xscreensaver {
|
||||
inherit (gnome) libglade;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user