From 1b4e597822e2822afc4385f5e63eb5b60480eb2c Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 16 Jun 2023 13:11:41 +0300 Subject: [PATCH] vifm: drop util-linux --- pkgs/applications/file-managers/vifm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/file-managers/vifm/default.nix b/pkgs/applications/file-managers/vifm/default.nix index 12cf91d1e3f2..c8e038a6f605 100644 --- a/pkgs/applications/file-managers/vifm/default.nix +++ b/pkgs/applications/file-managers/vifm/default.nix @@ -2,7 +2,7 @@ , perl # used to generate help tags , pkg-config , ncurses, libX11 -, util-linux, file, which, groff +, file, which, groff # adds support for handling removable media (vifm-media). Linux only! , mediaSupport ? false, python3 ? null, udisks2 ? null, lib ? null @@ -20,7 +20,7 @@ in stdenv.mkDerivation rec { }; nativeBuildInputs = [ perl pkg-config makeWrapper ]; - buildInputs = [ ncurses libX11 util-linux file which groff ]; + buildInputs = [ ncurses libX11 file which groff ]; postPatch = '' # Avoid '#!/usr/bin/env perl' references to build help.