Loading pkgs/applications/file-managers/nnn/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , which , musl-fts , pcre , gnused # options , conf ? null , withIcons ? false Loading Loading @@ -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" ]; Loading Loading
pkgs/applications/file-managers/nnn/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , which , musl-fts , pcre , gnused # options , conf ? null , withIcons ? false Loading Loading @@ -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" ]; Loading