mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Install some pkgconfig files
This commit is contained in:
parent
d64b8e9e53
commit
8be9990cdb
7 changed files with 35 additions and 0 deletions
10
src/libexpr/nix-expr.pc.in
Normal file
10
src/libexpr/nix-expr.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue