aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/nix-store.pc.in
AgeCommit message (Collapse)Author
2023-02-10Fix building with GCC 9Eelco Dolstra
Nixpkgs on aarch64-linux is currently stuck on GCC 9 (https://github.com/NixOS/nixpkgs/issues/208412) and using gcc11Stdenv doesn't work either. So use c++2a instead of c++20 for now. Unfortunately this means we can't use some C++20 features for now (like std::span).
2022-10-22Build with C++20Graham Bennett
2019-03-14pkg-config files: Use c++17Eelco Dolstra
2018-04-10Fix perl-bindingsEelco Dolstra
https://hydra.nixos.org/build/72636781
2018-04-09Export required C++ version in pkgconfig.Shea Levy
2014-09-18Install some pkgconfig filesEelco Dolstra