Skip to content

Commit aa898eb

Browse files
authored
nnn: add gnused dependency (#350019)
2 parents 047b105 + 15e4a3a commit aa898eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/applications/file-managers/nnn/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
, which
1111
, musl-fts
1212
, pcre
13+
, gnused
1314
# options
1415
, conf ? null
1516
, withIcons ? false
@@ -60,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
6061
++ lib.optionals withPcre [ "O_PCRE=1" ]
6162
++ extraMakeFlags;
6263

63-
binPath = lib.makeBinPath [ file which ];
64+
binPath = lib.makeBinPath [ file which gnused ];
6465

6566
installTargets = [ "install" "install-desktop" ];
6667

0 commit comments

Comments
 (0)