diff options
| author | Azat Bahawi <azat@bahawi.net> | 2023-07-04 18:02:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 18:02:18 +0300 |
| commit | 5aac3cc9ef7304a5cdccba49fb174090ad2636a4 (patch) | |
| tree | 1ca3918c6e4bb6d894aa8cdf70a1e6b9ce9ddd51 | |
| parent | Merge pull request #241465 from r-ryantm/auto-update/cargo-pgrx (diff) | |
| parent | libsForQt5.ark: rar handler alternative (diff) | |
| download | nixpkgs-5aac3cc9ef7304a5cdccba49fb174090ad2636a4.tar.gz | |
Merge pull request #236475 from Diamondy4/ark
libsForQt5.ark: rar handler alternative
| -rw-r--r-- | pkgs/applications/kde/ark/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/ark/default.nix b/pkgs/applications/kde/ark/default.nix index b708cb1bd590..f6dd70682742 100644 --- a/pkgs/applications/kde/ark/default.nix +++ b/pkgs/applications/kde/ark/default.nix @@ -3,13 +3,13 @@ , kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons , libarchive, libzip # Archive tools -, p7zip, lrzip +, p7zip, lrzip, unar # Unfree tools , unfreeEnableUnrar ? false, unrar }: let - extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar; + extraTools = [ p7zip lrzip unar ] ++ lib.optional unfreeEnableUnrar unrar; in mkDerivation { |
