1 { lib, stdenv, fetchurl, qmake, qtbase, qtwebkit, qtx11extras, lzo, libX11, wrapQtAppsHook }:
3 stdenv.mkDerivation rec {
7 url = "https://www.molspaces.com/dl/progs/${pname}-${version}.tar.gz";
8 sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h";
10 buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ];
11 nativeBuildInputs = [ qmake wrapQtAppsHook ];
15 ./configure --prefix $out --qmakepath $QMAKE
20 description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files";
21 homepage = "http://www.molspaces.com/d_cb2bib-overview.php";
22 maintainers = with maintainers; [ edwtjo ];
23 license = licenses.gpl3;