about summary refs log tree commit diff
path: root/src/libstore/nix-store.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/nix-store.pc.in')
-rw-r--r--src/libstore/nix-store.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/nix-store.pc.in b/src/libstore/nix-store.pc.in
index 3f1a2d83d2f2..5cf22faadcbe 100644
--- a/src/libstore/nix-store.pc.in
+++ b/src/libstore/nix-store.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
 Name: Nix
 Description: Nix Package Manager
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lnixstore -lnixutil -lnixformat
-Cflags: -I${includedir}/nix
+Libs: -L${libdir} -lnixstore -lnixutil
+Cflags: -I${includedir}/nix -std=c++14