16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
21 owner = "cboxdoerfer";
24 hash = "sha256-VBcoDxh4ip2zLBcXVHDe9s1lVRQF4bZJKsGUt6sPcos=";
44 substituteInPlace $out/share/applications/io.github.cboxdoerfer.FSearch.desktop \
45 --replace "Exec=fsearch" "Exec=$out/bin/fsearch"
49 description = "Fast file search utility for Unix-like systems based on GTK+3";
50 homepage = "https://github.com/cboxdoerfer/fsearch.git";
51 license = licenses.gpl2Plus;
52 maintainers = with maintainers; [ artturin ];
53 platforms = platforms.unix;
54 mainProgram = "fsearch";
55 broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/fsearch.x86_64-darwin