unrar-wrapper: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:32:09 +01:00
parent 1037c24fdf
commit a26f47dd15
3 changed files with 2 additions and 4 deletions
@@ -1,11 +1,11 @@
{
lib,
buildPythonApplication,
python3Packages,
fetchFromGitHub,
unar,
}:
buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "unrar-wrapper";
version = "1.0.0";
format = "setuptools";
-2
View File
@@ -3751,8 +3751,6 @@ with pkgs;
withRedis = true;
};
unrar-wrapper = python3Packages.callPackage ../tools/archivers/unrar-wrapper { };
ugarit = callPackage ../tools/backup/ugarit {
inherit (chickenPackages_4) eggDerivation fetchegg;
};