9 lines
206 B
PkgConfig
9 lines
206 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Nix
|
|
Description: Nix Package Manager
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lnixstore -lnixutil -lnixformat
|
|
Cflags: -I${includedir}/nix
|