mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
fix: add flake headers
This commit is contained in:
parent
f9d55b4d51
commit
ef80217448
3 changed files with 16 additions and 0 deletions
10
src/libflake/flake/nix-flake.pc.in
Normal file
10
src/libflake/flake/nix-flake.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-util nix-store nix-expr
|
||||
Libs: -L${libdir} -lnixflake
|
||||
Cflags: -I${includedir}/nix -std=c++2a
|
||||
Loading…
Add table
Add a link
Reference in a new issue