_7zz-rar: move to pkgs/by-name

This commit is contained in:
RoGreat
2026-07-18 18:32:49 -05:00
parent 0c21165c0c
commit 2dcb86fc30
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
_7zz,
}:
_7zz.override {
enableUnfree = true;
}

View File

@@ -937,8 +937,6 @@ with pkgs;
### TOOLS
_7zz-rar = _7zz.override { enableUnfree = true; };
acquire = with python3Packages; toPythonApplication acquire;
actdiag = with python3.pkgs; toPythonApplication actdiag;