mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 17:56:15 +02:00
9 lines
193 B
PkgConfig
9 lines
193 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Nix
|
|
Description: Nix Package Manager
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lnixcmd
|
|
Cflags: -I${includedir}/nix -std=c++17
|