summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-04-03 09:08:31 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-04-03 09:09:37 +0200
commitb6036c95d069e074eaa408e5f2ca2a84f49278ba (patch)
treebeca30d5f2315166929184200d2fbbf7e0e7fa89 /pkgs/top-level/release-small.nix
parent2c006ca80565a2a58fbf992f6442722baed497cc (diff)
release-small: use unar instead of unrar
It's a free (SW) alternative. See #16868.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 8872d7c676ef..b12eda6f150d 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -157,7 +157,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
time = linux;
tinycc = linux;
udev = linux;
- unrar = linux;
+ unar = linux;
unzip = all;
upstart = linux;
usbutils = linux;