forked from lix-project/lix
meson: fix libstore on linux
Change-Id: I95fef8e630575c970538d2d8ba4c91d16ae5f8ac
This commit is contained in:
parent
6fb79d08ae
commit
75f823f2e4
|
@ -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;
|
||||
|
||||
|
|
|
@ -122,6 +122,7 @@ libstore = library(
|
|||
dependencies : [
|
||||
libarchive,
|
||||
liblixutil, # Internal.
|
||||
seccomp,
|
||||
sqlite,
|
||||
sodium,
|
||||
curl,
|
||||
|
|
Loading…
Reference in a new issue