gnucash: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-26 21:30:12 +02:00
parent e1533b22af
commit 7f25fd8e31

View file

@ -11,7 +11,8 @@ let
name = perl.name + "-wrapper-for-gnucash"; name = perl.name + "-wrapper-for-gnucash";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl ] ++ (with perlPackages; [ FinanceQuote DateManip ]); buildInputs = [ perl ] ++ (with perlPackages; [ FinanceQuote DateManip ]);
phases = [ "installPhase" ]; dontUnpack = true;
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
for script in ${perl}/bin/*; do for script in ${perl}/bin/*; do
@ -40,10 +41,10 @@ stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkg-config makeWrapper cmake gtest ]; nativeBuildInputs = [ pkg-config makeWrapper cmake gtest swig ];
buildInputs = [ buildInputs = [
boost icu libxml2 libxslt gettext swig isocodes gtk3 glibcLocales boost icu libxml2 libxslt gettext isocodes gtk3 glibcLocales
webkitgtk dconf libofx aqbanking gwenhywfar libdbi webkitgtk dconf libofx aqbanking gwenhywfar libdbi
libdbiDrivers guile libdbiDrivers guile
perlWrapper perl perlWrapper perl