about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/nix-expr.pc.in
blob: 80f7a492b1a1766512a64f499f66992f0890b738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: Nix
Description: Nix Package Manager
Version: @PACKAGE_VERSION@
Requires: nix-store bdw-gc
Libs: -L${libdir} -lnixexpr
Cflags: -I${includedir}/nix -std=c++17