Loading pkgs/applications/blockchains/lighthouse/default.nix +0 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , nix-update-script , openssl , pkg-config , libpq , protobuf , rustPlatform , rust-jemalloc-sys Loading Loading @@ -119,10 +118,6 @@ rustPlatform.buildRustPackage rec { "--skip subnet_service::tests::sync_committee_service::subscribe_and_unsubscribe" ]; nativeCheckInputs = [ libpq ]; passthru = { tests.version = testers.testVersion { package = lighthouse; Loading pkgs/applications/editors/emacs/elisp-packages/elpa-common-overrides.nix +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ in poke = addPackageRequires super.poke [ self.poke-mode ]; pq = super.pq.overrideAttrs (old: { buildInputs = old.buildInputs or [ ] ++ [ pkgs.postgresql ]; buildInputs = old.buildInputs or [ ] ++ [ pkgs.libpq ]; }); preview-auto = mkHome super.preview-auto; Loading pkgs/by-name/bi/biboumi/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ withIDN ? true, libidn, withPostgreSQL ? false, postgresql, libpq, withSQLite ? true, sqlite, withUDNS ? true, Loading Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { botan2 ] ++ lib.optional withIDN libidn ++ lib.optional withPostgreSQL postgresql ++ lib.optional withPostgreSQL libpq ++ lib.optional withSQLite sqlite ++ lib.optional withUDNS udns; Loading pkgs/by-name/gl/glom/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ isocodes, gtksourceview, gtksourceviewmm, postgresql_15, postgresql, gobject-introspection, yelp-tools, wrapGAppsHook3, Loading Loading @@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: { isocodes gtksourceview gtksourceviewmm postgresql_15 # for postgresql utils postgresql # for postgresql utils ]; enableParallelBuilding = true; Loading @@ -128,7 +128,7 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-boost-python=boost_python${lib.versions.major python311.version}${lib.versions.minor python311.version}" "--with-postgres-utils=${lib.getBin postgresql_15}/bin" "--with-postgres-utils=${lib.getBin postgresql}/bin" ]; makeFlags = [ Loading pkgs/by-name/ke/kea/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ libmysqlclient, log4cplus, openssl, postgresql, libpq, python3, # tests Loading Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { "--localstatedir=/var" "--with-openssl=${lib.getDev openssl}" ] ++ lib.optional withPostgres "--with-pgsql=${lib.getDev postgresql}/bin/pg_config" ++ lib.optional withPostgres "--with-pgsql=${lib.getDev libpq}/bin/pg_config" ++ lib.optional withMysql "--with-mysql=${lib.getDev libmysqlclient}/bin/mysql_config"; postConfigure = '' Loading Loading
pkgs/applications/blockchains/lighthouse/default.nix +0 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , nix-update-script , openssl , pkg-config , libpq , protobuf , rustPlatform , rust-jemalloc-sys Loading Loading @@ -119,10 +118,6 @@ rustPlatform.buildRustPackage rec { "--skip subnet_service::tests::sync_committee_service::subscribe_and_unsubscribe" ]; nativeCheckInputs = [ libpq ]; passthru = { tests.version = testers.testVersion { package = lighthouse; Loading
pkgs/applications/editors/emacs/elisp-packages/elpa-common-overrides.nix +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ in poke = addPackageRequires super.poke [ self.poke-mode ]; pq = super.pq.overrideAttrs (old: { buildInputs = old.buildInputs or [ ] ++ [ pkgs.postgresql ]; buildInputs = old.buildInputs or [ ] ++ [ pkgs.libpq ]; }); preview-auto = mkHome super.preview-auto; Loading
pkgs/by-name/bi/biboumi/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ withIDN ? true, libidn, withPostgreSQL ? false, postgresql, libpq, withSQLite ? true, sqlite, withUDNS ? true, Loading Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { botan2 ] ++ lib.optional withIDN libidn ++ lib.optional withPostgreSQL postgresql ++ lib.optional withPostgreSQL libpq ++ lib.optional withSQLite sqlite ++ lib.optional withUDNS udns; Loading
pkgs/by-name/gl/glom/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ isocodes, gtksourceview, gtksourceviewmm, postgresql_15, postgresql, gobject-introspection, yelp-tools, wrapGAppsHook3, Loading Loading @@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: { isocodes gtksourceview gtksourceviewmm postgresql_15 # for postgresql utils postgresql # for postgresql utils ]; enableParallelBuilding = true; Loading @@ -128,7 +128,7 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-boost-python=boost_python${lib.versions.major python311.version}${lib.versions.minor python311.version}" "--with-postgres-utils=${lib.getBin postgresql_15}/bin" "--with-postgres-utils=${lib.getBin postgresql}/bin" ]; makeFlags = [ Loading
pkgs/by-name/ke/kea/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ libmysqlclient, log4cplus, openssl, postgresql, libpq, python3, # tests Loading Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { "--localstatedir=/var" "--with-openssl=${lib.getDev openssl}" ] ++ lib.optional withPostgres "--with-pgsql=${lib.getDev postgresql}/bin/pg_config" ++ lib.optional withPostgres "--with-pgsql=${lib.getDev libpq}/bin/pg_config" ++ lib.optional withMysql "--with-mysql=${lib.getDev libmysqlclient}/bin/mysql_config"; postConfigure = '' Loading