bootchart: remove
This commit is contained in:
parent
5027d9f9e2
commit
7cae93c29c
@ -1,31 +0,0 @@
|
|||||||
{stdenv, fetchFromGitHub, pkgconfig, glib, gtk2, python2Packages }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
version = "0.14.8";
|
|
||||||
pname = "bootchart";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "mmeeks";
|
|
||||||
repo = "bootchart";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "12ja2hp6f49416zfjdx0kjfmlkh9wl9b7wz7gk372kps4gjnypqx";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ glib gtk2 python2Packages.python python2Packages.wrapPython python2Packages.pygtk ];
|
|
||||||
pythonPath = with python2Packages; [ pygtk pycairo ];
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
make install DESTDIR=$out BINDIR=/bin PY_LIBDIR=/lib/${python2Packages.python.libPrefix}
|
|
||||||
wrapProgram $out/bin/pybootchartgui \
|
|
||||||
--prefix PYTHONPATH : "$PYTHONPATH:$(toPythonPath $out)"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = http://www.bootchart.org/;
|
|
||||||
description = "Performance analysis and visualization of the GNU/Linux boot process";
|
|
||||||
license = licenses.gpl2Plus;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
@ -52,6 +52,7 @@ mapAliases ({
|
|||||||
beegfs = throw "beegfs has been removed."; # added 2019-11-24
|
beegfs = throw "beegfs has been removed."; # added 2019-11-24
|
||||||
bridge_utils = bridge-utils; # added 2015-02-20
|
bridge_utils = bridge-utils; # added 2015-02-20
|
||||||
bro = zeek; # added 2019-09-29
|
bro = zeek; # added 2019-09-29
|
||||||
|
bootchart = throw "bootchart has been removed from nixpkgs, as it is without a maintainer"; # added 2019-12-10
|
||||||
btrfsProgs = btrfs-progs; # added 2016-01-03
|
btrfsProgs = btrfs-progs; # added 2016-01-03
|
||||||
bittorrentSync = throw "bittorrentSync has been deprecated by resilio-sync."; # added 2019-06-03
|
bittorrentSync = throw "bittorrentSync has been deprecated by resilio-sync."; # added 2019-06-03
|
||||||
bittorrentSync14 = throw "bittorrentSync14 has been deprecated by resilio-sync."; # added 2019-06-03
|
bittorrentSync14 = throw "bittorrentSync14 has been deprecated by resilio-sync."; # added 2019-06-03
|
||||||
|
@ -1226,8 +1226,6 @@ in
|
|||||||
|
|
||||||
boot = callPackage ../development/tools/build-managers/boot { };
|
boot = callPackage ../development/tools/build-managers/boot { };
|
||||||
|
|
||||||
bootchart = callPackage ../tools/system/bootchart { };
|
|
||||||
|
|
||||||
bowtie2 = callPackage ../applications/science/biology/bowtie2 { };
|
bowtie2 = callPackage ../applications/science/biology/bowtie2 { };
|
||||||
|
|
||||||
boxfs = callPackage ../tools/filesystems/boxfs { };
|
boxfs = callPackage ../tools/filesystems/boxfs { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user