From 3b139a5c32d44abd232ab53236a5bc176d90651e Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 6 Jan 2025 18:59:48 +0100 Subject: [PATCH] refactor --- modules/ark.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ark.nix b/modules/ark.nix index 7d5717a..b0124ff 100644 --- a/modules/ark.nix +++ b/modules/ark.nix @@ -5,7 +5,7 @@ # # Solution: To extract `.rar` files, we manually override some of the attributes based on how it is done in the old file of `libsForQt5.ark`. -{ config, pkgs, mkKdeDerivation, lib, ... }: +{ config, pkgs, lib, ... }: let extraTools = with pkgs; [ p7zip