nnn: add gnused dependency (#350019)

This commit is contained in:
Nikolay Korotkiy 2024-10-21 00:39:50 +04:00 committed by GitHub
commit aa898eb8cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
, which
, musl-fts
, pcre
, gnused
# options
, conf ? null
, withIcons ? false
@ -60,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals withPcre [ "O_PCRE=1" ]
++ extraMakeFlags;
binPath = lib.makeBinPath [ file which ];
binPath = lib.makeBinPath [ file which gnused ];
installTargets = [ "install" "install-desktop" ];