Loading pkgs/by-name/ta/taler-merchant/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ autoreconfHook, makeWrapper, jq, libgcrypt, texinfo, curl, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -42,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: { pkg-config autoreconfHook makeWrapper libgcrypt # AM_PATH_LIBGCRYPT texinfo # makeinfo ]; buildInputs = taler-exchange.buildInputs ++ [ Loading @@ -51,6 +56,8 @@ stdenv.mkDerivation (finalAttrs: { libtool ]; strictDeps = true; propagatedBuildInputs = [ gnunet ]; # From ./bootstrap Loading @@ -62,6 +69,10 @@ stdenv.mkDerivation (finalAttrs: { popd ''; configureFlags = [ "ac_cv_path__libcurl_config=${lib.getDev curl}/bin/curl-config" ]; # NOTE: The executables that need database access fail to detect the # postgresql library in `$out/lib/taler`, so we need to wrap them. postInstall = '' Loading Loading
pkgs/by-name/ta/taler-merchant/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ autoreconfHook, makeWrapper, jq, libgcrypt, texinfo, curl, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -42,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: { pkg-config autoreconfHook makeWrapper libgcrypt # AM_PATH_LIBGCRYPT texinfo # makeinfo ]; buildInputs = taler-exchange.buildInputs ++ [ Loading @@ -51,6 +56,8 @@ stdenv.mkDerivation (finalAttrs: { libtool ]; strictDeps = true; propagatedBuildInputs = [ gnunet ]; # From ./bootstrap Loading @@ -62,6 +69,10 @@ stdenv.mkDerivation (finalAttrs: { popd ''; configureFlags = [ "ac_cv_path__libcurl_config=${lib.getDev curl}/bin/curl-config" ]; # NOTE: The executables that need database access fail to detect the # postgresql library in `$out/lib/taler`, so we need to wrap them. postInstall = '' Loading