8b83e0f31b
Also fixes the pkgconfig files to use the corresponding CMake variables. Change-Id: I8095b8aff39ad91e592f3edc95555c9f1f1f153d Reviewed-on: https://cl.tvl.fyi/c/depot/+/545 Reviewed-by: tazjin <mail@tazj.in>
10 lines
262 B
PkgConfig
10 lines
262 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Nix
|
|
Description: Nix Package Manager
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: nix-store bdw-gc
|
|
Libs: -L${libdir} -lnixexpr
|
|
Cflags: -I${includedir}/nix
|