mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
{p7zip,_7zz}-rar: init
This commit is contained in:
parent
7987842fec
commit
3b432c6005
@ -1473,6 +1473,7 @@ with pkgs;
|
||||
_6tunnel = callPackage ../tools/networking/6tunnel { };
|
||||
|
||||
_7zz = darwin.apple_sdk_11_0.callPackage ../tools/archivers/7zz { };
|
||||
_7zz-rar = _7zz.override { enableUnfree = true; };
|
||||
|
||||
_9pfs = callPackage ../tools/filesystems/9pfs { };
|
||||
|
||||
@ -11498,6 +11499,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
p7zip = callPackage ../tools/archivers/p7zip { };
|
||||
p7zip-rar = p7zip.override { enableUnfree = true; };
|
||||
|
||||
packagekit = callPackage ../tools/package-management/packagekit { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user