1 { lib, stdenv, fetchurl, libextractor, gettext }:
3 stdenv.mkDerivation rec {
7 buildInputs = [ libextractor gettext ];
10 url = "https://grothoff.org/christian/doodle/download/doodle-${version}.tar.gz";
11 sha256 = "sha256-qodp2epYyolg38MNhBV+/NMLmfXjhsn2X9uKTUniv2s=";
15 homepage = "https://grothoff.org/christian/doodle/";
16 description = "Tool to quickly index and search documents on a computer";
17 license = lib.licenses.gpl2Plus;
19 platforms = with lib.platforms; linux;
20 mainProgram = "doodle";