{ mkDerivation, base, fetchurl, mtl, old-locale, process-extras , text, time, time-locale-compat }: mkDerivation { pname = "pdfinfo"; version = "1.5.4"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ base mtl old-locale process-extras text time time-locale-compat ]; homepage = "https://github.com/chrisdone/pdfinfo"; description = "Wrapper around the pdfinfo command"; license = stdenv.lib.licenses.bsd3; }