summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-10 22:40:44 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-10 22:40:44 -0500
commit7cae93c29c12f41b9e10eed32e27b7825a6e1c72 (patch)
treef7015852ec7c57414ed70832444fffb3b7cb2a37 /pkgs/top-level
parent5027d9f9e2815220c62353066def1093ac3520c5 (diff)
downloadnixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar.gz
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar.bz2
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar.lz
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar.xz
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.tar.zst
nixpkgs-7cae93c29c12f41b9e10eed32e27b7825a6e1c72.zip
bootchart: remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 18cf4f6673e..bccaa01eae8 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -52,6 +52,7 @@ mapAliases ({
   beegfs = throw "beegfs has been removed."; # added 2019-11-24
   bridge_utils = bridge-utils;  # added 2015-02-20
   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
   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
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e8c8def8d10..840771a5f7d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1226,8 +1226,6 @@ in
 
   boot = callPackage ../development/tools/build-managers/boot { };
 
-  bootchart = callPackage ../tools/system/bootchart { };
-
   bowtie2 = callPackage ../applications/science/biology/bowtie2 { };
 
   boxfs = callPackage ../tools/filesystems/boxfs { };