10 lines
206 B
PkgConfig
10 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
|