pmtools: remove and alias (#49596)

These are the old tools that later became part of ACPICA.
It is obsolete and we already have newer acpica-tools.
Alias to acpica-tools for out of tree backward-compat
This commit is contained in:
Renaud 2018-11-01 20:07:47 +01:00 committed by xeji
parent 5a5ef43b40
commit db72b65338
3 changed files with 1 additions and 25 deletions

View file

@ -1,23 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "pmtools-20071116";
src = fetchurl {
url = "http://www.lesswatts.org/patches/linux_acpi/${name}.tar.gz";
sha256 = "91751774976e39f6237efd0326eb35196a9346220b92ad35894a33283e872748";
};
installPhase = ''
mkdir -p $out/bin $out/share/pmtools
cp acpidump/acpidump acpixtract/acpixtract madt/madt $out/bin/
cp README $out/share/pmtools/
'';
meta = {
homepage = http://www.lesswatts.org/projects/acpi/utilities.php;
description = "Linux ACPI utilities";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -224,6 +224,7 @@ mapAliases ({
pidginwindowmerge = pidgin-window-merge; # added 2018-01-08
piwik = matomo; # added 2018-01-16
pltScheme = racket; # just to be sure
pmtools = acpica-tools; # added 2018-11-01
poppler_qt5 = libsForQt5.poppler; # added 2015-12-19
postgresql93 = postgresql_9_3;
postgresql94 = postgresql_9_4;

View file

@ -14808,8 +14808,6 @@ with pkgs;
pmutils = callPackage ../os-specific/linux/pm-utils { };
pmtools = callPackage ../os-specific/linux/pmtools { };
policycoreutils = callPackage ../os-specific/linux/policycoreutils { };
semodule-utils = callPackage ../os-specific/linux/semodule-utils { };