~ruther/guix-local

327ec5f1d8a6cb62393b28b3d39f23cf411c019f — Andreas Enge 8 months ago bcc554f
gnu: libpqxx: Compile with the default gcc.

* gnu/packages/databases.scm (libpqxx)[native-inputs]: Remove gcc-11.

Change-Id: Ie90f034711be0815ebf68c36b4b711e35b17f5a3
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +1 -1
@@ 3676,7 3676,7 @@ semantics.")
               (base32
                "1qwpfba8g55jjv0xnsk4hhf2cmhk7mdirxx115cvnjjw97ppy0z0"))))
    (build-system gnu-build-system)
    (native-inputs (list gcc-11 python-wrapper))
    (native-inputs (list python-wrapper))
    (inputs (list postgresql))
    (arguments '(#:tests? #f))      ;tests require a running PostgreSQL server
    (synopsis "C++ connector for PostgreSQL")