cb2bib: wrap correctly

authored by

K900 and committed by
Rick van Schijndel
1be86c68 4c8fc674

+2 -4
+2 -4
pkgs/applications/office/cb2bib/default.nix
··· 1 - { lib, stdenv, fetchurl, qmake, qtbase, qtwebkit, qtx11extras, lzo, libX11 }: 2 3 stdenv.mkDerivation rec { 4 pname = "cb2bib"; ··· 8 sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h"; 9 }; 10 buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ]; 11 - nativeBuildInputs = [ qmake ]; 12 13 configurePhase = '' 14 runHook preConfigure 15 ./configure --prefix $out --qmakepath $QMAKE 16 runHook postConfigure 17 ''; 18 - 19 - dontWrapQtApps = true; 20 21 meta = with lib; { 22 description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files";
··· 1 + { lib, stdenv, fetchurl, qmake, qtbase, qtwebkit, qtx11extras, lzo, libX11, wrapQtAppsHook }: 2 3 stdenv.mkDerivation rec { 4 pname = "cb2bib"; ··· 8 sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h"; 9 }; 10 buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ]; 11 + nativeBuildInputs = [ qmake wrapQtAppsHook ]; 12 13 configurePhase = '' 14 runHook preConfigure 15 ./configure --prefix $out --qmakepath $QMAKE 16 runHook postConfigure 17 ''; 18 19 meta = with lib; { 20 description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files";