Skip to content

Commit

Permalink
Merge pull request #2218 from alerque/flake-sync
Browse files Browse the repository at this point in the history
Sync flake with nixpkg
  • Loading branch information
alerque authored Feb 6, 2025
2 parents 901d6bd + 648a4bf commit aab22e7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
29 changes: 16 additions & 13 deletions build-aux/pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
autoreconfHook
gitMinimal
pkg-config
fontconfig # fc-match
jq
cargo
rustc
Expand All @@ -78,19 +79,18 @@ stdenv.mkDerivation (finalAttrs: {
sed -i -e 's/tarball-version/flake-version/' configure.ac
'';

buildInputs =
[
finalAttrs.finalPackage.passthru.luaEnv
cargo-edit
harfbuzz
icu
fontconfig
libiconv
libxslt
stylua
taplo
typos
];
buildInputs = [
finalAttrs.finalPackage.passthru.luaEnv
cargo-edit
harfbuzz
icu
fontconfig
libiconv
libxslt
stylua
taplo
typos
];

configureFlags =
[
Expand Down Expand Up @@ -123,6 +123,9 @@ stdenv.mkDerivation (finalAttrs: {
];
};

strictDeps = true;
env.LUA = "${finalAttrs.finalPackage.passthru.luaEnv}/bin/lua";

enableParallelBuilding = true;

# See commentary in bootstrap.sh; we're getting AMINCCLUDE stuff inlined
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aab22e7

Please sign in to comment.