meson: fix libstore on linux

Change-Id: I95fef8e630575c970538d2d8ba4c91d16ae5f8ac
This commit is contained in:
Qyriad 2024-03-15 18:55:28 -06:00
parent 6fb79d08ae
commit 75f823f2e4
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
libcpuid,
libseccomp,
libsodium,
lsof,
lowdown,
mdbook,
mdbook-linkcheck,
@ -138,6 +139,7 @@ in stdenv.mkDerivation (finalAttrs: {
cmake
meson
ninja
lsof
] ++ lib.optional stdenv.hostPlatform.isLinux util-linuxMinimal
++ lib.optional (!officialRelease && buildUnreleasedNotes) changelog-d;

View file

@ -122,6 +122,7 @@ libstore = library(
dependencies : [
libarchive,
liblixutil, # Internal.
seccomp,
sqlite,
sodium,
curl,