mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bcc554f0dc
commit
327ec5f1d8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue