mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
9 lines
194 B
PkgConfig
9 lines
194 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Nix
|
|
Description: Nix Store - C API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lnixstorec -lnixutilc
|
|
Cflags: -I${includedir}/nix
|