mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
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
|