mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
libpqxx: remove unnecessary CXXFLAGS, enable strictDeps
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
parent
ec6a62b74c
commit
9b12a53eb6
@ -31,12 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--enable-shared --disable-documentation"
|
||||
];
|
||||
CXXFLAGS = [
|
||||
"-std=c++17"
|
||||
"--disable-documentation"
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/jtv/libpqxx/releases/tag/${finalAttrs.version}";
|
||||
description = "C++ library to access PostgreSQL databases";
|
||||
|
Loading…
Reference in New Issue
Block a user