1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 08:11:47 +02:00

Move command plugin interface to libnixcmd

This commit is contained in:
Shea Levy 2021-01-26 06:22:24 -05:00
parent 36c4d6f592
commit 6af6e41df0
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
21 changed files with 36 additions and 11 deletions

9
src/libcmd/nix-cmd.pc.in Normal file
View file

@ -0,0 +1,9 @@
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