12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-vYK3lQsHE3GD8mFCZLxJN+TrJZJGwq9+kNm6y0zAa2U=";
25 ++ lib.optionals stdenv.hostPlatform.isLinux [
32 configureFlags = [ "--enable-release" ];
33 makeFlags = [ "PREFIX=$(out)" ];
36 description = "Breadth-first version of the UNIX find command";
38 bfs is a variant of the UNIX find command that operates breadth-first rather than
39 depth-first. It is otherwise intended to be compatible with many versions of find.
41 homepage = "https://github.com/tavianator/bfs";
42 license = licenses.bsd0;
43 platforms = platforms.unix;
44 maintainers = with maintainers; [