Unverified Commit aa898eb8 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nnn: add gnused dependency (#350019)

parents 047b105d 15e4a3a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" ];