mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
_7zz-rar: move to pkgs/by-name
This commit is contained in:
6
pkgs/by-name/_7/_7zz-rar/package.nix
Normal file
6
pkgs/by-name/_7/_7zz-rar/package.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
_7zz,
|
||||
}:
|
||||
_7zz.override {
|
||||
enableUnfree = true;
|
||||
}
|
||||
@@ -937,8 +937,6 @@ with pkgs;
|
||||
|
||||
### TOOLS
|
||||
|
||||
_7zz-rar = _7zz.override { enableUnfree = true; };
|
||||
|
||||
acquire = with python3Packages; toPythonApplication acquire;
|
||||
|
||||
actdiag = with python3.pkgs; toPythonApplication actdiag;
|
||||
|
||||
Reference in New Issue
Block a user