mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
Merge pull request #233429 from wegank/fzf-fish-darwin
fishPlugins.fzf-fish: use script from unixtools
This commit is contained in:
commit
f3ff55097e
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, pkgs, buildFishPlugin, fetchFromGitHub, fd, util-linux, procps, clownfish, fishtape_3, }:
|
||||
{ lib, stdenv, pkgs, buildFishPlugin, fetchFromGitHub, fd, unixtools, procps, clownfish, fishtape_3, }:
|
||||
let
|
||||
# we want `pkgs.fzf`, not `fishPlugins.fzf`
|
||||
inherit (pkgs) fzf;
|
||||
@ -14,7 +14,7 @@ buildFishPlugin rec {
|
||||
sha256 = "sha256-haNSqXJzLL3JGvD4JrASVmhLJz6i9lna6/EdojXdFOo=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ fzf fd util-linux procps ];
|
||||
nativeCheckInputs = [ fzf fd unixtools.script procps ];
|
||||
checkPlugins = [ clownfish fishtape_3 ];
|
||||
checkFunctionDirs = [ "./functions" ];
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user