hifiscan: drop (#555352)

This commit is contained in:
Yohann Boniface
2026-08-22 21:31:47 +00:00
committed by GitHub
2 changed files with 1 additions and 35 deletions

View File

@@ -1,35 +0,0 @@
{
lib,
python3Packages,
fetchPypi,
}:
let
pname = "hifiscan";
version = "1.5.2";
hash = "sha256-8eystqjNdDP2X9beogRcsa+Wqu50uMHZv59jdc5GjUc=";
in
python3Packages.buildPythonApplication {
format = "setuptools";
inherit pname version;
pythonPath = with python3Packages; [
eventkit
numpy
sounddevice
pyqt6
pyqt6-sip
pyqtgraph
];
src = fetchPypi {
inherit pname version hash;
};
meta = {
homepage = "https://github.com/erdewit/HiFiScan";
description = "Optimize the audio quality of your loudspeakers";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ cab404 ];
mainProgram = "hifiscan";
};
}

View File

@@ -1107,6 +1107,7 @@ mapAliases {
hiawatha = throw "hiawatha has been removed, since it is no longer actively supported upstream, nor well maintained in nixpkgs"; # Added 2025-09-10
hibernate = throw "hibernate has been removed due to lack of maintenance"; # Added 2025-09-10
hiddify-app = throw "hiddify-app has been removed, since it is unmaintained"; # Added 2025-08-20
hifiscan = throw "'hifiscan' has been removed due to being archived upstream."; # Added 2026-08-22
himitsu-firefox = throw "himitsu-firefox has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-11
hiPrio = warnAlias "'hiPrio' has been removed from pkgs, use `lib.hiPrio` instead" lib.hiPrio; # Added 2025-10-30
hiraeth = throw "hiraeth has been removed due to being unmaintained upstream";