mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #238075 from wegank/vifm-util-linux
vifm: drop util-linux
This commit is contained in:
commit
7bc905911d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue