Skip to content

Commit

Permalink
Add meson to the flake
Browse files Browse the repository at this point in the history
Signed-off-by: Pamplemousse <[email protected]>
  • Loading branch information
Pamplemousse committed Jul 12, 2021
1 parent de209e8 commit 1ad66ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
buildPackages.flex
(lib.getBin buildPackages.lowdown)
buildPackages.mdbook
buildPackages.meson
buildPackages.ninja
buildPackages.autoconf-archive
buildPackages.autoreconfHook
buildPackages.pkgconfig
Expand Down Expand Up @@ -618,6 +620,11 @@
PATH=$prefix/bin:$PATH
unset PYTHONPATH
export MANPATH=$out/share/man:$MANPATH
# Needed for `meson` to pick up Boost.
# https://github.com/NixOS/nixpkgs/issues/86131#issuecomment-620155616
export BOOST_INCLUDEDIR="${stdenv.lib.getDev boost}/include";
export BOOST_LIBRARYDIR="${stdenv.lib.getLib boost}/lib";
'';
});

Expand Down

0 comments on commit 1ad66ea

Please sign in to comment.