vifm: drop util-linux

This commit is contained in:
Weijia Wang 2023-06-16 13:11:41 +03:00
parent 60ac106c34
commit 1b4e597822

View file

@ -2,7 +2,7 @@
, perl # used to generate help tags , perl # used to generate help tags
, pkg-config , pkg-config
, ncurses, libX11 , ncurses, libX11
, util-linux, file, which, groff , file, which, groff
# adds support for handling removable media (vifm-media). Linux only! # adds support for handling removable media (vifm-media). Linux only!
, mediaSupport ? false, python3 ? null, udisks2 ? null, lib ? null , mediaSupport ? false, python3 ? null, udisks2 ? null, lib ? null
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ perl pkg-config makeWrapper ]; nativeBuildInputs = [ perl pkg-config makeWrapper ];
buildInputs = [ ncurses libX11 util-linux file which groff ]; buildInputs = [ ncurses libX11 file which groff ];
postPatch = '' postPatch = ''
# Avoid '#!/usr/bin/env perl' references to build help. # Avoid '#!/usr/bin/env perl' references to build help.