forked from lix-project/lix
11 lines
210 B
PkgConfig
11 lines
210 B
PkgConfig
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
|