gnu: libpqxx: Compile with the default gcc.

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

Change-Id: Ie90f034711be0815ebf68c36b4b711e35b17f5a3
This commit is contained in:
Andreas Enge 2025-08-23 00:06:15 +02:00
parent bcc554f0dc
commit 327ec5f1d8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")